From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
Date: Tue, 7 Apr 2020 19:37:20 +0000 (UTC) [thread overview]
Message-ID: <1586288186.0af532ca3698a3d6d7e8272660dbe8df0d3b6799.slashbeast@gentoo> (raw)
commit: 0af532ca3698a3d6d7e8272660dbe8df0d3b6799
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 19:33:27 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 19:36:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af532ca
net-misc/axel-2.17.8: version bump.
Closes: https://bugs.gentoo.org/628792
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.8.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index a76a15664a9..bf99f58303c 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -2,4 +2,5 @@ DIST axel-2.12.tar.gz 82995 BLAKE2B da6e00cb577ffd9ab55c3b5b4362f0bdbc08ae89572a
DIST axel-2.14.1.tar.gz 89356 BLAKE2B 43e278f09304ed9f872c9348fb2113758a046819c6c8667bd6bff65824a8a55c3d0ac647027947f76b9c4f334495284f30066fa3bd60bc0eaab4f4b5b5059620 SHA512 72c37fc6def0c765ed8220c27efe22255073b1e3cf1c8f6bda5ee2ce9cd36ac46263ac602a185efd40ca8f197a268612f2dcda69bcb49891c2538b910d971e8b
DIST axel-2.15.tar.gz 96474 BLAKE2B 73b35b0c234bf2c21b5c6038979061c908de7520d923ecf6d84d7d6cee348c3e17b8f8d3771909ed74cf20899e3d8ece2cba44764ce625755e0ff44563c0fc43 SHA512 b0a516850b56b74fe763df3320b98e47f9977dda208cff9a98a87bdc63e37f5e0fd31d30c240a375f9d992320674983ced8201ee631187149e62b42804c48eb6
DIST axel-2.17.7.tar.xz 202632 BLAKE2B 2d799ad39c0742e2edfa09dd19f9d941c54c6136f4d5ec5a95f85d338bdebcc79545205cd1dde6ef25d28c89f494ae3cc278c73e375c9f4a96dabff73b139257 SHA512 ed1815199a7cc78897a820e1938a80dba72b83e1b40e6c1e81c6d3457aaa17faf20148a82383768524d61bbabda5b00cdcb2c15ff8ae5ed74e415da0b53be3aa
+DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
DIST axel-2.4.tar.bz2 44995 BLAKE2B 03218c6243029695deae1a2d96b4e0cce719cf23602faf2d2fb4422f06ae313f5a1ed6759e7bc59a1ce756a732873ca5faed636742b608b6a66240b694b7189a SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
new file mode 100644
index 00000000000..dad9472d967
--- /dev/null
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+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 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug libressl nls ssl"
+
+CDEPEND="
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl: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}\""'
+}
next reply other threads:[~2020-04-07 19:37 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 19:37 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 7:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ Petr Vaněk
2024-10-24 14:42 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-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=1586288186.0af532ca3698a3d6d7e8272660dbe8df0d3b6799.slashbeast@gentoo \
--to=slashbeast@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