From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pv/
Date: Tue, 24 Jun 2025 20:03:13 +0000 (UTC) [thread overview]
Message-ID: <1750795360.f08f4548d2225ca6611a7fc76f7e8e7dc178fede.sam@gentoo> (raw)
commit: f08f4548d2225ca6611a7fc76f7e8e7dc178fede
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 19:18:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 20:02:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08f4548
sys-apps/pv: drop 1.9.0, 1.9.15
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/pv/Manifest | 4 ---
sys-apps/pv/pv-1.9.0.ebuild | 61 --------------------------------------------
sys-apps/pv/pv-1.9.15.ebuild | 56 ----------------------------------------
3 files changed, 121 deletions(-)
diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest
index 63e6d2016fcb..fb28b3ac9d30 100644
--- a/sys-apps/pv/Manifest
+++ b/sys-apps/pv/Manifest
@@ -1,6 +1,2 @@
-DIST pv-1.9.0.tar.gz 369918 BLAKE2B 802dafdd2e354887d8ca73f42787e86941081aaf62cafc7032ee2fdd299683c1e8a764c4262c5ec7596bd6221d59435ce7b340614783cc72f241735a460e5013 SHA512 1085387fdf645ab14b4b83b006dbc09018e2e3cb89a585cc6b9d5c03e947ffd84d300fb0698bb8e4dfc918aa25f9453897a394791a6aa9caefa278e21b9acf35
-DIST pv-1.9.0.tar.gz.asc 691 BLAKE2B 86b99c718935afdbbf2419b1363a385d1ca8afe81bc7fabea8b4b48dbe1c439a7cd4bb93a106608cb6916f9503fc0f32253867771f9b78feb24f5218d2f49f8f SHA512 d8fe557b690aa828a3a2af9b74397d00ab1b00b444890220b79991aa5161ec8cc5ca3701b37950ec07bc3382f6cbc1578bf6b2be1966c34313827c1eeaa79fc7
-DIST pv-1.9.15.tar.gz 401271 BLAKE2B 062bc326eae9b3f8a17eb3a453f5b5e5081eece1b7d7601aabe7ea6ffb6d4fff62ad1896b66990a54b7c6cd6baf080d0efefa4039947d88386c779e6e9ec7a90 SHA512 9a5174b3523e20f186689553e5004df35e38da9462a8f7376b6efce186e854ed8ef139c9e2d10944c20e478e5cfe80a7b67786d5e909ed1a9e40c9ca9fde474c
-DIST pv-1.9.15.tar.gz.asc 691 BLAKE2B e29a55fc7a78b39135d1c53decdeb6ec553443dcceedb5886522e6c4914aa354d05754cc7ddbefc4a5b930a9d75d82b33827fd7ef070fcb45dcd512d882b4d98 SHA512 571302a27539e5cfd5179827f1a1881499febba99207461d750c3934f3dad21e5c396fd8db7179e170ce5ab2239f5332517c63e2c43160428a86f875ae29a34a
DIST pv-1.9.31.tar.gz 417551 BLAKE2B 6018abe674834f45312faa5ce07b49e11258e29fffc11d88ce73f50ae58c47e94defa3d5d819099a6909610e7423d9e42a8ce939fa39fe476cdbf35e89aa0112 SHA512 63cdc6223cde4f3f0daf47b5808a3f72a9cfaf2c05751e971a99d9dd3df2f36430958213c023931f428c87341a5f6c1f3772f30ca992123ea4c2a2e48000ff1d
DIST pv-1.9.31.tar.gz.asc 691 BLAKE2B 7b5b998341db887b14c56fc080d87cb4abb186b4df2c8def638822889a734436fe0c4c132396415bbc0dcb0754f76d0456bb667533ef7ed92ed0c09a62522e8b SHA512 549a3bb3f4f404b3a6e407663ba335e3d4e14303185654771c974335ed5e7ac46dbba71bbf4f26e640217829e58a0da8d6fa139b02f426b60ab074ec97084374
diff --git a/sys-apps/pv/pv-1.9.0.ebuild b/sys-apps/pv/pv-1.9.0.ebuild
deleted file mode 100644
index 2fe16ca8af87..000000000000
--- a/sys-apps/pv/pv-1.9.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/pv.asc
-inherit linux-info toolchain-funcs verify-sig
-
-DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
-HOMEPAGE="https://www.ivarch.com/programs/pv.shtml https://codeberg.org/a-j-wood/pv"
-
-if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://codeberg.org/a-j-wood/pv"
- inherit autotools git-r3
-else
- SRC_URI="
- https://www.ivarch.com/programs/sources/${P}.tar.gz
- verify-sig? ( https://www.ivarch.com/programs/sources/${P}.tar.gz.txt -> ${P}.tar.gz.asc )
- "
-
- KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug nls"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-pv )"
-
-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
-
- # Valgrind isn't reliable within sandbox.
- cat <<-EOF > tests/run-valgrind.sh || die
- #!/bin/sh
- exit 77
- EOF
- chmod +x tests/run-valgrind.sh || Die
-
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- tc-export AR
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable nls)
-}
-
-src_test() {
- emake -Onone check
-}
diff --git a/sys-apps/pv/pv-1.9.15.ebuild b/sys-apps/pv/pv-1.9.15.ebuild
deleted file mode 100644
index 03801fb28c2e..000000000000
--- a/sys-apps/pv/pv-1.9.15.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/pv.asc
-inherit linux-info toolchain-funcs verify-sig
-
-DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
-HOMEPAGE="https://www.ivarch.com/programs/pv.shtml https://codeberg.org/a-j-wood/pv"
-
-if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://codeberg.org/a-j-wood/pv"
- inherit autotools git-r3
-else
- SRC_URI="
- https://www.ivarch.com/programs/sources/${P}.tar.gz
- verify-sig? ( https://www.ivarch.com/programs/sources/${P}.tar.gz.txt -> ${P}.tar.gz.asc )
- "
-
- KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug nls"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-pv )"
-
-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
-
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- tc-export AR
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable nls)
-}
-
-src_test() {
- # Valgrind is unreliable within sandbox
- local -x SKIP_VALGRIND_TESTS=1
- emake -Onone check
-}
next reply other threads:[~2025-06-24 20:03 UTC|newest]
Thread overview: 128+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-24 20:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-26 14:00 [gentoo-commits] repo/gentoo:master commit in: sys-apps/pv/ Sam James
2025-08-26 14:00 Sam James
2025-08-26 14:00 Sam James
2025-08-26 14:00 Sam James
2025-07-27 0:57 Sam James
2025-04-10 5:55 Sam James
2025-03-16 12:20 Sam James
2025-03-16 12:20 Sam James
2025-03-16 12:19 Sam James
2025-03-16 12:19 Sam James
2025-03-16 12:19 Sam James
2025-03-16 12:19 Sam James
2025-03-14 16:48 Sam James
2025-03-14 5:26 Sam James
2025-02-11 8:39 Sam James
2025-01-25 17:46 Sam James
2025-01-25 17:46 Sam James
2025-01-18 7:11 Arthur Zamarin
2025-01-12 14:49 Sam James
2025-01-12 14:10 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:16 Sam James
2024-12-28 12:24 Sam James
2024-12-23 3:22 Sam James
2024-12-21 3:08 Sam James
2024-12-13 11:45 Sam James
2024-12-03 11:14 Sam James
2024-12-03 11:14 Sam James
2024-11-22 10:20 Sam James
2024-11-22 1:52 Sam James
2024-11-21 21:08 Arthur Zamarin
2024-11-21 21:08 Arthur Zamarin
2024-11-21 16:35 Sam James
2024-11-21 16:35 Sam James
2024-11-21 16:35 Sam James
2024-10-17 3:53 Sam James
2024-09-05 3:09 Sam James
2024-08-30 8:02 Sam James
2024-08-29 6:34 Jakov Smolić
2024-08-29 5:23 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-07-19 6:05 Sam James
2024-07-19 6:05 Sam James
2024-06-25 4:46 Sam James
2024-06-25 4:45 Sam James
2024-06-25 4:41 Sam James
2024-06-25 4:07 Sam James
2024-06-25 4:07 Sam James
2024-06-25 3:59 Sam James
2024-06-25 3:57 Sam James
2024-06-25 3:51 Sam James
2024-05-16 5:56 WANG Xuerui
2024-05-16 5:56 WANG Xuerui
2024-04-23 20:59 Sam James
2024-03-04 12:16 Sam James
2024-01-24 4:57 Ionen Wolkens
2024-01-23 4:17 Sam James
2024-01-17 2:46 Ionen Wolkens
2024-01-17 2:46 Ionen Wolkens
2023-12-31 3:49 Sam James
2023-12-29 22:43 Sam James
2023-12-29 21:41 Sam James
2023-12-29 19:22 Arthur Zamarin
2023-12-29 17:14 Arthur Zamarin
2023-12-29 17:12 Arthur Zamarin
2023-12-28 3:43 Sam James
2023-12-26 16:37 Sam James
2023-12-24 11:08 Sam James
2023-12-22 7:55 Arthur Zamarin
2023-12-15 7:14 Sam James
2023-12-15 7:06 Sam James
2023-12-15 6:52 Sam James
2023-12-15 6:52 Sam James
2023-11-20 9:28 Sam James
2023-11-17 13:58 Sam James
2023-09-26 2:56 Sam James
2023-09-26 2:55 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-09-02 12:04 Sam James
2023-08-01 5:47 Sam James
2023-08-01 5:47 Sam James
2023-08-01 5:47 Sam James
2023-07-28 11:07 Sam James
2023-07-28 1:35 Sam James
2023-07-17 21:56 Sam James
2022-01-24 19:19 Sam James
2021-10-14 17:13 Georgy Yakovlev
2021-10-14 17:13 Georgy Yakovlev
2021-10-14 17:13 Georgy Yakovlev
2021-10-14 17:13 Georgy Yakovlev
2021-10-14 17:13 Georgy Yakovlev
2021-10-14 16:38 Sam James
2021-10-14 5:56 Agostino Sarubbo
2021-10-14 3:25 Sam James
2021-10-14 3:25 Sam James
2021-09-08 7:18 Sam James
2021-09-08 0:18 Sam James
2021-01-06 15:26 Fabian Groffen
2020-12-29 23:35 Sam James
2020-11-07 20:37 Sergei Trofimovich
2020-11-07 20:34 Sergei Trofimovich
2020-11-07 20:22 Sergei Trofimovich
2020-11-04 6:22 Sam James
2020-11-04 6:07 Sam James
2020-11-04 3:21 Sam James
2020-11-03 22:05 Georgy Yakovlev
2019-05-02 9:58 Jeroen Roovers
2018-10-29 22:05 Jeroen Roovers
2018-04-06 11:05 Fabian Groffen
2018-01-06 15:19 Ulrich Müller
2017-07-30 9:08 Jeroen Roovers
2017-02-26 15:39 Michael Weber
2017-01-14 11:47 Jeroen Roovers
2017-01-14 11:47 Jeroen Roovers
2016-12-19 11:07 Tobias Klausmann
2016-12-17 10:23 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1750795360.f08f4548d2225ca6611a7fc76f7e8e7dc178fede.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox