* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2017-10-27 22:42 Patrice Clement
0 siblings, 0 replies; 56+ messages in thread
From: Patrice Clement @ 2017-10-27 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 277d3f4e063bbc2d3071afa0f49844504d7d9685
Author: Antonio Quartulli <a <AT> unstable <DOT> cc>
AuthorDate: Tue Oct 10 14:08:07 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 22:42:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d3f4e
net-misc/axel: update 9999 ebuild with latest URI, flags and instructions.
Signed-off-by: Antonio Quartulli <a <AT> unstable.cc>
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-misc/axel/axel-9999.ebuild | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild
index 70eda56e3f0..d4a43d0094f 100644
--- a/net-misc/axel/axel-9999.ebuild
+++ b/net-misc/axel/axel-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
inherit autotools git-r3
DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/eribertomota/axel"
+HOMEPAGE="https://github.com/axel-download-accelerator/axel"
SRC_URI=""
-EGIT_REPO_URI="https://github.com/eribertomota/axel.git"
+EGIT_REPO_URI="https://github.com/axel-download-accelerator/axel.git"
LICENSE="GPL-2"
SLOT="0"
@@ -38,12 +38,19 @@ src_prepare() {
src_configure() {
econf \
$(use_enable nls) \
- $(use_with ssl openssl)
+ $(use_with ssl)
}
pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
+ einfo 'To use axel with portage, create a script in'
+ einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
einfo
- einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
+ einfo ' #!/bin/bash'
+ einfo ' set -e'
+ einfo ' /usr/bin/axel -o "$1.axel" "$2"'
+ einfo ' mv "$1.axel" "$1"'
+ einfo
+ einfo 'and then add the following to your make.conf:'
+ einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-25 7:34 Petr Vaněk
0 siblings, 0 replies; 56+ messages in thread
From: Petr Vaněk @ 2024-10-25 7:34 UTC (permalink / raw
To: gentoo-commits
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}\""'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-24 14:42 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2024-10-24 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 73f33d37ac1faa650b51f65ca625d7d3f3a8fe66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:42:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:42:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f33d37
net-misc/axel: Stabilize 2.17.14 amd64, #942072
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
index de1615d4b781..da93ff3d3e4f 100644
--- a/net-misc/axel/axel-2.17.14.ebuild
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="nls ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-24 14:42 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2024-10-24 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 73cb73b174376f05497963a45dd58dc66bf3c894
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:42:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:42:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cb73b1
net-misc/axel: Stabilize 2.17.14 x86, #942072
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
index da93ff3d3e4f..43184663f4f4 100644
--- a/net-misc/axel/axel-2.17.14.ebuild
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="nls ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-24 14:07 Arthur Zamarin
0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-10-24 14:07 UTC (permalink / raw
To: gentoo-commits
commit: fc7c24d790b1c63c7836dbadb820f161fb96aaf3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:07:46 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:07:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7c24d7
net-misc/axel: Stabilize 2.17.14 sparc, #942072
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/axel/axel-2.17.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
index 847d5a4667a3..705103682b1d 100644
--- a/net-misc/axel/axel-2.17.14.ebuild
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
IUSE="nls ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-24 14:07 Arthur Zamarin
0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-10-24 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 7bd2d1aa2669098d0a7d32e61557034b5d4d411d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:07:47 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:07:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd2d1aa
net-misc/axel: Stabilize 2.17.14 ppc64, #942072
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/axel/axel-2.17.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
index 705103682b1d..de1615d4b781 100644
--- a/net-misc/axel/axel-2.17.14.ebuild
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="nls ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-10-24 14:07 Arthur Zamarin
0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-10-24 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 6e8b0287ed2a8ee4a89b328329a0288ed96a9ee3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:07:45 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:07:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8b0287
net-misc/axel: Stabilize 2.17.14 ppc, #942072
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/axel/axel-2.17.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
index c53db4796073..847d5a4667a3 100644
--- a/net-misc/axel/axel-2.17.14.ebuild
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="nls ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-09-14 13:14 Petr Vaněk
0 siblings, 0 replies; 56+ messages in thread
From: Petr Vaněk @ 2024-09-14 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 6a12491c187ba8feef5970fa93093aa4f0b608af
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:00:43 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 13:13:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a12491c
net-misc/axel: correct config phase with USE=-ssl
This change corrects usege of use_with function to make it work with
disabled ssl USE flag.
Closes: https://bugs.gentoo.org/926729
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/axel/axel-2.17.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.13.ebuild b/net-misc/axel/axel-2.17.13.ebuild
index d2b41dac25da..b93851ca667c 100644
--- a/net-misc/axel/axel-2.17.13.ebuild
+++ b/net-misc/axel/axel-2.17.13.ebuild
@@ -22,7 +22,7 @@ DOCS=( doc/. )
src_configure() {
econf \
$(use_enable nls) \
- $(use_with ssl ssl=openssl)
+ $(use_with ssl ssl openssl)
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-09-14 13:14 Petr Vaněk
0 siblings, 0 replies; 56+ messages in thread
From: Petr Vaněk @ 2024-09-14 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 3c19d99dccd5dba24b5edf723eae9d37e2e1be55
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:11:24 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 13:13:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c19d99d
net-misc/axel: add 2.17.14
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.14.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 545feeb4f3b6..102fb0fa1bab 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,3 +1,4 @@
DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
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.14.ebuild b/net-misc/axel/axel-2.17.14.ebuild
new file mode 100644
index 000000000000..c53db4796073
--- /dev/null
+++ b/net-misc/axel/axel-2.17.14.ebuild
@@ -0,0 +1,40 @@
+# 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() {
+ if [[ -z ${REPLACING_VERSIONS} ]] ; then
+ 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}\""'
+ fi
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-09-14 13:14 Petr Vaněk
0 siblings, 0 replies; 56+ messages in thread
From: Petr Vaněk @ 2024-09-14 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 2ffdc9a7006bc265d4caf8a9d38aac61fee68c49
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:12:49 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 13:13:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffdc9a7
net-misc/axel: drop 2.17.10
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/axel/Manifest | 1 -
net-misc/axel/axel-2.17.10.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 102fb0fa1bab..e450e7275c9b 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,4 +1,3 @@
-DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
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.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
deleted file mode 100644
index 9ec3f17398db..000000000000
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 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 ~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}\""'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2024-03-01 13:46 Arthur Zamarin
0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-03-01 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 5a426e488105c9361f70c4f5b0b48ccaab348d4e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 13:38:35 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 13:38:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a426e48
net-misc/axel: add 2.17.13, EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.13.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 270463f6930d..545feeb4f3b6 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,2 +1,3 @@
DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
DIST axel-2.17.11.tar.xz 279964 BLAKE2B d2a740b6a9471cc384ddb8556c3dce946edffc3ef7b2740306040cb22d4cbabea92064ed3b0f351235f004b1017cefb5b0fc8a427691a74f29880eec7e3f5b85 SHA512 111e8b3bbb70e717bee8b3c318c18d0121776301c609c0894376a371238dd839f5dae7edda6738d2b89296fd4b6ac1083399acf62308eaa479b6d70b080e65a1
+DIST axel-2.17.13.tar.xz 224788 BLAKE2B 07b3918277fa2a4b0cda5e989c3c001058cc0c8da52e479d56bd88956362cb1bbfa927b85ed870c5b0ddc599839fadb25aa5733bd295f060879d31c211913e16 SHA512 e36129de893c3c56fe89f7ff3accba9803b4e6d3b5094ed4266c10b33639b973c2fdc41beaf0a80d4fb5e62339580383497a15b4b7caad7d70c8fc581c0c4fc2
diff --git a/net-misc/axel/axel-2.17.13.ebuild b/net-misc/axel/axel-2.17.13.ebuild
new file mode 100644
index 000000000000..d2b41dac25da
--- /dev/null
+++ b/net-misc/axel/axel-2.17.13.ebuild
@@ -0,0 +1,33 @@
+# 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}\""'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2023-03-29 20:51 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2023-03-29 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 0022b510afa7531342a45565e31f5e3fa692d1dc
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 20:28:21 2023 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 20:50:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0022b510
net-misc/axel: drop into maintainer-needed.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-misc/axel/metadata.xml b/net-misc/axel/metadata.xml
index c6cbe71355c8..05ac5e3edf7c 100644
--- a/net-misc/axel/metadata.xml
+++ b/net-misc/axel/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>slashbeast@gentoo.org</email>
- <name>Piotr Karbowski</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">axel-download-accelerator/axel</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2023-02-27 9:02 WANG Xuerui
0 siblings, 0 replies; 56+ messages in thread
From: WANG Xuerui @ 2023-02-27 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 0f9d83e046e820149778674e8a4731c039403893
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 07:46:21 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 09:01:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9d83e0
net-misc/axel: keyword 2.17.11 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index 9652f4f27a2c..65b8d2b117b6 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-11-06 8:05 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2022-11-06 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 401c67542f6d2288fc7cb77bd2122fbde22693b0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 08:04:16 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 08:04:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401c6754
net-misc/axel: Stabilize 2.17.11 x86, #879937
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index 87d46fbcd596..9652f4f27a2c 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-11-06 4:00 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-06 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 5a7e585e238a830c9b65cefc6b457376a8050c93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 03:59:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 03:59:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7e585e
net-misc/axel: Stabilize 2.17.11 ppc, #879937
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index f9c68c3ddf95..f1d42f4e787f 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-11-06 4:00 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-06 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 75cb10d100637fa21edcafc1532833ee8fab06e7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 03:59:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 03:59:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cb10d1
net-misc/axel: Stabilize 2.17.11 ppc64, #879937
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index f9fabe3a83d0..f9c68c3ddf95 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-11-06 4:00 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-06 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 9a3fdb10c0474617faac1e392448427275afc0d4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 03:59:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 03:59:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3fdb10
net-misc/axel: Stabilize 2.17.11 sparc, #879937
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index f1d42f4e787f..7dd604a2b7e4 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-11-06 4:00 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-06 4:00 UTC (permalink / raw
To: gentoo-commits
commit: bc08f9cd8056480c5ff864090305f051f0cb15bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 03:59:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 03:59:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc08f9cd
net-misc/axel: Stabilize 2.17.11 amd64, #879937
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
index 7dd604a2b7e4..87d46fbcd596 100644
--- a/net-misc/axel/axel-2.17.11.ebuild
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-10-17 23:34 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-10-17 23:34 UTC (permalink / raw
To: gentoo-commits
commit: 63d9a27559c13be5c4d20589ce9001d261415ff9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 22:48:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 23:08:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d9a275
net-misc/axel: update upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/metadata.xml b/net-misc/axel/metadata.xml
index fd7fe267b0a6..c6cbe71355c8 100644
--- a/net-misc/axel/metadata.xml
+++ b/net-misc/axel/metadata.xml
@@ -6,6 +6,6 @@
<name>Piotr Karbowski</name>
</maintainer>
<upstream>
- <remote-id type="github">eribertomota/axel</remote-id>
+ <remote-id type="github">axel-download-accelerator/axel</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-06-23 21:03 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2022-06-23 21:03 UTC (permalink / raw
To: gentoo-commits
commit: e44be3832741695275a56443dfe0cbcee6ebcbf2
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 21:02:54 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 21:03:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44be383
net-misc/axel: drop old.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 2 --
net-misc/axel/axel-2.17.8.ebuild | 38 --------------------------------------
net-misc/axel/axel-2.17.9.ebuild | 38 --------------------------------------
3 files changed, 78 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 0b0f43df81b5..270463f6930d 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,4 +1,2 @@
DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
DIST axel-2.17.11.tar.xz 279964 BLAKE2B d2a740b6a9471cc384ddb8556c3dce946edffc3ef7b2740306040cb22d4cbabea92064ed3b0f351235f004b1017cefb5b0fc8a427691a74f29880eec7e3f5b85 SHA512 111e8b3bbb70e717bee8b3c318c18d0121776301c609c0894376a371238dd839f5dae7edda6738d2b89296fd4b6ac1083399acf62308eaa479b6d70b080e65a1
-DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
-DIST axel-2.17.9.tar.xz 204212 BLAKE2B 8ec63a5ccf73bf8e17c559b7fbce08ee926b0001b1d6f8ea09cbe1a7c600ceba69b6b6ecd19f989da333b57ed11e9a93913b2fa520d7e56b7d796cf18dcb9f1a SHA512 a0cabf43f451d61f4b1f4892a381fd5cf4088f7148502bf4e27d1c98177c3777bab9b732780cb9ba60c45aeead6cf9b79f870ac16db7148180f26350e69d8b01
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
deleted file mode 100644
index c2b94b904b2b..000000000000
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 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 ppc ppc64 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.9.ebuild b/net-misc/axel/axel-2.17.9.ebuild
deleted file mode 100644
index 1a4eb679c275..000000000000
--- a/net-misc/axel/axel-2.17.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 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 ~ppc ~ppc64 ~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}\""'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-06-23 21:03 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2022-06-23 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 8f91f910e3822440c9c5aef15274d2dcda7b0e8e
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 21:01:55 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 21:03:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f91f910
net-misc/axel: 2.17.11 version bump
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.11.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 82743b9d4cec..0b0f43df81b5 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,3 +1,4 @@
DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
+DIST axel-2.17.11.tar.xz 279964 BLAKE2B d2a740b6a9471cc384ddb8556c3dce946edffc3ef7b2740306040cb22d4cbabea92064ed3b0f351235f004b1017cefb5b0fc8a427691a74f29880eec7e3f5b85 SHA512 111e8b3bbb70e717bee8b3c318c18d0121776301c609c0894376a371238dd839f5dae7edda6738d2b89296fd4b6ac1083399acf62308eaa479b6d70b080e65a1
DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
DIST axel-2.17.9.tar.xz 204212 BLAKE2B 8ec63a5ccf73bf8e17c559b7fbce08ee926b0001b1d6f8ea09cbe1a7c600ceba69b6b6ecd19f989da333b57ed11e9a93913b2fa520d7e56b7d796cf18dcb9f1a SHA512 a0cabf43f451d61f4b1f4892a381fd5cf4088f7148502bf4e27d1c98177c3777bab9b732780cb9ba60c45aeead6cf9b79f870ac16db7148180f26350e69d8b01
diff --git a/net-misc/axel/axel-2.17.11.ebuild b/net-misc/axel/axel-2.17.11.ebuild
new file mode 100644
index 000000000000..f9fabe3a83d0
--- /dev/null
+++ b/net-misc/axel/axel-2.17.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 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 ~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}\""'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-04-03 12:36 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2022-04-03 12:36 UTC (permalink / raw
To: gentoo-commits
commit: f18675d3ff3b507500b4498babbc774159798977
Author: Raymond Wong <infiwang <AT> pm <DOT> me>
AuthorDate: Fri Apr 1 14:42:03 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 12:36:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18675d3
net-misc/axel: Keyword 2.17.10 for ~mips
Bug: https://bugs.gentoo.org/836586
Signed-off-by: Raymond Wong <infiwang <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/24850
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index 6fca57bcb4f7..9ec3f17398db 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2022-04-01 13:55 Marek Szuba
0 siblings, 0 replies; 56+ messages in thread
From: Marek Szuba @ 2022-04-01 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 0924d4be17d115afe2af87589c0f7d84c14f1801
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 13:50:06 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 13:50:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0924d4be
net-misc/axel: keyword 2.17.10 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index c2b94b904b2b..6fca57bcb4f7 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv sparc x86"
IUSE="debug nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-05-02 12:09 Mikle Kolyada
0 siblings, 0 replies; 56+ messages in thread
From: Mikle Kolyada @ 2021-05-02 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 863af78b96b6d38065a566f76d3562bbc5bfad91
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 11:48:18 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 11:48:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863af78b
net-misc/axel: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 5 ++---
net-misc/axel/axel-2.17.8.ebuild | 5 ++---
net-misc/axel/axel-2.17.9.ebuild | 5 ++---
3 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index 07ab4176a7e..c2b94b904b2 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="debug libressl nls ssl"
+IUSE="debug nls ssl"
CDEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
"
DEPEND="${CDEPEND}
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index 07ab4176a7e..c2b94b904b2 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="debug libressl nls ssl"
+IUSE="debug nls ssl"
CDEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
"
DEPEND="${CDEPEND}
diff --git a/net-misc/axel/axel-2.17.9.ebuild b/net-misc/axel/axel-2.17.9.ebuild
index 94347826a82..1a4eb679c27 100644
--- a/net-misc/axel/axel-2.17.9.ebuild
+++ b/net-misc/axel/axel-2.17.9.ebuild
@@ -10,12 +10,11 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug libressl nls ssl"
+IUSE="debug nls ssl"
CDEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
"
DEPEND="${CDEPEND}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-02-07 1:07 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-02-07 1:07 UTC (permalink / raw
To: gentoo-commits
commit: 121d5c4b3d9cfd9a73e3b3a79fe517ce6e480787
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 01:07:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 01:07:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121d5c4b
net-misc/axel: Stabilize 2.17.10 ppc, #768585
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index cf1d495d255..36e4e204eda 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-02-04 14:42 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2021-02-04 14:42 UTC (permalink / raw
To: gentoo-commits
commit: d17bd5511db85992292ddb677bb8b1069ebfc9f6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 14:41:37 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 14:41:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17bd551
net-misc/axel: x86 stable wrt bug #768585
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index 410b249bfd1..cf1d495d255 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-02-04 14:09 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-02-04 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 259c5b8b896222a3b24f3b94e5b13221e821f64a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 14:09:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 14:09:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259c5b8b
net-misc/axel: Stabilize 2.17.10 amd64, #768585
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index 74fb9c480f9..410b249bfd1 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-02-04 8:00 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-02-04 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 57983e6d940ca021ca1bbf6c08f0eb87bb81849c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 08:00:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 08:00:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57983e6d
net-misc/axel: Stabilize 2.17.10 sparc, #768585
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index 4f4eedb30b3..74fb9c480f9 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2021-02-04 7:59 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-02-04 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 03c2637df107aaaf4af8223e4b1312cfbbda06b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 07:59:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 07:59:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c2637d
net-misc/axel: Stabilize 2.17.10 ppc64, #768585
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/axel/axel-2.17.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
index dad9472d967..4f4eedb30b3 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-11-25 21:52 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-11-25 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 038140d81b3f6bef55872554e79a896d14d3b71d
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 21:51:31 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 21:52:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038140d8
net-misc/axel: 2.17.10 bump
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.10.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index a6f00fc8a3f..82743b9d4ce 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,2 +1,3 @@
+DIST axel-2.17.10.tar.xz 274648 BLAKE2B ee89614412dda04092bd89821ce78d1fff9224d0e026b136d50f2c52a42bbb6a3a110dcf8c0e8110dfdb6a67d0b6aecf0322101f75016b38888f35f44849340c SHA512 f102ae742940d123364de49f01fe97cc146afc32adfb3776437a53ffef14fcca0c5926c39d6ac338fe2bd368529d18b0c885b694de48f7cb0e6d0195d2339437
DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
DIST axel-2.17.9.tar.xz 204212 BLAKE2B 8ec63a5ccf73bf8e17c559b7fbce08ee926b0001b1d6f8ea09cbe1a7c600ceba69b6b6ecd19f989da333b57ed11e9a93913b2fa520d7e56b7d796cf18dcb9f1a SHA512 a0cabf43f451d61f4b1f4892a381fd5cf4088f7148502bf4e27d1c98177c3777bab9b732780cb9ba60c45aeead6cf9b79f870ac16db7148180f26350e69d8b01
diff --git a/net-misc/axel/axel-2.17.10.ebuild b/net-misc/axel/axel-2.17.10.ebuild
new file mode 100644
index 00000000000..dad9472d967
--- /dev/null
+++ b/net-misc/axel/axel-2.17.10.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}\""'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-06-14 10:00 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-06-14 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 548aa30eccc8723f44833e094138d7503472a61a
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 09:59:51 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 10:00:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548aa30e
net-misc/axel: 2.17.9 version bump.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.17.9.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 4c4c4c48fb7..a6f00fc8a3f 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1 +1,2 @@
DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
+DIST axel-2.17.9.tar.xz 204212 BLAKE2B 8ec63a5ccf73bf8e17c559b7fbce08ee926b0001b1d6f8ea09cbe1a7c600ceba69b6b6ecd19f989da333b57ed11e9a93913b2fa520d7e56b7d796cf18dcb9f1a SHA512 a0cabf43f451d61f4b1f4892a381fd5cf4088f7148502bf4e27d1c98177c3777bab9b732780cb9ba60c45aeead6cf9b79f870ac16db7148180f26350e69d8b01
diff --git a/net-misc/axel/axel-2.17.9.ebuild b/net-misc/axel/axel-2.17.9.ebuild
new file mode 100644
index 00000000000..dad9472d967
--- /dev/null
+++ b/net-misc/axel/axel-2.17.9.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}\""'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-06-06 21:17 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-06-06 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 9247fcd98b8728fa1aced9119bf5290c19c60254
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 21:17:05 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 21:17:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9247fcd9
net-misc/axel: 2.17.7 drop.
Bug: https://bugs.gentoo.org/725632
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 -
net-misc/axel/axel-2.17.7.ebuild | 48 ----------------------------------------
2 files changed, 49 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 13a1f6526d2..4c4c4c48fb7 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,2 +1 @@
-DIST axel-2.17.7.tar.xz 202632 BLAKE2B 2d799ad39c0742e2edfa09dd19f9d941c54c6136f4d5ec5a95f85d338bdebcc79545205cd1dde6ef25d28c89f494ae3cc278c73e375c9f4a96dabff73b139257 SHA512 ed1815199a7cc78897a820e1938a80dba72b83e1b40e6c1e81c6d3457aaa17faf20148a82383768524d61bbabda5b00cdcb2c15ff8ae5ed74e415da0b53be3aa
DIST axel-2.17.8.tar.xz 201224 BLAKE2B 0a10187013aa888ae8fa7f165b88955f5a7d63241157f552778c042eaecc7873e10e27537a8c7a26a09df5e655097845037f23a6c39f4d46328d633f944a316a SHA512 9158cc0f1c7b54d84e5c15331ddcf6056b5eb654c0ad068e058eedbea99bb87c1b2e759b57872a86d76d83d6807500989ad6bbf87f1c0210db2d4dab100933ea
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
deleted file mode 100644
index 72e5d4d1665..00000000000
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
-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, create a script in'
- einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
- einfo
- einfo ' #!/bin/bash'
- einfo ' set -e'
- einfo ' /usr/bin/axel -o "$1.axel" "$2"'
- einfo ' mv "$1.axel" "$1"'
- einfo
- einfo 'and then add the following to your make.conf:'
- einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-06-04 6:23 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-06-04 6:23 UTC (permalink / raw
To: gentoo-commits
commit: 0d113f6c11c4e07b1f320df641c0bab3cf292045
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 06:23:03 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 06:23:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d113f6c
net-misc/axel: amd64 stable wrt bug #725632
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index ac0cba9a1cd..9111aaa18bf 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-06-01 20:51 Sergei Trofimovich
0 siblings, 0 replies; 56+ messages in thread
From: Sergei Trofimovich @ 2020-06-01 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 0020bda4bd56e71e3daa78062081048f934d8954
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 1 20:44:40 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 20:51:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0020bda4
net-misc/axel: stable 2.17.8 for ppc
stable wrt bug #725632
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-misc/axel/axel-2.17.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index bed3832fba7..ac0cba9a1cd 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc ~x86"
+KEYWORDS="~amd64 ~hppa ppc ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-05-31 19:12 Sergei Trofimovich
0 siblings, 0 replies; 56+ messages in thread
From: Sergei Trofimovich @ 2020-05-31 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 960d64cd7d84ea8ee692f6d15a24b2eb1e1f546f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 19:11:45 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 31 19:11:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960d64cd
net-misc/axel: stable 2.17.8 for ppc64
stable wrt bug #725632
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-misc/axel/axel-2.17.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index c74d5f82836..bed3832fba7 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-05-31 8:19 Sergei Trofimovich
0 siblings, 0 replies; 56+ messages in thread
From: Sergei Trofimovich @ 2020-05-31 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 845a9ea8db1de0d389ab7eaca62b459da57dd191
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun May 31 07:45:43 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 31 08:19:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845a9ea8
net-misc/axel: stable 2.17.8 for sparc, bug #725632
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-misc/axel/axel-2.17.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.8.ebuild b/net-misc/axel/axel-2.17.8.ebuild
index dad9472d967..c74d5f82836 100644
--- a/net-misc/axel/axel-2.17.8.ebuild
+++ b/net-misc/axel/axel-2.17.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-08 14:42 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-04-08 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 596efba2c3726d3d9f9b789c622a6913bbe77389
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 14:41:45 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 14:41:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596efba2
net-misc/axel: clean up of old versions.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 4 ---
net-misc/axel/axel-2.12.ebuild | 46 ----------------------------------
net-misc/axel/axel-2.14.1.ebuild | 53 ---------------------------------------
net-misc/axel/axel-2.15.ebuild | 53 ---------------------------------------
net-misc/axel/axel-2.4-r3.ebuild | 48 -----------------------------------
net-misc/axel/axel-9999.ebuild | 54 ----------------------------------------
6 files changed, 258 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index bf99f58303c..13a1f6526d2 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,6 +1,2 @@
-DIST axel-2.12.tar.gz 82995 BLAKE2B da6e00cb577ffd9ab55c3b5b4362f0bdbc08ae89572a7cc224c092710da7911d2c974f52240fd4d2e16ce1d7657a68b5917d866120fb092b85736f181887adac SHA512 5e163c319366f7efd16f8b35dbcf901300c884ab303696dabe87ad47511f56cc3f1e399af738dc79ca717ca70fd529b6dd1adf30f5162cfb530105ce34e2eaf2
-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.12.ebuild b/net-misc/axel/axel-2.12.ebuild
deleted file mode 100644
index deb3bcff1c1..00000000000
--- a/net-misc/axel/axel-2.12.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/eribertomota/axel"
-SRC_URI="https://github.com/eribertomota/axel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
-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_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl openssl)
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild
deleted file mode 100644
index aeda7636fbd..00000000000
--- a/net-misc/axel/axel-2.14.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/axel-download-accelerator/axel"
-SRC_URI="https://github.com/axel-download-accelerator/axel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
-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_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl)
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, create a script in'
- einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
- einfo
- einfo ' #!/bin/bash'
- einfo ' set -e'
- einfo ' /usr/bin/axel -o "$1.axel" "$2"'
- einfo ' mv "$1.axel" "$1"'
- einfo
- einfo 'and then add the following to your make.conf:'
- einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-2.15.ebuild b/net-misc/axel/axel-2.15.ebuild
deleted file mode 100644
index aeda7636fbd..00000000000
--- a/net-misc/axel/axel-2.15.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/axel-download-accelerator/axel"
-SRC_URI="https://github.com/axel-download-accelerator/axel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
-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_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl)
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, create a script in'
- einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
- einfo
- einfo ' #!/bin/bash'
- einfo ' set -e'
- einfo ' /usr/bin/axel -o "$1.axel" "$2"'
- einfo ' mv "$1.axel" "$1"'
- einfo
- einfo 'and then add the following to your make.conf:'
- einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
deleted file mode 100644
index 8f06b29de4f..00000000000
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DOWNLOAD_ID=3016
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
-IUSE="debug nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-DOCS=( API CHANGES CREDITS README axelrc.example )
-
-src_prepare() {
- append-lfs-flags
- epatch \
- "${FILESDIR}"/${P}-buildsystem.patch \
- "${FILESDIR}"/${P}-bffr-overflow.patch \
- "${FILESDIR}"/${P}-max-redir.patch
- tc-export CC
-}
-
-src_configure() {
- local myconf=()
-
- use debug && myconf+=( --debug=1 )
- myconf+=( --i18n=$(usex nls 1 0) )
- econf \
- --strip=0 \
- ${myconf[@]}
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild
deleted file mode 100644
index aeeaf251d69..00000000000
--- a/net-misc/axel/axel-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="https://github.com/axel-download-accelerator/axel"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/axel-download-accelerator/axel.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-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_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl)
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, create a script in'
- einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
- einfo
- einfo ' #!/bin/bash'
- einfo ' set -e'
- einfo ' /usr/bin/axel -o "$1.axel" "$2"'
- einfo ' mv "$1.axel" "$1"'
- einfo
- einfo 'and then add the following to your make.conf:'
- einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-08 9:54 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-04-08 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 569a7cb42ae38657cc8d312daeeeb48735087b0a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 09:54:12 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 09:54:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569a7cb4
net-misc/axel: x86 stable wrt bug #716616
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index a222d10a347..72e5d4d1665 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-08 9:53 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-04-08 9:53 UTC (permalink / raw
To: gentoo-commits
commit: 7cde4b4e27624d0736d0c9f9f0a1a7ef992433df
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 09:53:08 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 09:53:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cde4b4e
net-misc/axel: sparc stable wrt bug #716616
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index dfa494d628b..a222d10a347 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-08 9:51 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-04-08 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 92eb4093142d1b0ac7fb7d2a0ce2a2a86c0ff8aa
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 09:51:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 09:51:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92eb4093
net-misc/axel: ppc64 stable wrt bug #716616
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index 30bf0dae7e8..dfa494d628b 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-08 9:50 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-04-08 9:50 UTC (permalink / raw
To: gentoo-commits
commit: ea56fd33b45224a9cb4ddb9df33f8dde79c510f0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 09:50:21 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 09:50:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea56fd33
net-misc/axel: ppc stable wrt bug #716616
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index 0843a6a909e..30bf0dae7e8 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-07 20:20 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-04-07 20:20 UTC (permalink / raw
To: gentoo-commits
commit: 12c51bb7ef6c60c58786e131144e62abdbbfd033
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 20:19:11 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 20:19:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c51bb7
net-misc/axel-2.17.7: stable (bug 716616)
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index 5a684ef22ff..0843a6a909e 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-04-07 19:37 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-04-07 19:37 UTC (permalink / raw
To: gentoo-commits
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}\""'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-02-21 22:31 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-02-21 22:31 UTC (permalink / raw
To: gentoo-commits
commit: fc6954efeca2a4ceee9c058a3e119ee71a4c1dba
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 22:30:12 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 22:30:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6954ef
net-misc/axel-2.17.7: resolve CI's TrailingEmptyLine warning.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/axel-2.17.7.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-misc/axel/axel-2.17.7.ebuild b/net-misc/axel/axel-2.17.7.ebuild
index 40d3c5aa103..5a684ef22ff 100644
--- a/net-misc/axel/axel-2.17.7.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -46,4 +46,3 @@ pkg_postinst() {
einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
}
-
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2020-02-21 20:52 Piotr Karbowski
0 siblings, 0 replies; 56+ messages in thread
From: Piotr Karbowski @ 2020-02-21 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 52134ff8a716a497337a1c4ea6903a977f771fc1
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 20:49:56 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 20:51:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52134ff8
net-misc/axel: 2.17.7 bump; EAPI bump; added myself to maintainers.
Closes: https://bugs.gentoo.org/674840
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/{axel-9999.ebuild => axel-2.17.7.ebuild} | 17 ++++++-----------
net-misc/axel/axel-9999.ebuild | 4 ++--
net-misc/axel/metadata.xml | 4 ++++
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 6fbd238d98e..a76a15664a9 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,4 +1,5 @@
DIST axel-2.12.tar.gz 82995 BLAKE2B da6e00cb577ffd9ab55c3b5b4362f0bdbc08ae89572a7cc224c092710da7911d2c974f52240fd4d2e16ce1d7657a68b5917d866120fb092b85736f181887adac SHA512 5e163c319366f7efd16f8b35dbcf901300c884ab303696dabe87ad47511f56cc3f1e399af738dc79ca717ca70fd529b6dd1adf30f5162cfb530105ce34e2eaf2
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.4.tar.bz2 44995 BLAKE2B 03218c6243029695deae1a2d96b4e0cce719cf23602faf2d2fb4422f06ae313f5a1ed6759e7bc59a1ce756a732873ca5faed636742b608b6a66240b694b7189a SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-2.17.7.ebuild
similarity index 77%
copy from net-misc/axel/axel-9999.ebuild
copy to net-misc/axel/axel-2.17.7.ebuild
index 2788479a580..40d3c5aa103 100644
--- a/net-misc/axel/axel-9999.ebuild
+++ b/net-misc/axel/axel-2.17.7.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit autotools git-r3
+inherit autotools
DESCRIPTION="Light Unix download accelerator"
HOMEPAGE="https://github.com/axel-download-accelerator/axel"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/axel-download-accelerator/axel.git"
+SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
CDEPEND="
@@ -28,11 +27,6 @@ RDEPEND="${CDEPEND}
DOCS=( doc/. )
-src_prepare() {
- default
- eautoreconf
-}
-
src_configure() {
econf \
$(use_enable nls) \
@@ -52,3 +46,4 @@ pkg_postinst() {
einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
}
+
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild
index 2788479a580..aeeaf251d69 100644
--- a/net-misc/axel/axel-9999.ebuild
+++ b/net-misc/axel/axel-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools git-r3
diff --git a/net-misc/axel/metadata.xml b/net-misc/axel/metadata.xml
index 2a0e2be810b..0b08d51dbfe 100644
--- a/net-misc/axel/metadata.xml
+++ b/net-misc/axel/metadata.xml
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>slashbeast@gentoo.org</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
<maintainer type="person">
<email>jlec@gentoo.org</email>
</maintainer>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2019-04-27 20:28 David Seifert
0 siblings, 0 replies; 56+ messages in thread
From: David Seifert @ 2019-04-27 20:28 UTC (permalink / raw
To: gentoo-commits
commit: 1d33bb8ae4f5b65558a6835cef178e7036dbf4b8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 16:35:03 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 20:27:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d33bb8a
net-misc/axel: [QA] Fix USE=libressl semantics
Closes: https://bugs.gentoo.org/683996
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/axel/axel-2.12.ebuild | 4 +---
net-misc/axel/axel-2.14.1.ebuild | 4 +---
net-misc/axel/axel-2.15.ebuild | 4 +---
net-misc/axel/axel-9999.ebuild | 4 +---
4 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/net-misc/axel/axel-2.12.ebuild b/net-misc/axel/axel-2.12.ebuild
index 1ab2acc7f25..5a8faece5f2 100644
--- a/net-misc/axel/axel-2.12.ebuild
+++ b/net-misc/axel/axel-2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
-REQUIRED_USE="libressl? ( ssl )"
-
CDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild
index 778e289857a..0b7470e5d7b 100644
--- a/net-misc/axel/axel-2.14.1.ebuild
+++ b/net-misc/axel/axel-2.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
-REQUIRED_USE="libressl? ( ssl )"
-
CDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
diff --git a/net-misc/axel/axel-2.15.ebuild b/net-misc/axel/axel-2.15.ebuild
index 778e289857a..0b7470e5d7b 100644
--- a/net-misc/axel/axel-2.15.ebuild
+++ b/net-misc/axel/axel-2.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,8 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug libressl nls ssl"
-REQUIRED_USE="libressl? ( ssl )"
-
CDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild
index d4a43d0094f..2788479a580 100644
--- a/net-misc/axel/axel-9999.ebuild
+++ b/net-misc/axel/axel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,8 +15,6 @@ SLOT="0"
KEYWORDS=""
IUSE="debug libressl nls ssl"
-REQUIRED_USE="libressl? ( ssl )"
-
CDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2017-10-27 22:42 Patrice Clement
0 siblings, 0 replies; 56+ messages in thread
From: Patrice Clement @ 2017-10-27 22:42 UTC (permalink / raw
To: gentoo-commits
commit: f87dfdca242a0d6cfcc76e253c05b1c6f84276b6
Author: Antonio Quartulli <a <AT> unstable <DOT> cc>
AuthorDate: Wed Oct 11 02:45:00 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 22:42:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87dfdca
net-misc/axel: version bump to 2.15.
Signed-off-by: Antonio Quartulli <a <AT> unstable.cc>
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.15.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 289d41fbb9b..3906e807b9a 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,3 +1,4 @@
DIST axel-2.12.tar.gz 82995 SHA256 28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b SHA512 5e163c319366f7efd16f8b35dbcf901300c884ab303696dabe87ad47511f56cc3f1e399af738dc79ca717ca70fd529b6dd1adf30f5162cfb530105ce34e2eaf2 WHIRLPOOL dece4ad9eae5441e0b24952a96189417e75eb155ad46b199ce531b35fa6d027ffb75a16c016044a37dd4e76601865e51c0310b69b7fc70b974f9b67a6b2b1fe5
DIST axel-2.14.1.tar.gz 89356 SHA256 acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39 SHA512 72c37fc6def0c765ed8220c27efe22255073b1e3cf1c8f6bda5ee2ce9cd36ac46263ac602a185efd40ca8f197a268612f2dcda69bcb49891c2538b910d971e8b WHIRLPOOL 1384ab65a689200f68d2549deb2f22526ae82a25f1b580ce5a270babc33d577513c2732a57676ea1e51b99eb09267960a5e24b6507ebca64a61d6ab4070eb374
+DIST axel-2.15.tar.gz 96474 SHA256 0e223f18954e4c6c34b882a474c526b9c7d107168220c2f3892598248236a172 SHA512 b0a516850b56b74fe763df3320b98e47f9977dda208cff9a98a87bdc63e37f5e0fd31d30c240a375f9d992320674983ced8201ee631187149e62b42804c48eb6 WHIRLPOOL 64b0d6f071ddd66fefc5d980b34797feece8fbba2bab173c3fe6627c9b6fdcb213e30b84e26d1d6699d9cdf514bda1fb39985ef820fae0c31f3533a7c8e756eb
DIST axel-2.4.tar.bz2 44995 SHA256 ebc7d40e989c680d2afa632a17e5208101608924cf446da20814a6f3c3338612 SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9 WHIRLPOOL 373af984738008572847ae0ed84a518d0b61323e3612f48affa96175792b0856c2bd13601ddcdd0c81ead5059ee41130759bf9b0ada2a2654f767ec69d992a0f
diff --git a/net-misc/axel/axel-2.15.ebuild b/net-misc/axel/axel-2.15.ebuild
new file mode 100644
index 00000000000..778e289857a
--- /dev/null
+++ b/net-misc/axel/axel-2.15.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Light Unix download accelerator"
+HOMEPAGE="https://github.com/axel-download-accelerator/axel"
+SRC_URI="https://github.com/axel-download-accelerator/axel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+IUSE="debug libressl nls ssl"
+
+REQUIRED_USE="libressl? ( 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_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with ssl)
+}
+
+pkg_postinst() {
+ einfo 'To use axel with portage, create a script in'
+ einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
+ einfo
+ einfo ' #!/bin/bash'
+ einfo ' set -e'
+ einfo ' /usr/bin/axel -o "$1.axel" "$2"'
+ einfo ' mv "$1.axel" "$1"'
+ einfo
+ einfo 'and then add the following to your make.conf:'
+ einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
+ einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2017-10-27 22:42 Patrice Clement
0 siblings, 0 replies; 56+ messages in thread
From: Patrice Clement @ 2017-10-27 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 141e2f099af5e94d808396a729dee86c586422c2
Author: Antonio Quartulli <a <AT> unstable <DOT> cc>
AuthorDate: Tue Oct 10 14:05:06 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 22:42:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141e2f09
net-misc/axel: fix typ0 in portage usage instructions.
Signed-off-by: Antonio Quartulli <a <AT> unstable.cc>
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5913
net-misc/axel/axel-2.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild
index 4bd7ad89659..778e289857a 100644
--- a/net-misc/axel/axel-2.14.1.ebuild
+++ b/net-misc/axel/axel-2.14.1.ebuild
@@ -50,6 +50,6 @@ pkg_postinst() {
einfo ' mv "$1.axel" "$1"'
einfo
einfo 'and then add the following to your make.conf:'
- einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}.axel" "\${URI}"'\'
+ einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2017-10-03 21:34 Patrice Clement
0 siblings, 0 replies; 56+ messages in thread
From: Patrice Clement @ 2017-10-03 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 8569656db073515227caa52f2bd4d5020de74796
Author: Antonio Quartulli <a <AT> unstable <DOT> cc>
AuthorDate: Tue Oct 3 01:56:18 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 21:33:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8569656d
net-misc/axel: version bump to 2.14.1.
At the same time improve the instructions given
by the ebuild about how to use axel with portage.
Closes: https://bugs.gentoo.org/628456
Closes: https://github.com/gentoo/gentoo/pull/5841
Package-Manager: Portage-2.3.8, Repoman-2.3.1
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.14.1.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 48500a58b56..289d41fbb9b 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,2 +1,3 @@
DIST axel-2.12.tar.gz 82995 SHA256 28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b SHA512 5e163c319366f7efd16f8b35dbcf901300c884ab303696dabe87ad47511f56cc3f1e399af738dc79ca717ca70fd529b6dd1adf30f5162cfb530105ce34e2eaf2 WHIRLPOOL dece4ad9eae5441e0b24952a96189417e75eb155ad46b199ce531b35fa6d027ffb75a16c016044a37dd4e76601865e51c0310b69b7fc70b974f9b67a6b2b1fe5
+DIST axel-2.14.1.tar.gz 89356 SHA256 acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39 SHA512 72c37fc6def0c765ed8220c27efe22255073b1e3cf1c8f6bda5ee2ce9cd36ac46263ac602a185efd40ca8f197a268612f2dcda69bcb49891c2538b910d971e8b WHIRLPOOL 1384ab65a689200f68d2549deb2f22526ae82a25f1b580ce5a270babc33d577513c2732a57676ea1e51b99eb09267960a5e24b6507ebca64a61d6ab4070eb374
DIST axel-2.4.tar.bz2 44995 SHA256 ebc7d40e989c680d2afa632a17e5208101608924cf446da20814a6f3c3338612 SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9 WHIRLPOOL 373af984738008572847ae0ed84a518d0b61323e3612f48affa96175792b0856c2bd13601ddcdd0c81ead5059ee41130759bf9b0ada2a2654f767ec69d992a0f
diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild
new file mode 100644
index 00000000000..4bd7ad89659
--- /dev/null
+++ b/net-misc/axel/axel-2.14.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Light Unix download accelerator"
+HOMEPAGE="https://github.com/axel-download-accelerator/axel"
+SRC_URI="https://github.com/axel-download-accelerator/axel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+IUSE="debug libressl nls ssl"
+
+REQUIRED_USE="libressl? ( 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_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with ssl)
+}
+
+pkg_postinst() {
+ einfo 'To use axel with portage, create a script in'
+ einfo '/usr/local/bin/fetchwrapper.sh with the following content:'
+ einfo
+ einfo ' #!/bin/bash'
+ einfo ' set -e'
+ einfo ' /usr/bin/axel -o "$1.axel" "$2"'
+ einfo ' mv "$1.axel" "$1"'
+ einfo
+ einfo 'and then add the following to your make.conf:'
+ einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}.axel" "\${URI}"'\'
+ einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2017-01-05 22:50 Justin Lecher
0 siblings, 0 replies; 56+ messages in thread
From: Justin Lecher @ 2017-01-05 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 0fac1ac0049a31682bc0ea4cb7db51fc6ada45f6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 22:33:27 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 22:50:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac1ac0
net-misc/axel: Version Bump and live ebuild
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=385155
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604522
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/axel/Manifest | 1 +
net-misc/axel/axel-2.12.ebuild | 49 +++++++++++++++++++++++++++++++++++++++++
net-misc/axel/axel-9999.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 100 insertions(+)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index f63ee4b..48500a5 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1 +1,2 @@
+DIST axel-2.12.tar.gz 82995 SHA256 28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b SHA512 5e163c319366f7efd16f8b35dbcf901300c884ab303696dabe87ad47511f56cc3f1e399af738dc79ca717ca70fd529b6dd1adf30f5162cfb530105ce34e2eaf2 WHIRLPOOL dece4ad9eae5441e0b24952a96189417e75eb155ad46b199ce531b35fa6d027ffb75a16c016044a37dd4e76601865e51c0310b69b7fc70b974f9b67a6b2b1fe5
DIST axel-2.4.tar.bz2 44995 SHA256 ebc7d40e989c680d2afa632a17e5208101608924cf446da20814a6f3c3338612 SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9 WHIRLPOOL 373af984738008572847ae0ed84a518d0b61323e3612f48affa96175792b0856c2bd13601ddcdd0c81ead5059ee41130759bf9b0ada2a2654f767ec69d992a0f
diff --git a/net-misc/axel/axel-2.12.ebuild b/net-misc/axel/axel-2.12.ebuild
new file mode 100644
index 00000000..78df255
--- /dev/null
+++ b/net-misc/axel/axel-2.12.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Light Unix download accelerator"
+HOMEPAGE="https://github.com/eribertomota/axel"
+SRC_URI="https://github.com/eribertomota/axel/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+IUSE="debug libressl nls ssl"
+
+REQUIRED_USE="libressl? ( 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_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with ssl openssl)
+}
+
+pkg_postinst() {
+ einfo 'To use axel with portage, try these settings in your make.conf'
+ einfo
+ einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
+ einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
+}
diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild
new file mode 100644
index 00000000..e69e0ba
--- /dev/null
+++ b/net-misc/axel/axel-9999.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools git-r3
+
+DESCRIPTION="Light Unix download accelerator"
+HOMEPAGE="https://github.com/eribertomota/axel"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/eribertomota/axel.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug libressl nls ssl"
+
+REQUIRED_USE="libressl? ( 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_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with ssl openssl)
+}
+
+pkg_postinst() {
+ einfo 'To use axel with portage, try these settings in your make.conf'
+ einfo
+ einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
+ einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-11-05 12:57 Justin Lecher
0 siblings, 0 replies; 56+ messages in thread
From: Justin Lecher @ 2015-11-05 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 9c467e3f15555dd7f3a9d29b28c0ea2ff751fd48
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 12:57:33 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 12:57:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c467e3f
net-misc/axel: Drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/axel/Manifest | 2 --
net-misc/axel/axel-1.1.ebuild | 53 ---------------------------------------
net-misc/axel/axel-2.3-r1.ebuild | 54 ----------------------------------------
net-misc/axel/axel-2.4-r1.ebuild | 52 --------------------------------------
4 files changed, 161 deletions(-)
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest
index 73d7426..f63ee4b 100644
--- a/net-misc/axel/Manifest
+++ b/net-misc/axel/Manifest
@@ -1,3 +1 @@
-DIST axel-1.1.tar.gz 45650 SHA256 398ea22b9805e563c3f703377ae6fedd4e339e6702f0f2af11ac7a8180d3eb43 SHA512 a0de04c7a616b8ad4445d8ca9a07dd4e8eacc726adf7771e6d0e1918fca1d22dc114744f4eb34ea53e3e09a08b6fc9ab987aae712284b460aa142df2b742dbc4 WHIRLPOOL 018e2dc856c3accbb926e551ed285a7cb6bb0eb88e17d023f5a805495e452467bb751ffc5c5f2d84c221587cabb726204fa544a3c77ed9b63602205b73a01b81
-DIST axel-2.3.tar.bz2 44827 SHA256 9b373cd840eb905551d5e16089dfa01e17b2bdb6f8d5cd3d59a8c0a6b4c19ac4 SHA512 17dc1509b0d2ec0051a3bbab95f1aef02dcebb2308e0378633827587080fbbcd45734eb24e530e164bcc240bf5d39d50fddf80369f71eb201980197316dd0433 WHIRLPOOL 2b87a6df43ad8dcf571dd5850bd2364f31044a8921d5b4d504d659e7c5960c4a8e5ef378620c2ae5deab79cdb5656d6d3ae85485bc3bdb1f365febccb09d85f4
DIST axel-2.4.tar.bz2 44995 SHA256 ebc7d40e989c680d2afa632a17e5208101608924cf446da20814a6f3c3338612 SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9 WHIRLPOOL 373af984738008572847ae0ed84a518d0b61323e3612f48affa96175792b0856c2bd13601ddcdd0c81ead5059ee41130759bf9b0ada2a2654f767ec69d992a0f
diff --git a/net-misc/axel/axel-1.1.ebuild b/net-misc/axel/axel-1.1.ebuild
deleted file mode 100644
index 2e97ada..0000000
--- a/net-misc/axel/axel-1.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DOWNLOAD_ID=2287
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug nls"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Set LDFLAGS and fix expr
- sed -i -e 's/expr/& --/' -e "s/^LFLAGS=$/&${LDFLAGS}/" configure
-}
-
-src_compile() {
- local myconf
-
- use debug && myconf="--debug=1"
- use nls && myconf="--i18n=1"
- econf \
- --strip=0 \
- --etcdir=/etc \
- ${myconf} \
- || die
-
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc API CHANGES CREDITS README axelrc.example
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND="/usr/bin/axel -a -o \${DISTDIR}/\${FILE} \${URI}"'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-2.3-r1.ebuild b/net-misc/axel/axel-2.3-r1.ebuild
deleted file mode 100644
index 81905b8..0000000
--- a/net-misc/axel/axel-2.3-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="light Unix download accelerator"
-HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/2718/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug nls"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}"
-
-#S="${WORKDIR}/${PN}-1.1"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Set LDFLAGS and fix expr
- sed -i -e 's/expr/& --/' -e "s/^LFLAGS=$/&${LDFLAGS}/" configure
-}
-
-src_compile() {
- local myconf
-
- use debug && myconf="--debug=1"
- use nls && myconf="--i18n=1"
- econf \
- --strip=0 \
- --etcdir=/etc \
- ${myconf} \
- || die
-
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc API CHANGES CREDITS README axelrc.example
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND='\''/usr/bin/axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/axel-2.4-r1.ebuild b/net-misc/axel/axel-2.4-r1.ebuild
deleted file mode 100644
index b4bc67b..0000000
--- a/net-misc/axel/axel-2.4-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DOWNLOAD_ID=3016
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE="debug nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-src_prepare() {
- append-lfs-flags
- sed -i -e "s/^LFLAGS=$/&${LDFLAGS}/" configure || die "sed failed"
-}
-
-src_configure() {
- local myconf=""
-
- use debug && myconf+=" --debug=1"
- use nls && myconf+=" --i18n=$(use nls && echo 1 || echo 0)"
- econf \
- --strip=0 \
- ${myconf}
-}
-
-src_compile() {
- emake CFLAGS="${CPPFLAGS} ${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc API CHANGES CREDITS README axelrc.example || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-10-15 12:31 Justin Lecher
0 siblings, 0 replies; 56+ messages in thread
From: Justin Lecher @ 2015-10-15 12:31 UTC (permalink / raw
To: gentoo-commits
commit: db41360e6524daae46c9ad0d65c65df2fc5cb065
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:25:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:25:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db41360e
net-misc/axel: Fix passing of nls configure option
thanks René Rhéaume for the patch
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562534
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/axel/axel-2.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
index 632ffe5..ecf041c 100644
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -35,7 +35,7 @@ src_configure() {
local myconf=()
use debug && myconf+=( --debug=1 )
- use nls && myconf+=( --i18n=$(usex nls 1 0) )
+ myconf+=( --i18n=$(usex nls 1 0) )
econf \
--strip=0 \
${myconf[@]}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-10-04 10:14 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2015-10-04 10:14 UTC (permalink / raw
To: gentoo-commits
commit: eccf6627509bcab36114704965b30f4be7333444
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 10:13:36 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 10:13:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccf6627
net-misc/axel: x86 stable wrt bug #561816
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
net-misc/axel/axel-2.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
index 22d2108..632ffe5 100644
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug nls"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-10-03 7:06 Jeroen Roovers
0 siblings, 0 replies; 56+ messages in thread
From: Jeroen Roovers @ 2015-10-03 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 4dd3f21eb63912e043c3c064ba2467e615d1a765
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 07:04:55 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 07:04:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd3f21e
net-misc/axel: Stable for HPPA PPC64 (bug #561816).
Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches
net-misc/axel/axel-2.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
index e3cffa2..22d2108 100644
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug nls"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-10-01 12:37 Agostino Sarubbo
0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2015-10-01 12:37 UTC (permalink / raw
To: gentoo-commits
commit: f3e17b50afb3d5c73e51d4ffa4ce98dafbcc3e14
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 12:36:30 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 12:36:30 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e17b50
net-misc/axel: amd64 stable wrt bug #561816
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
net-misc/axel/axel-2.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/axel/axel-2.4-r3.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
index c24ca8a..e3cffa2 100644
--- a/net-misc/axel/axel-2.4-r3.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris"
IUSE="debug nls"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/
@ 2015-09-29 11:36 Justin Lecher
0 siblings, 0 replies; 56+ messages in thread
From: Justin Lecher @ 2015-09-29 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 9f89d9b4d1552952cf52b1eef83cdff44f44c80f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 11:35:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 11:35:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89d9b4
net-misc/axel: Bump to EAPI=5
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/axel/{axel-2.4-r2.ebuild => axel-2.4-r3.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-misc/axel/axel-2.4-r2.ebuild b/net-misc/axel/axel-2.4-r3.ebuild
similarity index 86%
rename from net-misc/axel/axel-2.4-r2.ebuild
rename to net-misc/axel/axel-2.4-r3.ebuild
index f6eacf8..c24ca8a 100644
--- a/net-misc/axel/axel-2.4-r2.ebuild
+++ b/net-misc/axel/axel-2.4-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -32,13 +32,13 @@ src_prepare() {
}
src_configure() {
- local myconf=""
+ local myconf=()
- use debug && myconf+=" --debug=1"
- use nls && myconf+=" --i18n=$(use nls && echo 1 || echo 0)"
+ use debug && myconf+=( --debug=1 )
+ use nls && myconf+=( --i18n=$(usex nls 1 0) )
econf \
--strip=0 \
- ${myconf}
+ ${myconf[@]}
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 56+ messages in thread
end of thread, other threads:[~2024-10-25 7:34 UTC | newest]
Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 22:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 7:34 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-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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox