diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-12 13:58:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-12 13:58:47 +0000 |
commit | 91dfa9b34990370ea66eda8d340d1f6370b15707 (patch) | |
tree | 15b2932c0ab3eafc264b9766a06759a2937afaba /sys-apps/pv | |
parent | Old. (diff) | |
download | gentoo-2-91dfa9b34990370ea66eda8d340d1f6370b15707.tar.gz gentoo-2-91dfa9b34990370ea66eda8d340d1f6370b15707.tar.bz2 gentoo-2-91dfa9b34990370ea66eda8d340d1f6370b15707.zip |
Old.
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.3.9.ebuild | 37 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.4.4.ebuild | 47 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.4.5.ebuild | 46 |
4 files changed, 5 insertions, 131 deletions
diff --git a/sys-apps/pv/ChangeLog b/sys-apps/pv/ChangeLog index 8b71d2104bf8..1b2e60d3cfea 100644 --- a/sys-apps/pv/ChangeLog +++ b/sys-apps/pv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.64 2013/03/31 10:27:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.65 2013/04/12 13:58:47 jer Exp $ + + 12 Apr 2013; Jeroen Roovers <jer@gentoo.org> -pv-1.3.9.ebuild, + -pv-1.4.4.ebuild, -pv-1.4.5.ebuild: + Old. 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pv-1.4.6.ebuild: Stable for sparc, wrt bug #463140 diff --git a/sys-apps/pv/pv-1.3.9.ebuild b/sys-apps/pv/pv-1.3.9.ebuild deleted file mode 100644 index 44551042396b..000000000000 --- a/sys-apps/pv/pv-1.3.9.ebuild +++ /dev/null @@ -1,37 +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.9.ebuild,v 1.9 2012/12/30 15:09:12 ago 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 ~mips 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)" -} diff --git a/sys-apps/pv/pv-1.4.4.ebuild b/sys-apps/pv/pv-1.4.4.ebuild deleted file mode 100644 index 10a5ef6a3f31..000000000000 --- a/sys-apps/pv/pv-1.4.4.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.4.4.ebuild,v 1.2 2012/12/13 17:49:38 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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" - -IUSE="debug nls" -PV_LINGUAS="de fr pl pt" -for lingua in ${PV_LINGUAS}; do - IUSE+=" linguas_${lingua}" -done - -DOCS=( README doc/NEWS doc/TODO ) - -src_prepare() { - sed -i configure -e 's|CFLAGS="-g -Wall"|:|g' || die -} - -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 debug debugging) $(use_enable nls) -} - -src_test() { - if ! has_version sys-apps/usleep; then - sed -i -e 's:usleep 200000 || ::g' tests/019-remote-cksum || die - fi - default -} - -src_compile() { - emake LD="$(tc-getLD)" -} diff --git a/sys-apps/pv/pv-1.4.5.ebuild b/sys-apps/pv/pv-1.4.5.ebuild deleted file mode 100644 index 5e4de5732017..000000000000 --- a/sys-apps/pv/pv-1.4.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.4.5.ebuild,v 1.2 2013/01/22 03:07:38 vapier 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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" -IUSE="debug nls" - -PV_LINGUAS=( de fr pl pt ) -IUSE+=" ${PV_LINGUAS[@]/#/linguas_}" - -DOCS=( README doc/NEWS doc/TODO ) - -src_prepare() { - sed -i configure -e 's|CFLAGS="-g -Wall"|:|g' || die - # These should produce the same end result (working `pv`). - sed -i \ - -e 's:$(LD) $(LDFLAGS) -o:$(AR) rc:' \ - autoconf/make/modules.mk~ || die -} - -src_configure() { - tc-export AR - 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 debug debugging) $(use_enable nls) -} - -src_test() { - if ! has_version sys-apps/usleep; then - sed -i -e 's:usleep 200000 || ::g' tests/019-remote-cksum || die - fi - default -} |