diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-12 14:58:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-12 14:58:47 +0000 |
commit | 52d6409b589cfbad443c3d7d427b4b3d121dd1b5 (patch) | |
tree | 5951e50683e9b11b142988ff95b441bf59bb703f /sys-apps/which | |
parent | Version bump (diff) | |
download | gentoo-2-52d6409b589cfbad443c3d7d427b4b3d121dd1b5.tar.gz gentoo-2-52d6409b589cfbad443c3d7d427b4b3d121dd1b5.tar.bz2 gentoo-2-52d6409b589cfbad443c3d7d427b4b3d121dd1b5.zip |
remove crusty ebuilds
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/which/files/digest-which-2.12-r2 | 1 | ||||
-rw-r--r-- | sys-apps/which/files/digest-which-2.13 | 1 | ||||
-rw-r--r-- | sys-apps/which/which-2.12-r2.ebuild | 34 | ||||
-rw-r--r-- | sys-apps/which/which-2.13.ebuild | 34 |
5 files changed, 0 insertions, 74 deletions
diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest index d01215afbc01..bb80608c450f 100644 --- a/sys-apps/which/Manifest +++ b/sys-apps/which/Manifest @@ -1,10 +1,6 @@ -MD5 425b18b6400ea78be96c7e34c69b140a which-2.12-r2.ebuild 827 -MD5 5f3fc8f245b209443a3ebce442be349d which-2.13.ebuild 824 MD5 61c0625cb66855fea2d92b7e97cc7f13 which-2.15.ebuild 852 MD5 b87b97ac3873b14c038e929b7a109d03 which-2.14.ebuild 843 MD5 a77a4f515120acf37bfcc68144bb1957 ChangeLog 1155 -MD5 67fe518b83b5c8527e479d2182dcfbf0 files/digest-which-2.12-r2 62 MD5 96aac684502b2a9affae1d965834dd21 files/which-gentoo.patch 340 -MD5 f7d151187c984a77310a2118896c7d34 files/digest-which-2.13 62 MD5 87ef8984e2a7429cc4b76123a8166cab files/digest-which-2.14 62 MD5 7bd6b39a303581edd118b4461f78f7f8 files/digest-which-2.15 62 diff --git a/sys-apps/which/files/digest-which-2.12-r2 b/sys-apps/which/files/digest-which-2.12-r2 deleted file mode 100644 index be5176e5896c..000000000000 --- a/sys-apps/which/files/digest-which-2.12-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8955df4fe35e29378a5eda31a61de39e which-2.12.tar.gz 104838 diff --git a/sys-apps/which/files/digest-which-2.13 b/sys-apps/which/files/digest-which-2.13 deleted file mode 100644 index 8c565b54c425..000000000000 --- a/sys-apps/which/files/digest-which-2.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab5a2b929b87c7917887e70f0204bce5 which-2.13.tar.gz 106270 diff --git a/sys-apps/which/which-2.12-r2.ebuild b/sys-apps/which/which-2.12-r2.ebuild deleted file mode 100644 index 754a6a05d56f..000000000000 --- a/sys-apps/which/which-2.12-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12-r2.ebuild,v 1.14 2003/06/21 21:19:41 drobbins Exp $ - -DESCRIPTION="Prints out location of specified executables that are in your path" -HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" -SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc sparc " - -RDEPEND="virtual/glibc - sys-apps/texinfo" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 -i ${FILESDIR}/which-gentoo.patch || die -} - -src_compile() { - ./configure --prefix=/usr || die - make || die -} - -src_install() { - dobin which - doman which.1 - doinfo which.info - dodoc AUTHORS COPYING EXAMPLES NEWS README* -} diff --git a/sys-apps/which/which-2.13.ebuild b/sys-apps/which/which-2.13.ebuild deleted file mode 100644 index be1d9be6fed5..000000000000 --- a/sys-apps/which/which-2.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.13 2003/06/21 21:19:41 drobbins Exp $ - -DESCRIPTION="Prints out location of specified executables that are in your path" -HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" -SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc sparc " - -RDEPEND="virtual/glibc - sys-apps/texinfo" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 -i ${FILESDIR}/which-gentoo.patch || die -} - -src_compile() { - ./configure --prefix=/usr || die - make || die -} - -src_install() { - dobin which - doman which.1 - doinfo which.info - dodoc AUTHORS COPYING EXAMPLES NEWS README* -} |