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/perltrash/
Date: Tue, 27 Dec 2016 00:05:56
Message-Id: 1482797125.80890e5e406991ee8e4e21e82f7274f4a78b3563.monsieurp@gentoo
1 commit: 80890e5e406991ee8e4e21e82f7274f4a78b3563
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 19:54:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 00:05:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80890e5e
7
8 app-misc/perltrash: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/perltrash/perltrash-0.3-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/perltrash/perltrash-0.3-r1.ebuild b/app-misc/perltrash/perltrash-0.3-r1.ebuild
16 index def544e..a265e70 100644
17 --- a/app-misc/perltrash/perltrash-0.3-r1.ebuild
18 +++ b/app-misc/perltrash/perltrash-0.3-r1.ebuild
19 @@ -10,12 +10,13 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc ~x86"
24 +KEYWORDS="amd64 ppc x86"
25 IUSE=""
26
27 RDEPEND="dev-lang/perl"
28
29 +DOCS=( README.txt )
30 +
31 src_install() {
32 newbin "${PN}.pl" "${PN}"
33 - dodoc README.txt
34 }