* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2016-03-31 12:58 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-03-31 12:58 UTC (permalink / raw
To: gentoo-commits
commit: f0801b1187b55275875d0a04fb84fb54c31339a8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 12:43:26 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 12:44:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0801b11
www-client/fetch: EAPI 6 bump.
Package-Manager: portage-2.2.26
www-client/fetch/fetch-1.0-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/www-client/fetch/fetch-1.0-r2.ebuild b/www-client/fetch/fetch-1.0-r2.ebuild
new file mode 100644
index 0000000..6c55320
--- /dev/null
+++ b/www-client/fetch/fetch-1.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
+HOMEPAGE="http://sourceforge.net/projects/fetch/"
+SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/http-fetcher-1.0.1"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}"
+
+src_prepare() {
+ default
+ sed -i -e "/^ld_rpath/d" configure || die "sed failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc README INSTALL
+ dodoc -r docs/*.html
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2017-03-05 15:11 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-03-05 15:11 UTC (permalink / raw
To: gentoo-commits
commit: c5a23613e097cfcb0db527f5756087edc0f57dfe
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 15:10:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 15:11:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a23613
www-client/fetch: tidy up ebuild.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/fetch/fetch-1.0-r2.ebuild | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/www-client/fetch/fetch-1.0-r2.ebuild b/www-client/fetch/fetch-1.0-r2.ebuild
index f2ec028c667..25e2022a52d 100644
--- a/www-client/fetch/fetch-1.0-r2.ebuild
+++ b/www-client/fetch/fetch-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,14 +10,8 @@ SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="
- >=dev-libs/http-fetcher-1.0.1"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}"
+DEPEND="dev-libs/http-fetcher"
src_prepare() {
default
@@ -26,6 +20,5 @@ src_prepare() {
src_install() {
emake DESTDIR="${D}" install
- dodoc README INSTALL
- dodoc -r docs/*.html
+ dodoc -r docs/*.html README INSTALL
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2017-03-05 15:11 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-03-05 15:11 UTC (permalink / raw
To: gentoo-commits
commit: cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 15:11:23 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 15:11:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e99e0
www-client/fetch: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/fetch/fetch-1.0-r1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/www-client/fetch/fetch-1.0-r1.ebuild b/www-client/fetch/fetch-1.0-r1.ebuild
deleted file mode 100644
index 831e5f4bf03..00000000000
--- a/www-client/fetch/fetch-1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library"
-HOMEPAGE="https://sourceforge.net/projects/fetch/"
-SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-libs/http-fetcher-1.0.1"
-RDEPEND="${DEPEND}"
-
-src_unpack(){
- unpack ${A}
- cd "${S}"
- sed -i -e "/^ld_rpath/d" configure || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README INSTALL
- dohtml docs/*.html
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2017-03-05 15:11 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-03-05 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 0605152a8ddd539890c550469df0423271037c96
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 15:10:59 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 15:11:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0605152a
www-client/fetch: stable for amd64+x86.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/fetch/fetch-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/fetch/fetch-1.0-r2.ebuild b/www-client/fetch/fetch-1.0-r2.ebuild
index 25e2022a52d..8cd2a62ad63 100644
--- a/www-client/fetch/fetch-1.0-r2.ebuild
+++ b/www-client/fetch/fetch-1.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="dev-libs/http-fetcher"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2017-03-07 18:17 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-03-07 18:17 UTC (permalink / raw
To: gentoo-commits
commit: e5821c95c20951918dd28f58beba8c7eaa66bc57
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 7 18:16:41 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 18:17:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5821c95
www-client/fetch: Fix ebuild
Package-Manager: Portage-2.3.4, Repoman-2.3.2
www-client/fetch/{fetch-1.0-r2.ebuild => fetch-1.0-r3.ebuild} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/www-client/fetch/fetch-1.0-r2.ebuild b/www-client/fetch/fetch-1.0-r3.ebuild
similarity index 78%
rename from www-client/fetch/fetch-1.0-r2.ebuild
rename to www-client/fetch/fetch-1.0-r3.ebuild
index 8cd2a62ad63..d3f2223776d 100644
--- a/www-client/fetch/fetch-1.0-r2.ebuild
+++ b/www-client/fetch/fetch-1.0-r3.ebuild
@@ -11,14 +11,12 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
-DEPEND="dev-libs/http-fetcher"
+RDEPEND="dev-libs/http-fetcher"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( docs/fetch.html )
src_prepare() {
default
sed -i -e "/^ld_rpath/d" configure || die "sed failed"
}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc -r docs/*.html README INSTALL
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2021-04-12 8:26 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2021-04-12 8:26 UTC (permalink / raw
To: gentoo-commits
commit: f13c6ae30105655f6687eefd9568e598b88ea01f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 08:23:59 2021 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 08:26:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13c6ae3
www-client/fetch: add blocker.
* add blocker against dev-perl/BTLib.
* EAPI 7 bump.
Closes: https://bugs.gentoo.org/756865
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
www-client/fetch/fetch-1.0-r4.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/www-client/fetch/fetch-1.0-r4.ebuild b/www-client/fetch/fetch-1.0-r4.ebuild
new file mode 100644
index 00000000000..cb11f73398d
--- /dev/null
+++ b/www-client/fetch/fetch-1.0-r4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
+HOMEPAGE="https://sourceforge.net/projects/fetch/"
+SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/http-fetcher
+ !dev-perl/BTLib"
+
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( docs/fetch.html )
+
+src_prepare() {
+ default
+ sed -i -e "/^ld_rpath/d" configure || die "sed failed"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2022-08-30 8:48 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-08-30 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 9314af730f1221221ef6eef415fd05aadfc0dce4
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 08:47:56 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 08:47:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9314af73
www-client/fetch: Stabilize 1.0-r4 x86, #867331
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
www-client/fetch/fetch-1.0-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/fetch/fetch-1.0-r4.ebuild b/www-client/fetch/fetch-1.0-r4.ebuild
index cb11f73398de..b59fae7c4876 100644
--- a/www-client/fetch/fetch-1.0-r4.ebuild
+++ b/www-client/fetch/fetch-1.0-r4.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="mirror://sourceforge/fetch/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="
dev-libs/http-fetcher
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2022-08-30 9:25 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-08-30 9:25 UTC (permalink / raw
To: gentoo-commits
commit: dd04d7e9c0e4f67860386addc137fc166edd8a61
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 09:24:37 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 09:24:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd04d7e9
www-client/fetch: Stabilize 1.0-r4 amd64, #867331
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
www-client/fetch/fetch-1.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/fetch/fetch-1.0-r4.ebuild b/www-client/fetch/fetch-1.0-r4.ebuild
index b59fae7c4876..214f3e73c506 100644
--- a/www-client/fetch/fetch-1.0-r4.ebuild
+++ b/www-client/fetch/fetch-1.0-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-libs/http-fetcher
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2022-08-30 13:23 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-08-30 13:23 UTC (permalink / raw
To: gentoo-commits
commit: e5b0a43d2e31193da18de4d7e68dfecab1d62719
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 09:29:26 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 13:20:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b0a43d
www-client/fetch: drop 1.0-r3, EAPI-6--
Closes: https://bugs.gentoo.org/867331
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
www-client/fetch/fetch-1.0-r3.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/www-client/fetch/fetch-1.0-r3.ebuild b/www-client/fetch/fetch-1.0-r3.ebuild
deleted file mode 100644
index d3f2223776d3..000000000000
--- a/www-client/fetch/fetch-1.0-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
-HOMEPAGE="https://sourceforge.net/projects/fetch/"
-SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/http-fetcher"
-DEPEND="${RDEPEND}"
-
-HTML_DOCS=( docs/fetch.html )
-
-src_prepare() {
- default
- sed -i -e "/^ld_rpath/d" configure || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
@ 2022-09-30 20:32 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-09-30 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 31f6cdae30ecc9fec095064bca94aa384ba65980
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 19:45:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 20:32:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f6cdae
www-client/fetch: fix configure w/ clang 16
Old autoconf.
Closes: https://bugs.gentoo.org/870499
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/fetch/fetch-1.0-r4.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www-client/fetch/fetch-1.0-r4.ebuild b/www-client/fetch/fetch-1.0-r4.ebuild
index 214f3e73c506..3e3ee5a9c8d0 100644
--- a/www-client/fetch/fetch-1.0-r4.ebuild
+++ b/www-client/fetch/fetch-1.0-r4.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit autotools
+
DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
HOMEPAGE="https://sourceforge.net/projects/fetch/"
SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
@@ -22,4 +24,7 @@ HTML_DOCS=( docs/fetch.html )
src_prepare() {
default
sed -i -e "/^ld_rpath/d" configure || die "sed failed"
+
+ # bug #870499
+ eautoreconf
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-09-30 20:32 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-05 15:11 [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2022-09-30 20:32 Sam James
2022-08-30 13:23 Andreas Sturmlechner
2022-08-30 9:25 Jakov Smolić
2022-08-30 8:48 Jakov Smolić
2021-04-12 8:26 Patrice Clement
2017-03-07 18:17 David Seifert
2017-03-05 15:11 Patrice Clement
2017-03-05 15:11 Patrice Clement
2016-03-31 12:58 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox