public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/
Date: Mon, 15 May 2017 20:45:54 +0000 (UTC)	[thread overview]
Message-ID: <1494881139.3ad5dff4a9d5b9d8cb34c04471be80e7f83505e0.sping@gentoo> (raw)

commit:     3ad5dff4a9d5b9d8cb34c04471be80e7f83505e0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 20:45:11 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon May 15 20:45:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad5dff4

app-portage/fetchcommandwrapper: 0.8 (bugs #617812, #617684)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/fetchcommandwrapper/Manifest           |  1 +
 .../fetchcommandwrapper-0.8.ebuild                 | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-portage/fetchcommandwrapper/Manifest b/app-portage/fetchcommandwrapper/Manifest
index 5e9656de27d..783cc17b53f 100644
--- a/app-portage/fetchcommandwrapper/Manifest
+++ b/app-portage/fetchcommandwrapper/Manifest
@@ -1,3 +1,4 @@
 DIST fetchcommandwrapper-0.7.1.tar.gz 3187 SHA256 083eab79afadeadc00e9ad1dce77a54511df1a1e7b48c61c886012b565eba066 SHA512 be1e382180606d527f85c2f45888373286687c2b521c66cb11ed90f05e107bb54cbfe83b0509bf52e31108db3a52b9089259c83e63cae3a1d25dbca583faaf74 WHIRLPOOL dd9bda47ba066fc5ccab658b8914627ab14e0914ccc00541486910e7e2acc974016dacd7e40f86d6782adce45e9948cece74d09611ca965cceb110a491fc650e
 DIST fetchcommandwrapper-0.7.2.tar.gz 3134 SHA256 0ccab9876c6d2ed15c972aa5287069e2f2c503b9b36f6246b15be12eb7ec05b8 SHA512 f268cbef691320106b3f929b0ab3b63085ffdd3e1988fbada2d37c6abcdf7e417758055fff503bb70490840dfde7704e87bb7434faa1d1115cc42729ad10de61 WHIRLPOOL 1c9f2a5681a49a62e06003811a7903d58c816f34a38acf2c424238af58f32e48b0181d034c6ed2b44dcf3e4438ba1a45feb82315e263f5638a5c9fffe2f4b6a3
 DIST fetchcommandwrapper-0.7.3.tar.gz 3431 SHA256 c10659ff6e4c95102683be4848bdca44746ea9f500a081b01f9a1dd28d3a3faf SHA512 df314331b66b89842285a175be686fe800de4a93ad382b72659429a62de02c4fc708d8964f766c7203c3c2aa838a684e808442d410d37ab9f8b9af8328442a51 WHIRLPOOL d041ed86901ea03bbe7d3ef34837ed040088ec168671c82431d376cd3d82143ba54f4b71b73c79c33b55998542c229ae9544faaa027e3e6e79378c7127acc809
+DIST fetchcommandwrapper-0.8.tar.gz 3558 SHA256 b8a85e84a68ec96c7c425814326c048d58c7536631733fc7fc6d667507a41bda SHA512 b064515d3f4b85f849de53934a45e7a64c9af8bfcfb83ee70d09aad9712623cff2c43a28c93ccd00b74f99679856225201e7c8f33b9b0338121ac1072335e5ba WHIRLPOOL 1055b19fda503662604e6c72c7a224e6136066063285503084f056cb3b74bde0ce4a92150e8cecea36651c0f4fba80205d937ce546790691076696459373ec80

diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.ebuild
new file mode 100644
index 00000000000..bf638f923cc
--- /dev/null
+++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Wrapper integrating aria2 into portage's FETCHCOMMAND"
+HOMEPAGE="https://github.com/gentoo/fetchcommandwrapper"
+SRC_URI="https://github.com/gentoo/fetchcommandwrapper/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=net-misc/aria2-1.10.2"
+
+pkg_postinst() {
+	ewarn 'You need to append'
+	ewarn '   source /usr/share/fetchcommandwrapper/make.conf'
+	ewarn 'to /etc/portage/make.conf in order to integrate fetchcommandwrapper.'
+}


             reply	other threads:[~2017-05-15 20:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 20:45 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-18 16:57 [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/ Arthur Zamarin
2023-11-05 19:51 Sebastian Pipping
2023-05-01 12:39 Michał Górny
2022-11-28 21:21 Sebastian Pipping
2022-11-28 20:37 Sebastian Pipping
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2021-09-23 20:39 Sebastian Pipping
2021-07-30  8:39 Georgy Yakovlev
2020-12-07 15:02 Sebastian Pipping
2020-05-08 14:03 Sebastian Pipping
2020-03-02 19:56 Sebastian Pipping
2020-02-11 11:38 Michał Górny
2019-11-07 13:24 Sebastian Pipping
2019-04-22 16:22 Sebastian Pipping
2019-04-22 16:16 Sebastian Pipping
2018-11-17 15:32 Sebastian Pipping
2018-11-17 15:32 Sebastian Pipping
2017-05-03 17:07 Sebastian Pipping

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=1494881139.3ad5dff4a9d5b9d8cb34c04471be80e7f83505e0.sping@gentoo \
    --to=sping@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