diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-13 18:48:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-13 18:48:23 +0000 |
commit | ba0cd1ea67659becaae35f644f6e33150a42c3aa (patch) | |
tree | d4d8c28e35ca50c8435125e4f35b8317e65ddb9e /sys-apps | |
parent | readline is not necessary. bug #207151. patch from Daniel Robbins <drobbins@f... (diff) | |
download | gentoo-2-ba0cd1ea67659becaae35f644f6e33150a42c3aa.tar.gz gentoo-2-ba0cd1ea67659becaae35f644f6e33150a42c3aa.tar.bz2 gentoo-2-ba0cd1ea67659becaae35f644f6e33150a42c3aa.zip |
didn't intend to revbump it
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/which/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/which/which-2.19-r1.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/which/which-2.19.ebuild | 2 |
3 files changed, 3 insertions, 35 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index d5a2efd637a6..aadb98287372 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,12 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.27 2008/03/13 18:42:21 cardoe Exp $ - -*which-2.19-r1 (13 Mar 2008) +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.28 2008/03/13 18:48:23 cardoe Exp $ 13 Mar 2008; Doug Goldstein <cardoe@gentoo.org> - +files/which-2.19-remove-readline.patch, which-2.19.ebuild, - +which-2.19-r1.ebuild: + +files/which-2.19-remove-readline.patch, which-2.19.ebuild: readline is not necessary. bug #207151. patch from Daniel Robbins <drobbins@funtoo.org> diff --git a/sys-apps/which/which-2.19-r1.ebuild b/sys-apps/which/which-2.19-r1.ebuild deleted file mode 100644 index f548abf38635..000000000000 --- a/sys-apps/which/which-2.19-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.19-r1.ebuild,v 1.1 2008/03/13 18:42:21 cardoe Exp $ - -inherit eutils - -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-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/which-gentoo.patch - epatch "${FILESDIR}"/which-2.19-remove-readline.patch -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS EXAMPLES NEWS README* -} diff --git a/sys-apps/which/which-2.19.ebuild b/sys-apps/which/which-2.19.ebuild index 7a35faa34611..a8b68d92207b 100644 --- a/sys-apps/which/which-2.19.ebuild +++ b/sys-apps/which/which-2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.19.ebuild,v 1.4 2008/03/13 18:42:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.19.ebuild,v 1.5 2008/03/13 18:48:23 cardoe Exp $ inherit eutils |