Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspt/
Date: Sat, 08 Jul 2017 08:23:24
Message-Id: 1499502176.6aa55ac4f972749a72a4240de823ce87c6a460a3.hattya@gentoo
1 commit: 6aa55ac4f972749a72a4240de823ce87c6a460a3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 08:22:56 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 08:22:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa55ac4
7
8 dev-libs/libspt: update to EAPI 6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-libs/libspt/libspt-1.1-r2.ebuild | 14 ++------------
13 1 file changed, 2 insertions(+), 12 deletions(-)
14
15 diff --git a/dev-libs/libspt/libspt-1.1-r2.ebuild b/dev-libs/libspt/libspt-1.1-r2.ebuild
16 index af55debe5e6..55536d07fd3 100644
17 --- a/dev-libs/libspt/libspt-1.1-r2.ebuild
18 +++ b/dev-libs/libspt/libspt-1.1-r2.ebuild
19 @@ -1,9 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="2"
24 -
25 -inherit base
26 +EAPI="6"
27
28 DESCRIPTION="Library for handling root privilege"
29 #HOMEPAGE="http://www.j10n.org/libspt/index.html"
30 @@ -16,12 +14,4 @@ KEYWORDS="alpha amd64 ppc x86"
31 IUSE=""
32 RESTRICT="test"
33
34 -src_prepare() {
35 - epatch "${FILESDIR}/${PN}-gentoo.patch"
36 -}
37 -
38 -src_install() {
39 - emake DESTDIR="${D}" install || die
40 -
41 - dodoc CHANGES
42 -}
43 +PATCHES=( "${FILESDIR}/${PN}-gentoo.patch" )