diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-08 04:20:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-08 04:20:16 +0000 |
commit | e15610e8bac98c7eab89a8126195cf07010ee7c2 (patch) | |
tree | f5e33989ee47c4d68dec732164319ff3b00f9556 /sys-apps/linux32 | |
parent | Stable on mips. (diff) | |
download | historical-e15610e8bac98c7eab89a8126195cf07010ee7c2.tar.gz historical-e15610e8bac98c7eab89a8126195cf07010ee7c2.tar.bz2 historical-e15610e8bac98c7eab89a8126195cf07010ee7c2.zip |
amd64/x86 love
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps/linux32')
-rw-r--r-- | sys-apps/linux32/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/linux32/linux32-2.0.ebuild | 19 |
2 files changed, 22 insertions, 13 deletions
diff --git a/sys-apps/linux32/Manifest b/sys-apps/linux32/Manifest index 7ded0a5cc7ca..839eb2b75e0d 100644 --- a/sys-apps/linux32/Manifest +++ b/sys-apps/linux32/Manifest @@ -1,6 +1,16 @@ -MD5 e03b01080089e6da9232bd400d58358e ChangeLog 970 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 24aabc9796ff8a763f883c35ec0eb65e linux32-1.0.ebuild 725 -MD5 4335dc93c0981113d994f8f5e0ecec90 linux32-2.0.ebuild 698 MD5 d588572445856f343eba004d660b275a metadata.xml 385 -MD5 c5a46361e6c1f30e842435a34749acd8 files/digest-linux32-1.0 61 +MD5 e03b01080089e6da9232bd400d58358e ChangeLog 970 +MD5 aceb75775f70992c085a2882f108ac02 linux32-2.0.ebuild 678 MD5 c791059aae89ff380ce252700e0857bb files/digest-linux32-2.0 62 +MD5 c5a46361e6c1f30e842435a34749acd8 files/digest-linux32-1.0 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCzf86gIKl8Uu19MoRAicEAJ9P/tNCzlRKhopqqxg49HnbdOqsgQCfeK9K +HuAC8nLtwCOrDPv54DbmJXs= +=LDXk +-----END PGP SIGNATURE----- diff --git a/sys-apps/linux32/linux32-2.0.ebuild b/sys-apps/linux32/linux32-2.0.ebuild index 95285881f6a6..d79d9cdb12b6 100644 --- a/sys-apps/linux32/linux32-2.0.ebuild +++ b/sys-apps/linux32/linux32-2.0.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-2.0.ebuild,v 1.1 2005/07/08 04:06:59 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-2.0.ebuild,v 1.2 2005/07/08 04:20:16 vapier Exp $ -DESCRIPTION="A simple utility that tricks uname into returning a 32bit environment identifier." +DESCRIPTION="A simple utility that tricks uname into returning a 32bit environment identifier" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~mips ~sparc ~ppc ~ppc64" +KEYWORDS="-* ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" -LICENSE="GPL-2" src_compile() { - cd ${S} emake linux32 } src_install() { into / - cd ${S} - dobin linux32 - ln -s linux32 ${D}/bin/linux64 + dobin linux32 || die + dosym linux32 /bin/linux64 doman linux32.8 - ln -s linux32.8.gz ${D}/usr/share/man/man1/linux64.8.gz - dodoc CHANGELOG COPYING CREDITS README + dosym linux32.8 /usr/share/man/man1/linux64.8 + dodoc CHANGELOG CREDITS README } |