diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-02-21 10:34:16 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-02-21 10:34:16 +0000 |
commit | f5507999057bf5eaa7cc0ae65aba1a26bf8fda1f (patch) | |
tree | 7076bc5238fae7f86fe4afc0d5795500c61e0949 /sys-apps/pv | |
parent | Revbump for fixing the initd script name (diff) | |
download | gentoo-2-f5507999057bf5eaa7cc0ae65aba1a26bf8fda1f.tar.gz gentoo-2-f5507999057bf5eaa7cc0ae65aba1a26bf8fda1f.tar.bz2 gentoo-2-f5507999057bf5eaa7cc0ae65aba1a26bf8fda1f.zip |
Removed old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.1.0.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 54bd9740a27d..053c19bf4290 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pv -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.8 2008/11/16 22:38:13 jer Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.9 2009/02/21 10:34:16 angelos Exp $ + + 21 Feb 2009; Christoph Mende <angelos@gentoo.org> -pv-1.1.0.ebuild: + Removed old 16 Nov 2008; Jeroen Roovers <jer@gentoo.org> pv-1.1.4.ebuild: Marked ~hppa thanks to LuckyLuke. diff --git a/sys-apps/pv/pv-1.1.0.ebuild b/sys-apps/pv/pv-1.1.0.ebuild deleted file mode 100644 index 28c85cf6efd3..000000000000 --- a/sys-apps/pv/pv-1.1.0.ebuild +++ /dev/null @@ -1,27 +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/pv/pv-1.1.0.ebuild,v 1.1 2008/03/06 15:51:55 angelos Exp $ - -DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe" -HOMEPAGE="http://www.ivarch.com/programs/pv.shtml" -SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="debug nls" - -src_compile() { - econf \ - $(use_enable debug debugging) \ - $(use_enable nls) \ - || die - - emake || die -} - -src_install() { - emake DESTDIR="${D}" UNINSTALL=/bin/true install || die "install failed" - - dodoc README doc/NEWS doc/TODO -} |