* [gentoo-commits] repo/gentoo:master commit in: net-misc/aget/
@ 2018-01-01 16:51 Andreas Hüttel
0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2018-01-01 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 8ba8be5678f4b1ba27006bd2b6fcc60470cbd6af
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 16:51:06 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 16:51:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba8be56
net-misc/aget: EAPI bump, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../{aget-0.4.1-r1.ebuild => aget-0.4.1-r2.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/net-misc/aget/aget-0.4.1-r1.ebuild b/net-misc/aget/aget-0.4.1-r2.ebuild
similarity index 59%
rename from net-misc/aget/aget-0.4.1-r1.ebuild
rename to net-misc/aget/aget-0.4.1-r2.ebuild
index 98a946337d3..ed4438eb35f 100644
--- a/net-misc/aget/aget-0.4.1-r1.ebuild
+++ b/net-misc/aget/aget-0.4.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="multithreaded HTTP download accelerator"
HOMEPAGE="http://www.enderunix.org/aget/"
@@ -14,15 +14,15 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${PF}.patch
-}
+PATCHES=(
+ "${FILESDIR}"/aget-0.4.1-r1.patch
+)
src_compile() {
- emake CC="$(tc-getCC)" || die
+ emake CC="$(tc-getCC)"
}
src_install() {
- emake DESTDIR="${ED}" install || die
- dodoc AUTHORS ChangeLog README* THANKS TODO || die
+ emake DESTDIR="${ED}" install
+ dodoc AUTHORS ChangeLog README* THANKS TODO
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-01 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-01 16:51 [gentoo-commits] repo/gentoo:master commit in: net-misc/aget/ Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox