Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kup/
Date: Mon, 29 Aug 2022 19:28:08
Message-Id: 1661800980.98499ae71ddf85eb0b58ae36396c9a706a81f1c2.asturm@gentoo
1 commit: 98499ae71ddf85eb0b58ae36396c9a706a81f1c2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:08:04 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 19:23:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98499ae7
7
8 dev-util/kup: drop 0.3.4-r1, 0.3.6, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-util/kup/Manifest | 1 -
13 dev-util/kup/kup-0.3.4-r1.ebuild | 26 --------------------------
14 dev-util/kup/kup-0.3.6.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-util/kup/Manifest b/dev-util/kup/Manifest
18 index 34e9a34b7a16..7ebc092355c6 100644
19 --- a/dev-util/kup/Manifest
20 +++ b/dev-util/kup/Manifest
21 @@ -1,2 +1 @@
22 -DIST kup-0.3.4.tar.xz 40596 BLAKE2B 2cdb046af05803a1329b9d9f6e2ecba4dba77bc0c2da67cd29a3e1e3e4d1032a5dea771b5c4d9a63c57706fcf0adb809de3d6668411f0db64b58f4420b536f9e SHA512 b29e2aebdc0af45e96a0111933cdcb17f5227520c7be159f3bbf8c940f71cca2d688207b7a1d18087182f321c77c0fa168f3e0fe99b2b01afff1ddad2c9ce9cf
23 DIST kup-0.3.6.tar.xz 41404 BLAKE2B 7c4187032b3d29ea06ddeaea813370e5a68fa94c9b85dbd92930651ad52ea103a98be26bae32b9120d136d3558b27c29323191aab36a895e4b040eb8fd83d12f SHA512 136cd179abb6b658050cd51f00a4cee2b9022b40ce17c9e50290fcdd2303de2ca21a64569b4af6a46db88959812200b3654fce06a0b3c081af0c89b5db2ded20
24
25 diff --git a/dev-util/kup/kup-0.3.4-r1.ebuild b/dev-util/kup/kup-0.3.4-r1.ebuild
26 deleted file mode 100644
27 index 3fe21be96734..000000000000
28 --- a/dev-util/kup/kup-0.3.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="kernel.org uploader tool"
37 -HOMEPAGE="https://www.kernel.org/pub/software/network/kup"
38 -SRC_URI="https://www.kernel.org/pub/software/network/kup/${P}.tar.xz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -RDEPEND="
45 - dev-lang/perl
46 - dev-perl/BSD-Resource
47 - dev-perl/Config-Simple
48 -"
49 -
50 -DOCS=( README )
51 -
52 -src_install() {
53 - dobin "${PN}" "${PN}-server" gpg-sign-all
54 - doman "${PN}.1"
55 - einstalldocs
56 -}
57
58 diff --git a/dev-util/kup/kup-0.3.6.ebuild b/dev-util/kup/kup-0.3.6.ebuild
59 deleted file mode 100644
60 index 0d5ab2353686..000000000000
61 --- a/dev-util/kup/kup-0.3.6.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -DESCRIPTION="kernel.org uploader tool"
70 -HOMEPAGE="https://www.kernel.org/pub/software/network/kup"
71 -SRC_URI="https://www.kernel.org/pub/software/network/kup/${P}.tar.xz"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -
77 -RDEPEND="
78 - dev-lang/perl
79 - dev-perl/BSD-Resource
80 - dev-perl/Config-Simple"
81 -
82 -DOCS=( README )
83 -
84 -src_install() {
85 - dobin "${PN}" "${PN}-server" gpg-sign-all
86 - doman "${PN}.1"
87 - einstalldocs
88 -}