diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-26 18:14:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-26 18:14:39 +0000 |
commit | 6c21de1c6b0c5b8b4952f0a8363f4dec1bc52f7e (patch) | |
tree | c35345019f5cb49029489c7374989f0facf6630e /sys-apps | |
parent | Use.mask rtmp,metalink (diff) | |
download | gentoo-2-6c21de1c6b0c5b8b4952f0a8363f4dec1bc52f7e.tar.gz gentoo-2-6c21de1c6b0c5b8b4952f0a8363f4dec1bc52f7e.tar.bz2 gentoo-2-6c21de1c6b0c5b8b4952f0a8363f4dec1bc52f7e.zip |
Old.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pv/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.2.0-r1.ebuild | 41 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.2.0.ebuild | 26 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.3.1.ebuild | 47 |
4 files changed, 5 insertions, 115 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 0305995e06f0..50e25c9116e1 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.42 2012/08/26 17:34:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.43 2012/08/26 18:14:39 jer Exp $ + + 26 Aug 2012; Jeroen Roovers <jer@gentoo.org> -pv-1.2.0.ebuild, + -pv-1.2.0-r1.ebuild, -pv-1.3.1.ebuild: + Old. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> pv-1.3.4.ebuild: alpha/sparc stable wrt #429480 diff --git a/sys-apps/pv/pv-1.2.0-r1.ebuild b/sys-apps/pv/pv-1.2.0-r1.ebuild deleted file mode 100644 index f60af8365f29..000000000000 --- a/sys-apps/pv/pv-1.2.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0-r1.ebuild,v 1.7 2012/07/14 11:34:32 maekke Exp $ - -EAPI="4" - -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="http://pipeviewer.googlecode.com/files/${P}.tar.bz2" - -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" -PV_LINGUAS="de fr pl pt" -for lingua in ${PV_LINGUAS}; do - IUSE+=" linguas_${lingua}" -done - -DOCS=( README doc/NEWS doc/TODO ) - -src_configure() { - econf $(use_enable nls) -} - -src_compile() { - emake LD="$(tc-getLD)" -} - -src_install() { - default - local lingua="" - for lingua in ${PV_LINGUAS}; do - if ! use linguas_$lingua; then - rm -rf "${D}"/usr/share/locale/$lingua || die - fi - done -} diff --git a/sys-apps/pv/pv-1.2.0.ebuild b/sys-apps/pv/pv-1.2.0.ebuild deleted file mode 100644 index 9b815fa6002f..000000000000 --- a/sys-apps/pv/pv-1.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.11 2011/12/22 14:35:56 jer Exp $ - -EAPI="4" - -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="http://pipeviewer.googlecode.com/files/${P}.tar.bz2" - -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" - -DOCS=( README doc/NEWS doc/TODO ) - -src_configure() { - econf $(use_enable nls) -} - -src_compile() { - emake LD="$(tc-getLD)" -} diff --git a/sys-apps/pv/pv-1.3.1.ebuild b/sys-apps/pv/pv-1.3.1.ebuild deleted file mode 100644 index e5b0d7ae52f0..000000000000 --- a/sys-apps/pv/pv-1.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.3.1.ebuild,v 1.1 2012/06/28 01:15:23 jer Exp $ - -EAPI="4" - -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="http://www.ivarch.com/programs/sources/${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" -PV_LINGUAS="de fr pl pt" -for lingua in ${PV_LINGUAS}; do - IUSE+=" linguas_${lingua}" -done - -DOCS=( README doc/NEWS doc/TODO ) - -src_configure() { - local lingua - for lingua in ${PV_LINGUAS}; do - if ! use linguas_${lingua}; then - sed -i configure -e "/ALL_LINGUAS=/s:${lingua}::g" || die - fi - done - econf $(use_enable nls) -} - -src_compile() { - emake LD="$(tc-getLD)" -} - -src_install() { - default -# local lingua="" -# for lingua in ${PV_LINGUAS}; do -# if ! use linguas_$lingua; then -# rm -rf "${D}"/usr/share/locale/$lingua || die -# fi -# done -} |