public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
Date: Thu, 31 Mar 2016 12:58:23 +0000 (UTC)	[thread overview]
Message-ID: <1459428272.f0801b1187b55275875d0a04fb84fb54c31339a8.monsieurp@gentoo> (raw)

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
+}


             reply	other threads:[~2016-03-31 12:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 12:58 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-05 15:11 [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/ Patrice Clement
2017-03-05 15:11 Patrice Clement
2017-03-05 15:11 Patrice Clement
2017-03-07 18:17 David Seifert
2021-04-12  8:26 Patrice Clement
2022-08-30  8:48 Jakov Smolić
2022-08-30  9:25 Jakov Smolić
2022-08-30 13:23 Andreas Sturmlechner
2022-09-30 20:32 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459428272.f0801b1187b55275875d0a04fb84fb54c31339a8.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox