diff options
author | 2007-11-06 10:45:22 +0000 | |
---|---|---|
committer | 2007-11-06 10:45:22 +0000 | |
commit | e3c81d548092f7cb3f4bffed859a3369de0408ea (patch) | |
tree | 8a77b60fff13fd36c9bdc138340b400a2ff137c4 /dev-lang/ifc/ifc-10.0.026-r1.ebuild | |
parent | Backport latest release from Gentoo/Alt:Prefix overlay. Keep it still masked... (diff) | |
download | historical-e3c81d548092f7cb3f4bffed859a3369de0408ea.tar.gz historical-e3c81d548092f7cb3f4bffed859a3369de0408ea.tar.bz2 historical-e3c81d548092f7cb3f4bffed859a3369de0408ea.zip |
Added a comment if previous version installed.
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-lang/ifc/ifc-10.0.026-r1.ebuild')
-rw-r--r-- | dev-lang/ifc/ifc-10.0.026-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-lang/ifc/ifc-10.0.026-r1.ebuild b/dev-lang/ifc/ifc-10.0.026-r1.ebuild index a8cc096b5286..355d0ee3e597 100644 --- a/dev-lang/ifc/ifc-10.0.026-r1.ebuild +++ b/dev-lang/ifc/ifc-10.0.026-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.3 2007/10/05 11:38:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.4 2007/11/06 10:42:02 bicatali Exp $ inherit rpm @@ -29,6 +29,15 @@ DEPEND="" RDEPEND="virtual/libstdc++ amd64? ( app-emulation/emul-linux-x86-compat )" +pkg_setup() { + if has_version "<dev-lang/${P}"; then + ewarn "${PN}-9.x detected, probably with slotting." + ewarn "This version has many bugs and was installed with slotting." + ewarn "You might want to do an emerge -C ${PN} first" + epause 10 + fi +} + src_unpack() { unpack ${A} mv "${WORKDIR}"/l_* "${S}" |