Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tre/
Date: Tue, 01 Aug 2017 20:50:53
Message-Id: 1501620649.37e882e4344e6ab2cfd116fb74d3e3ddb1d3f03d.monsieurp@gentoo
1 commit: 37e882e4344e6ab2cfd116fb74d3e3ddb1d3f03d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 20:49:31 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 20:50:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e882e4
7
8 dev-libs/tre: add blocker on dev-ruby/amatch.
9
10 Gentoo-Bug: https://bugs.gentoo.org/626480
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 dev-libs/tre/tre-0.8.0-r1.ebuild | 17 +++++++++++------
15 1 file changed, 11 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-libs/tre/tre-0.8.0-r1.ebuild b/dev-libs/tre/tre-0.8.0-r1.ebuild
18 index 4f56e131c36..de7f289bd58 100644
19 --- a/dev-libs/tre/tre-0.8.0-r1.ebuild
20 +++ b/dev-libs/tre/tre-0.8.0-r1.ebuild
21 @@ -15,16 +15,19 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-
22 IUSE="nls static-libs"
23
24 RDEPEND="
25 - !app-misc/glimpse
26 - !app-text/agrep"
27 -DEPEND="${RDEPEND}
28 + !app-text/agrep
29 + !dev-ruby/amatch
30 + !app-misc/glimpse"
31 +
32 +DEPEND="
33 + ${RDEPEND}
34 virtual/pkgconfig
35 nls? ( sys-devel/gettext )"
36
37 +PATCHES=( "${FILESDIR}/${PV}-pkgcfg.patch" )
38 +
39 src_prepare() {
40 - eapply \
41 - "${FILESDIR}"/${PV}-pkgcfg.patch
42 - eapply_user
43 + default
44 }
45
46 src_configure() {
47 @@ -47,8 +50,10 @@ src_test() {
48
49 src_install() {
50 local HTML_DOCS=( doc/*.{css,html} )
51 +
52 default
53
54 + # 626480
55 mv "${ED%/}"/usr/bin/agrep{,-tre}$(get_exeext) || die
56 }