Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/
Date: Tue, 27 Dec 2016 16:00:52
Message-Id: 1482854433.3eecc317e5707f4aa8dcd14aad8f36f0c46c638a.rafaelmartins@gentoo
1 commit: 3eecc317e5707f4aa8dcd14aad8f36f0c46c638a
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 27 16:00:33 2016 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 16:00:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eecc317
7
8 app-text/blogc: added support to blogc-make on live ebuild
9
10 Package-Manager: portage-2.2.28
11
12 app-text/blogc/blogc-9999.ebuild | 4 +++-
13 app-text/blogc/metadata.xml | 1 +
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
17 index 39b3f47..4633ada 100644
18 --- a/app-text/blogc/blogc-9999.ebuild
19 +++ b/app-text/blogc/blogc-9999.ebuild
20 @@ -24,7 +24,7 @@ fi
21
22 LICENSE="BSD"
23 SLOT="0"
24 -IUSE="git httpd test"
25 +IUSE="git httpd make test"
26
27 RDEPEND="
28 git? (
29 @@ -54,7 +54,9 @@ src_configure() {
30 econf \
31 $(use_enable test tests) \
32 $(use_enable git git-receiver) \
33 + $(use_enable make make) \
34 $(use_enable httpd runserver) \
35 + --disable-make-embedded \
36 --disable-valgrind \
37 ${myconf}
38 }
39
40 diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml
41 index e5a1537..6a92145 100644
42 --- a/app-text/blogc/metadata.xml
43 +++ b/app-text/blogc/metadata.xml
44 @@ -18,6 +18,7 @@
45 </upstream>
46 <use>
47 <flag name="git">Build blogc-git-receiver tool</flag>
48 + <flag name="make">Build blogc-make tool</flag>
49 <flag name="httpd">Build blogc-runserver tool</flag>
50 </use>
51 </pkgmetadata>