commit:     818c0d7f643570e561073a67dbc2130a61d8853a
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 07:26:46 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 07:34:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818c0d7f

net-misc/axel: drop 2.17.11, 2.17.13

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/axel/Manifest            |  2 --
 net-misc/axel/axel-2.17.11.ebuild | 38 --------------------------------------
 net-misc/axel/axel-2.17.13.ebuild | 33 ---------------------------------
 3 files changed, 73 deletions(-)

diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index e450e7275c9b..69f61a25b0a0 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,3 +1 @@
-DIST axel-2.17.11.tar.xz 279964 BLAKE2B 
d2a740b6a9471cc384ddb8556c3dce946edffc3ef7b2740306040cb22d4cbabea92064ed3b0f351235f004b1017cefb5b0fc8a427691a74f29880eec7e3f5b85
 SHA512 
111e8b3bbb70e717bee8b3c318c18d0121776301c609c0894376a371238dd839f5dae7edda6738d2b89296fd4b6ac1083399acf62308eaa479b6d70b080e65a1
-DIST axel-2.17.13.tar.xz 224788 BLAKE2B 
07b3918277fa2a4b0cda5e989c3c001058cc0c8da52e479d56bd88956362cb1bbfa927b85ed870c5b0ddc599839fadb25aa5733bd295f060879d31c211913e16
 SHA512 
e36129de893c3c56fe89f7ff3accba9803b4e6d3b5094ed4266c10b33639b973c2fdc41beaf0a80d4fb5e62339580383497a15b4b7caad7d70c8fc581c0c4fc2
 DIST axel-2.17.14.tar.xz 226132 BLAKE2B 
e9b89222f1d03897904b6db24716263173d94e000646db3561f23701b87d7894ebce09e309354d86e47c5c7f502eefc7a68b34c5fe1d1a7288dc61856fb7e0a9
 SHA512 
73ea499f581d9411197269fc96d7eeed83dcdb7470aba2ef93db0a1032689bfb66e03a194e9ae5191477ca86cc772d204c6672233009cf210b9ebb3ae29bc9c0

diff --git a/net-misc/axel/axel-2.17.11.ebuild 
b/net-misc/axel/axel-2.17.11.ebuild
deleted file mode 100644
index 65b8d2b117b6..000000000000
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/axel-download-accelerator/axel";
-SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="debug nls ssl"
-
-CDEPEND="
-       ssl? (
-               dev-libs/openssl:0=
-       )
-"
-DEPEND="${CDEPEND}
-       nls? ( sys-devel/gettext )"
-RDEPEND="${CDEPEND}
-       nls? ( virtual/libintl virtual/libiconv )"
-
-DOCS=( doc/. )
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_with ssl)
-}
-
-pkg_postinst() {
-       einfo 'To use axel with Portage, one can configure make.conf with:'
-       einfo
-       einfo 'FETCHCOMMAND="axel --timeout=30 --alternate --no-clobber 
--output=\"\${DISTDIR}/\${FILE}\" \"\${URI}\""'
-       einfo 'RESUMECOMMAND="axel --timeout=30 --alternate --no-clobber 
--output=\"\${DISTDIR}/\${FILE}\" \"\${URI}\""'
-}

diff --git a/net-misc/axel/axel-2.17.13.ebuild 
b/net-misc/axel/axel-2.17.13.ebuild
deleted file mode 100644
index b93851ca667c..000000000000
--- a/net-misc/axel/axel-2.17.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/axel-download-accelerator/axel";
-SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="nls ssl"
-
-DEPEND="ssl? ( dev-libs/openssl:0= )"
-RDEPEND="${DEPEND}
-       nls? ( virtual/libintl virtual/libiconv )"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( doc/. )
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_with ssl ssl openssl)
-}
-
-pkg_postinst() {
-       einfo 'To use axel with Portage, one can configure make.conf with:'
-       einfo
-       einfo 'FETCHCOMMAND="axel --timeout=30 --alternate --no-clobber 
--output=\"\${DISTDIR}/\${FILE}\" \"\${URI}\""'
-       einfo 'RESUMECOMMAND="axel --timeout=30 --alternate --no-clobber 
--output=\"\${DISTDIR}/\${FILE}\" \"\${URI}\""'
-}

Reply via email to