diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-09 17:33:26 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-09 17:33:26 +0000 |
commit | 8a76f620a26e5a9588f7d3ff8c10c119eaa072eb (patch) | |
tree | eefe8e647a4c273c23e07eaf193c0054130fd0cb /sys-apps/which | |
parent | x86 stable (diff) | |
download | gentoo-2-8a76f620a26e5a9588f7d3ff8c10c119eaa072eb.tar.gz gentoo-2-8a76f620a26e5a9588f7d3ff8c10c119eaa072eb.tar.bz2 gentoo-2-8a76f620a26e5a9588f7d3ff8c10c119eaa072eb.zip |
cleanup
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/which/files/digest-which-2.15 | 1 | ||||
-rw-r--r-- | sys-apps/which/which-2.15.ebuild | 38 |
3 files changed, 0 insertions, 41 deletions
diff --git a/sys-apps/which/Manifest b/sys-apps/which/Manifest index 6d3014f62c4d..a0c159573fe8 100644 --- a/sys-apps/which/Manifest +++ b/sys-apps/which/Manifest @@ -1,8 +1,6 @@ MD5 d21285c0128f33a5cc349b68dc6706cd ChangeLog 1262 -MD5 61c0625cb66855fea2d92b7e97cc7f13 which-2.15.ebuild 852 MD5 b87b97ac3873b14c038e929b7a109d03 which-2.14.ebuild 843 MD5 7230064741d11d1652a0d61ef875f211 which-2.16.ebuild 856 -MD5 7bd6b39a303581edd118b4461f78f7f8 files/digest-which-2.15 62 MD5 87ef8984e2a7429cc4b76123a8166cab files/digest-which-2.14 62 MD5 96aac684502b2a9affae1d965834dd21 files/which-gentoo.patch 340 MD5 eab57ca255ec36db2f32b4b85a436c7a files/digest-which-2.16 62 diff --git a/sys-apps/which/files/digest-which-2.15 b/sys-apps/which/files/digest-which-2.15 deleted file mode 100644 index 641f6b1603e6..000000000000 --- a/sys-apps/which/files/digest-which-2.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 d749036d9be9132a00fc2360e61d92e5 which-2.15.tar.gz 125462 diff --git a/sys-apps/which/which-2.15.ebuild b/sys-apps/which/which-2.15.ebuild deleted file mode 100644 index dedfb1afa915..000000000000 --- a/sys-apps/which/which-2.15.ebuild +++ /dev/null @@ -1,38 +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.15.ebuild,v 1.1 2003/09/12 14:58:16 seemant Exp $ - -inherit eutils - -S=${WORKDIR}/${P} -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" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" - -RDEPEND="virtual/glibc - sys-apps/texinfo" - -DEPEND="${RDEPEND}" - - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/which-gentoo.patch -} - -src_compile() { - ./configure --prefix=/usr || die - make || die -} - -src_install() { - dobin which - doman which.1 - doinfo which.info - dodoc AUTHORS COPYING EXAMPLES NEWS README* -} |