diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-02 06:42:59 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-02 06:42:59 +0000 |
commit | 08cac90ae6737cd1a735e44f97a3ac4d5afaecb7 (patch) | |
tree | 4741018a53bf9887ec972e1cbd613dea2044b5ae /sys-apps/pv | |
parent | Version bump. (diff) | |
download | gentoo-2-08cac90ae6737cd1a735e44f97a3ac4d5afaecb7.tar.gz gentoo-2-08cac90ae6737cd1a735e44f97a3ac4d5afaecb7.tar.bz2 gentoo-2-08cac90ae6737cd1a735e44f97a3ac4d5afaecb7.zip |
Remove old
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.1.4-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.1.4.ebuild | 27 |
3 files changed, 5 insertions, 61 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 64f9e50418e7..193664cfc120 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.24 2011/03/24 17:53:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.25 2011/04/02 06:42:59 angelos Exp $ + + 02 Apr 2011; Christoph Mende <angelos@gentoo.org> -pv-1.1.4.ebuild, + -pv-1.1.4-r1.ebuild: + Remove old 24 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> pv-1.2.0.ebuild: ppc64 stable wrt #355911 diff --git a/sys-apps/pv/pv-1.1.4-r1.ebuild b/sys-apps/pv/pv-1.1.4-r1.ebuild deleted file mode 100644 index 69007ffaf911..000000000000 --- a/sys-apps/pv/pv-1.1.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.4-r1.ebuild,v 1.1 2010/12/13 00:52:06 flameeyes Exp $ - -EAPI="2" - -inherit toolchain-funcs - -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 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" -IUSE="nls" - -src_configure() { - econf $(use_enable nls) -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getLD)" \ - || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc README doc/NEWS doc/TODO || die -} diff --git a/sys-apps/pv/pv-1.1.4.ebuild b/sys-apps/pv/pv-1.1.4.ebuild deleted file mode 100644 index 3adedce596d8..000000000000 --- a/sys-apps/pv/pv-1.1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.4.ebuild,v 1.9 2010/03/31 18:29:41 armin76 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 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" -IUSE="debug nls" - -src_compile() { - econf \ - $(use_enable debug debugging) \ - $(use_enable nls) \ - || die - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc README doc/NEWS doc/TODO -} |