From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
Date: Fri, 25 Oct 2024 07:34:34 +0000 (UTC) [thread overview]
Message-ID: <1729841641.818c0d7f643570e561073a67dbc2130a61d8853a.arkamar@gentoo> (raw)
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}\""'
-}
next reply other threads:[~2024-10-25 7:34 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-25 7:34 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 14:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ Sam James
2024-10-24 14:42 Sam James
2024-10-24 14:07 Arthur Zamarin
2024-10-24 14:07 Arthur Zamarin
2024-10-24 14:07 Arthur Zamarin
2024-09-14 13:14 Petr Vaněk
2024-09-14 13:14 Petr Vaněk
2024-09-14 13:14 Petr Vaněk
2024-03-01 13:46 Arthur Zamarin
2023-03-29 20:51 Piotr Karbowski
2023-02-27 9:02 WANG Xuerui
2022-11-06 8:05 Agostino Sarubbo
2022-11-06 4:00 Sam James
2022-11-06 4:00 Sam James
2022-11-06 4:00 Sam James
2022-11-06 4:00 Sam James
2022-10-17 23:34 Sam James
2022-06-23 21:03 Piotr Karbowski
2022-06-23 21:03 Piotr Karbowski
2022-04-03 12:36 Piotr Karbowski
2022-04-01 13:55 Marek Szuba
2021-05-02 12:09 Mikle Kolyada
2021-02-07 1:07 Sam James
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2021-02-04 8:00 Sam James
2021-02-04 7:59 Sam James
2020-11-25 21:52 Piotr Karbowski
2020-06-14 10:00 Piotr Karbowski
2020-06-06 21:17 Piotr Karbowski
2020-06-04 6:23 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-05-31 19:12 Sergei Trofimovich
2020-05-31 8:19 Sergei Trofimovich
2020-04-08 14:42 Piotr Karbowski
2020-04-08 9:54 Agostino Sarubbo
2020-04-08 9:53 Agostino Sarubbo
2020-04-08 9:51 Agostino Sarubbo
2020-04-08 9:50 Agostino Sarubbo
2020-04-07 20:20 Piotr Karbowski
2020-04-07 19:37 Piotr Karbowski
2020-02-21 22:31 Piotr Karbowski
2020-02-21 20:52 Piotr Karbowski
2019-04-27 20:28 David Seifert
2017-10-27 22:42 Patrice Clement
2017-10-27 22:42 Patrice Clement
2017-10-27 22:42 Patrice Clement
2017-10-03 21:34 Patrice Clement
2017-01-05 22:50 Justin Lecher
2015-11-05 12:57 Justin Lecher
2015-10-15 12:31 Justin Lecher
2015-10-04 10:14 Agostino Sarubbo
2015-10-03 7:06 Jeroen Roovers
2015-10-01 12:37 Agostino Sarubbo
2015-09-29 11:36 Justin Lecher
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=1729841641.818c0d7f643570e561073a67dbc2130a61d8853a.arkamar@gentoo \
--to=arkamar@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