From bf55ac4593a10c3285e192b7b8d61950d0ae3811 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 25 Jun 2006 00:28:10 +0000 Subject: merged into sys-apps/setarch --- sys-apps/linux32/ChangeLog | 24 ------------------------ sys-apps/linux32/Manifest | 16 ---------------- sys-apps/linux32/files/digest-linux32-1.0 | 1 - sys-apps/linux32/files/digest-linux32-2.0 | 1 - sys-apps/linux32/linux32-1.0.ebuild | 25 ------------------------- sys-apps/linux32/linux32-2.0.ebuild | 25 ------------------------- sys-apps/linux32/metadata.xml | 13 ------------- 7 files changed, 105 deletions(-) delete mode 100644 sys-apps/linux32/ChangeLog delete mode 100644 sys-apps/linux32/Manifest delete mode 100644 sys-apps/linux32/files/digest-linux32-1.0 delete mode 100644 sys-apps/linux32/files/digest-linux32-2.0 delete mode 100644 sys-apps/linux32/linux32-1.0.ebuild delete mode 100644 sys-apps/linux32/linux32-2.0.ebuild delete mode 100644 sys-apps/linux32/metadata.xml diff --git a/sys-apps/linux32/ChangeLog b/sys-apps/linux32/ChangeLog deleted file mode 100644 index b25a15e6bbd8..000000000000 --- a/sys-apps/linux32/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -# ChangeLog for sys-apps/linux32 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/ChangeLog,v 1.5 2005/07/08 04:06:59 kumba Exp $ - -*linux32-2.0 (07 Jul 2005) - - 07 Jul 2005; Joshua Kinard metadata.xml, - +linux32-2.0.ebuild: - Literal re-write of linux32. Based off of a patch from debian's version, this - works on multiple archs. Deprecates sys-devel/sparc32 and sys-devel/mips32, - and avoids the need for other such variants. Due to the changes, amd64 and x86 - keywords were dropped to avoid problems. sparc, mips, ppc, and ppc64 are the - initial keywords for this newer revision. - - 05 Sep 2004; Sven Wegener : - Fixed ChangeLog header. - - 30 Jun 2004; Aron Griffis linux32-1.0.ebuild: - sync IUSE (missing) - -*linux32-1.0 (13 Jul 2003) - - 13 Jul 2003; Daniel Robbins linux32-1.0.ebuild: initial - ebuild. diff --git a/sys-apps/linux32/Manifest b/sys-apps/linux32/Manifest deleted file mode 100644 index 57be59bbd0b7..000000000000 --- a/sys-apps/linux32/Manifest +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e03b01080089e6da9232bd400d58358e ChangeLog 970 -MD5 c5a46361e6c1f30e842435a34749acd8 files/digest-linux32-1.0 61 -MD5 c791059aae89ff380ce252700e0857bb files/digest-linux32-2.0 62 -MD5 24aabc9796ff8a763f883c35ec0eb65e linux32-1.0.ebuild 725 -MD5 8ce56912f03c2c2632b17f776bb4428f linux32-2.0.ebuild 685 -MD5 d588572445856f343eba004d660b275a metadata.xml 385 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDqgiG2+ySkm8kpY0RApZ3AJ97a7hZK1Fs7wMpJTio4A6jEaAr/ACcCcSQ -3B0O451zDLsEbBLiUnWoP0w= -=stGL ------END PGP SIGNATURE----- diff --git a/sys-apps/linux32/files/digest-linux32-1.0 b/sys-apps/linux32/files/digest-linux32-1.0 deleted file mode 100644 index 87d826941b53..000000000000 --- a/sys-apps/linux32/files/digest-linux32-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7785583580d8c6e82d882c83d0647fb9 linux32-1.0.tar.gz 8412 diff --git a/sys-apps/linux32/files/digest-linux32-2.0 b/sys-apps/linux32/files/digest-linux32-2.0 deleted file mode 100644 index 8e871c14db3e..000000000000 --- a/sys-apps/linux32/files/digest-linux32-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 048def1909376f211dbb555e73692b6d linux32-2.0.tar.bz2 8450 diff --git a/sys-apps/linux32/linux32-1.0.ebuild b/sys-apps/linux32/linux32-1.0.ebuild deleted file mode 100644 index 421b2e89b9e2..000000000000 --- a/sys-apps/linux32/linux32-1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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-1.0.ebuild,v 1.7 2005/07/08 04:06:59 kumba Exp $ - -DESCRIPTION="A utility that allows AMD64 code to run in an environment so that the uname() call returns non-AMD64-specific info" -HOMEPAGE="ftp://ftp.x86-64.org/pub/linux-x86_64/tools/linux32/" -SRC_URI="mirror://gentoo/${P}.tar.gz" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" -LICENSE="GPL-2" - -src_compile() { - cd ${S} - emake linux32 -} - -src_install() { - into / - dobin ${S}/linux32 - ln -s linux32 ${D}/bin/linux64 - doman ${S}/linux32.1 - ln -s linux32.1.gz ${D}/usr/share/man/man1/linux64.1.gz - dodoc ${S}/README -} diff --git a/sys-apps/linux32/linux32-2.0.ebuild b/sys-apps/linux32/linux32-2.0.ebuild deleted file mode 100644 index 35c8c61304d5..000000000000 --- a/sys-apps/linux32/linux32-2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.3 2005/12/22 01:58:42 vapier Exp $ - -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="-* ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -src_compile() { - emake linux32 || die -} - -src_install() { - into / - dobin linux32 || die - dosym linux32 /bin/linux64 - doman linux32.8 - dosym linux32.8 /usr/share/man/man1/linux64.8 - dodoc CHANGELOG CREDITS README -} diff --git a/sys-apps/linux32/metadata.xml b/sys-apps/linux32/metadata.xml deleted file mode 100644 index e17e65643087..000000000000 --- a/sys-apps/linux32/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - base-system - - base-system@gentoo.org - Base System - - - - A simple utility that tricks uname into returning a 32bit environment identifier. - - -- cgit v1.2.3-65-gdbad