summaryrefslogtreecommitdiff
path: root/sys-apps/pv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
commit129160ec854dca4c3fedb5bcfbcb56930371da0f (patch)
tree53bf797418ac5e9b99c41ca0382c87b82421e5de /sys-apps/pv
parent441d1370330332b7d78f238d2f5e13f7aed5e4e0 (diff)
gentoo new year resync : 01.01.2021
Diffstat (limited to 'sys-apps/pv')
-rw-r--r--sys-apps/pv/Manifest4
-rw-r--r--sys-apps/pv/pv-1.6.0-r1.ebuild50
-rw-r--r--sys-apps/pv/pv-1.6.6.ebuild2
3 files changed, 2 insertions, 54 deletions
diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest
index b906767765d5..4a1580779a3f 100644
--- a/sys-apps/pv/Manifest
+++ b/sys-apps/pv/Manifest
@@ -1,5 +1,3 @@
-DIST pv-1.6.0.tar.bz2 107723 BLAKE2B 95118fc6406f73e800e99468457ba00f0b8f0345eef58f7ff7f4e10b90419cb36b37af094dbe5bd84b7832dfcc96e536dfb845a061f99a0b118192e90821fdc1 SHA512 bd405901812ca50b910adbcf1d2c540dc0b8612f03687866734a79cfa5b5b8100024c18a1d1413c6613e1f2085989cbb77907da89bec7eda37cdeaa7597129d5
DIST pv-1.6.6.tar.bz2 109220 BLAKE2B 1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb SHA512 cc841b4bd00e4e8fcaed97da094ebac4a11af1c3f843ce5f73d0c3ab20aca29498c6b1a224c653d40127304d8269d96f413df66b980809e9278ff9544c834a26
-EBUILD pv-1.6.0-r1.ebuild 1367 BLAKE2B 4152a39c7a7ca730c4cdb03e114902246a48f80062fc01a91009aab84741da212ba3b7be37b71c1c6f9e2d7cef22bb009a35bc4a86fcd411ec92c626604ed8a1 SHA512 7f1943b4b4ccff9e4cbcabc6bdf7491f52726903cb0f9a3edf00a2da2260f56bbffd037c70bc4c446b7a39713f6415b739b980d8fbe8f6dcf45b41d305c154b5
-EBUILD pv-1.6.6.ebuild 1389 BLAKE2B b5d2c27af211570e641219a347778000bb9bf13644de5f68eaca0d136ae4d711d6229dec535b23f865e112ca2c80fa159070773fe403b1a918e564604caa2afb SHA512 94c11b3dc498c0710044c480e5051e724c95493c85ae1185d1d6fcedcafa67b5890b6b2d7fee9bb8d9606c0ea35b1a5c9f99066d24c0b1f5206c5253551bf479
+EBUILD pv-1.6.6.ebuild 1390 BLAKE2B 4d6dfc3ac03be3a279cc59caeb7d83c42ca07790e77978d0e828d22218192c2fbdaa7a6e67d2d2d4d02c2370256d331bc58c7044ca3566d1bcbd8df1faada544 SHA512 580640bf306e1c864487f1c9f0a2343d856017bd67662a353d15c7160f208d0146dcc43b49d79a0682fd5b107997522b0dac356342d35b2ef6b22790a14303e1
MISC metadata.xml 431 BLAKE2B 85d1be89636b3cc4a7910ad00aa9d7837bf6a4ad155785157fa08742c46b9479a4148a432bb62ad073cd2615689c07b28a24be7f7525c173fded9d7d76337bf9 SHA512 cb9a5ceb4164154107dc4be74388fdaba757e9dbe1ac3e3b308fa81e97297464aa1b4d2cf6d163cb9a212a5423dbeb9f1303093d784c0d16b80d3cc2878e0dfd
diff --git a/sys-apps/pv/pv-1.6.0-r1.ebuild b/sys-apps/pv/pv-1.6.0-r1.ebuild
deleted file mode 100644
index 607576c83a62..000000000000
--- a/sys-apps/pv/pv-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 ~x86-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() {
- 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
-}
diff --git a/sys-apps/pv/pv-1.6.6.ebuild b/sys-apps/pv/pv-1.6.6.ebuild
index cd49f262aed1..47a857d61c38 100644
--- a/sys-apps/pv/pv-1.6.6.ebuild
+++ b/sys-apps/pv/pv-1.6.6.ebuild
@@ -10,7 +10,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 ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
IUSE="debug nls"
PV_LINGUAS=( de fr pl pt )