Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ytree/
Date: Wed, 28 Dec 2016 23:11:02
Message-Id: 1482966653.9512c1ac1da7f3ad3b7b70794aa326068cf80915.monsieurp@gentoo
1 commit: 9512c1ac1da7f3ad3b7b70794aa326068cf80915
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 22:59:38 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 23:10:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9512c1ac
7
8 app-misc/ytree: stable for amd64+x86.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/ytree/ytree-1.98-r1.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/app-misc/ytree/ytree-1.98-r1.ebuild b/app-misc/ytree/ytree-1.98-r1.ebuild
16 index 51e78ae..d99fe5c 100644
17 --- a/app-misc/ytree/ytree-1.98-r1.ebuild
18 +++ b/app-misc/ytree/ytree-1.98-r1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="http://www.han.de/~werner/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE=""
26
27 DEPEND="
28 @@ -21,10 +21,9 @@ DEPEND="
29 "
30 RDEPEND="${DEPEND}"
31
32 -src_prepare() {
33 - default
34 - epatch "${FILESDIR}"/${PN}-1.94-bindir.patch
35 -}
36 +PATCHES=( "${FILESDIR}"/${PN}-1.94-bindir.patch )
37 +
38 +DOCS=( CHANGES README THANKS ytree.conf )
39
40 pkg_setup() {
41 tc-export CC
42 @@ -32,5 +31,4 @@ pkg_setup() {
43
44 src_install() {
45 emake DESTDIR="${D}usr" install
46 - dodoc CHANGES README THANKS ytree.conf
47 }