Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/aix-miscutils/
Date: Fri, 14 Apr 2017 07:29:04
Message-Id: 1492154935.0c6cdeb42147564f3e4aca603d170b785972aaaf.grobian@gentoo
1 commit: 0c6cdeb42147564f3e4aca603d170b785972aaaf
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 07:26:51 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 07:28:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6cdeb4
7
8 sys-apps/aix-miscutils: bump to EAPI=6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
16 index 6be665e5a6d..f41232735e0 100644
17 --- a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
18 +++ b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
19 @@ -1,15 +1,13 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 +EAPI=6
25 +
26 DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
27 -HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/"
28 +HOMEPAGE="https://prefix.gentoo.org"
29 SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~ppc-aix"
34 IUSE=""
35 -
36 -src_install() {
37 - emake DESTDIR="${D}" install || die
38 -}