commit:     98499ae71ddf85eb0b58ae36396c9a706a81f1c2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 17:08:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 19:23:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98499ae7

dev-util/kup: drop 0.3.4-r1, 0.3.6, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/kup/Manifest            |  1 -
 dev-util/kup/kup-0.3.4-r1.ebuild | 26 --------------------------
 dev-util/kup/kup-0.3.6.ebuild    | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-util/kup/Manifest b/dev-util/kup/Manifest
index 34e9a34b7a16..7ebc092355c6 100644
--- a/dev-util/kup/Manifest
+++ b/dev-util/kup/Manifest
@@ -1,2 +1 @@
-DIST kup-0.3.4.tar.xz 40596 BLAKE2B 
2cdb046af05803a1329b9d9f6e2ecba4dba77bc0c2da67cd29a3e1e3e4d1032a5dea771b5c4d9a63c57706fcf0adb809de3d6668411f0db64b58f4420b536f9e
 SHA512 
b29e2aebdc0af45e96a0111933cdcb17f5227520c7be159f3bbf8c940f71cca2d688207b7a1d18087182f321c77c0fa168f3e0fe99b2b01afff1ddad2c9ce9cf
 DIST kup-0.3.6.tar.xz 41404 BLAKE2B 
7c4187032b3d29ea06ddeaea813370e5a68fa94c9b85dbd92930651ad52ea103a98be26bae32b9120d136d3558b27c29323191aab36a895e4b040eb8fd83d12f
 SHA512 
136cd179abb6b658050cd51f00a4cee2b9022b40ce17c9e50290fcdd2303de2ca21a64569b4af6a46db88959812200b3654fce06a0b3c081af0c89b5db2ded20

diff --git a/dev-util/kup/kup-0.3.4-r1.ebuild b/dev-util/kup/kup-0.3.4-r1.ebuild
deleted file mode 100644
index 3fe21be96734..000000000000
--- a/dev-util/kup/kup-0.3.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="kernel.org uploader tool"
-HOMEPAGE="https://www.kernel.org/pub/software/network/kup";
-SRC_URI="https://www.kernel.org/pub/software/network/kup/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-lang/perl
-       dev-perl/BSD-Resource
-       dev-perl/Config-Simple
-"
-
-DOCS=( README )
-
-src_install() {
-       dobin "${PN}" "${PN}-server" gpg-sign-all
-       doman "${PN}.1"
-       einstalldocs
-}

diff --git a/dev-util/kup/kup-0.3.6.ebuild b/dev-util/kup/kup-0.3.6.ebuild
deleted file mode 100644
index 0d5ab2353686..000000000000
--- a/dev-util/kup/kup-0.3.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="kernel.org uploader tool"
-HOMEPAGE="https://www.kernel.org/pub/software/network/kup";
-SRC_URI="https://www.kernel.org/pub/software/network/kup/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-lang/perl
-       dev-perl/BSD-Resource
-       dev-perl/Config-Simple"
-
-DOCS=( README )
-
-src_install() {
-       dobin "${PN}" "${PN}-server" gpg-sign-all
-       doman "${PN}.1"
-       einstalldocs
-}

Reply via email to