summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-10 14:41:39 +0100
committerSam James <sam@gentoo.org>2023-06-10 14:41:45 +0100
commitddb6b9bd5b6ba88ab275df2ae761a902e6c76478 (patch)
tree751ae8d29586af3bf492d40eefc3f3c3bf637bdd /sys-process
parentmedia-libs/hamlib: Stabilize 4.5.5 amd64, #908226 (diff)
downloadgentoo-ddb6b9bd5b6ba88ab275df2ae761a902e6c76478.tar.gz
gentoo-ddb6b9bd5b6ba88ab275df2ae761a902e6c76478.tar.bz2
gentoo-ddb6b9bd5b6ba88ab275df2ae761a902e6c76478.zip
sys-process/parallel: drop 20230322
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/parallel/Manifest2
-rw-r--r--sys-process/parallel/parallel-20230322.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index ec62ed247b22..3f92e5cbae38 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,5 +1,3 @@
-DIST parallel-20230322.tar.bz2 2479384 BLAKE2B 6aa932f77b58f0982d40eebe4863efc009b0317753898edbd3c3fc385b2e4a094444bcceb5384037f656ceb3bc27c9ba5e042ff09a7a885bb5ba479ce7051cc3 SHA512 4100de413d855bfa38773bce137a289aebd20a5ca7a1806d7933a47e40e09eab9eda70719158f675f7dac49952017dc2df338e735f75682906ecec74ddec65d2
-DIST parallel-20230322.tar.bz2.sig 2080 BLAKE2B b26c5b934ca77b5d08c7eaa08ce906cca445541682ff0a4d1a827e9e7ca252918f4823a3e79210f75ff60b6fef4ec4c1447dcfc963b93d1e26b7ff87dd20b5fa SHA512 2239320e4bff7b19ecfe2fa2f7256ee591d4d68d53a9803070a0c71b22c267b3a2e8fbd7150ad532647381d6f0c15cad55873148daf81a146ba3d4fec90e2ec7
DIST parallel-20230422.tar.bz2 2483116 BLAKE2B d89c6634d5884b008c1701730f1f09a1ab74148ea221eee69ed314f0e1823e224325cfbd3a08fc8060b60fadb7dfc62e4fe17df65d7376795cc4fb88c2acf53f SHA512 1e084746d6b108805d3f5828913450d1ff70a38ecd6655db55da89c5179a686d9622b13ca471ccf44b2034abb4e5c22664810b6a8e5859e3c0ecf241fa56c9ed
DIST parallel-20230422.tar.bz2.sig 2080 BLAKE2B e4c052d3ef0f9c3e9e806f10ba166c8e164ad7983c4005a799084537e6afd37f7429490a7fd72bbdc5e41c9a6f19b9ca83306e9bb236294a00bc91c04fe70baa SHA512 432b9aa939e00a97eccbc2ca52d6c9858794826e38a6e8125fb30087679784d1145f6b98a4ed0f7b109cb2cbc3cfa0edbaa36a35959d8e0bbff711e93e58e0d4
DIST parallel-20230522.tar.bz2 2495741 BLAKE2B 7a571ff433e56e68956e1c6895cafe62ff87ca832f1cc57032a024a4f946a875f125c78ffdf6dbf75c397f6990e62e80fe2d840fa21b1db851bc6832de75c104 SHA512 09099ffc9c82e19ededff917142d9d8be671ec5a85b18a263de2fcf791acee36d5c12273e812b125300e2f542009acbf3f03410c3c4d3de05c527241c01bcf0d
diff --git a/sys-process/parallel/parallel-20230322.ebuild b/sys-process/parallel/parallel-20230322.ebuild
deleted file mode 100644
index f663a4443798..000000000000
--- a/sys-process/parallel/parallel-20230322.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/oletange.asc
-inherit verify-sig
-
-DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines"
-HOMEPAGE="https://www.gnu.org/software/parallel/ https://git.savannah.gnu.org/cgit/parallel.git/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/Devel-Size
- dev-perl/Text-CSV
- virtual/perl-Data-Dumper
- virtual/perl-File-Temp
- virtual/perl-IO
-"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oletange-20210423 )"
-
-src_configure() {
- econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}