diff options
Diffstat (limited to 'sys-apps/pv')
-rw-r--r-- | sys-apps/pv/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.6.20.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/pv/pv-1.6.6.ebuild | 53 |
3 files changed, 2 insertions, 57 deletions
diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest index 8560df761d52..9543c28b6239 100644 --- a/sys-apps/pv/Manifest +++ b/sys-apps/pv/Manifest @@ -1,5 +1,3 @@ DIST pv-1.6.20.tar.bz2 115310 BLAKE2B b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691 SHA512 e445f91b298ed285ddab54a3f8a6b5d5297e2e2eb8ad7b2ee2cbacca4adda9c6ca2bf3c77bf2a93373d3875c5b3b0b345d3945cbd91fc2647c6c25f1661a6752 -DIST pv-1.6.6.tar.bz2 109220 BLAKE2B 1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb SHA512 cc841b4bd00e4e8fcaed97da094ebac4a11af1c3f843ce5f73d0c3ab20aca29498c6b1a224c653d40127304d8269d96f413df66b980809e9278ff9544c834a26 -EBUILD pv-1.6.20.ebuild 1487 BLAKE2B 444c26d4cdf1a65eb57bd3488e67a215f0015f0ef03ff7206d9498dccc0454a3c0533c68a146190629d435622d9ea423670c82d675eb600d91549dcace0f8a19 SHA512 6d22d56a9505d69d2d4fc6a684e9498bc4be276832af9bd306c97b5b649841e900882666dca94c051ad65de0a43822b3bb2dcb0b9ac8a5e655f78f75c2ac3ac1 -EBUILD pv-1.6.6.ebuild 1379 BLAKE2B 0f3f018c0325aaef297dce38a6ae1917f9b53eb2499f38a020666d5d3da567c18f23ba173af6d805977450a6bf4c01bc25dd340728ad435ed46fb040508621c6 SHA512 f0cf93a3f5ee11c5327e640b3965da60b66115fe293016e7b35f57ea704a65b7dbe4844a2ec4d75176e4aa2901a2d342b1e2ef9485dcc52a6696ac0a730b345a +EBUILD pv-1.6.20.ebuild 1487 BLAKE2B 922c6e85bab5f80bbe8d3a1b79e8d00b1513ad70423b5ffbf54beabe387bde343fcac3e8189b5178d38522c0e92de382d2e0a962b4d5de4a08775448a99fa501 SHA512 60f73e5601b002d656028440343f46adb55517b6fa373d9953d8817fad4c53ec0972ee0a60166c4fa5a66dc6fc5b37ea2de7151c876c46b4ac82a85f4f689a2c MISC metadata.xml 483 BLAKE2B c6240298c7a79c7d5839c593b0139c990477ce67aeb92b585bbb09a07d51bbe9bd75aaeac678ddd81c05cc6f9e36860ad8cfc889204e835019f854477a5bc7bf SHA512 082cac9d7bcff373929e3c0a7af524b65c48cc427755232f981ccd4947466f2f3325a75f691f1bf79e74eebde3e53b4ebd4c904b40affc0d7fbd243f8ab36605 diff --git a/sys-apps/pv/pv-1.6.20.ebuild b/sys-apps/pv/pv-1.6.20.ebuild index 86f4bf74e302..5d9b8a174726 100644 --- a/sys-apps/pv/pv-1.6.20.ebuild +++ b/sys-apps/pv/pv-1.6.20.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x86-solaris" IUSE="debug nls" PLOCALES="de fr pl pt" diff --git a/sys-apps/pv/pv-1.6.6.ebuild b/sys-apps/pv/pv-1.6.6.ebuild deleted file mode 100644 index 6b7c79cfe1ab..000000000000 --- a/sys-apps/pv/pv-1.6.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit linux-info toolchain-funcs - -DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe" -HOMEPAGE="https://www.ivarch.com/programs/pv.shtml" -SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x86-solaris" -IUSE="debug nls" - -PV_LINGUAS=( de fr pl pt ) - -DOCS=( README doc/NEWS doc/TODO ) - -pkg_setup() { - if use kernel_linux; then - CONFIG_CHECK="~SYSVIPC" - ERROR_SYSVIPC="You will need to enable CONFIG_SYSVIPC in your kernel to use the --remote option." - linux-info_pkg_setup - fi -} - -src_prepare() { - default - - 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 ! has ${lingua} ${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() { - sed -i -e 's:usleep 200000 || ::g' tests/019-remote-cksum || die - default -} |