Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/
Date: Sat, 24 Mar 2018 19:58:06
Message-Id: 1521920382.5d0334c44ed720fa32da841227f9ab6c1d26dea4.mgorny@gentoo
1 commit: 5d0334c44ed720fa32da841227f9ab6c1d26dea4
2 Author: Herb Miller Jr <herb <AT> hlmjr <DOT> com>
3 AuthorDate: Sat Mar 3 23:59:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 19:39:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0334c4
7
8 app-misc/gramps: Add rcs USE flag.
9
10 Allows versioning family tree archives.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 app-misc/gramps/gramps-4.2.8.ebuild | 3 ++-
15 app-misc/gramps/metadata.xml | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/app-misc/gramps/gramps-4.2.8.ebuild b/app-misc/gramps/gramps-4.2.8.ebuild
19 index 98ff2a5d263..e22e8837711 100644
20 --- a/app-misc/gramps/gramps-4.2.8.ebuild
21 +++ b/app-misc/gramps/gramps-4.2.8.ebuild
22 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
23 LICENSE="GPL-2+"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE="+reports exif geo spell"
27 +IUSE="+rcs +reports exif geo spell"
28
29 RDEPEND="
30 dev-python/bsddb3[${PYTHON_USEDEP}]
31 @@ -30,6 +30,7 @@ RDEPEND="
32 exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
33 geo? ( >=sci-geosciences/osm-gps-map-1.1.0 )
34 spell? ( app-text/gtkspell:3[introspection] )
35 + rcs? ( dev-vcs/rcs )
36 "
37
38 python_configure_all() {
39
40 diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml
41 index a3c05404a80..f7eab38a893 100644
42 --- a/app-misc/gramps/metadata.xml
43 +++ b/app-misc/gramps/metadata.xml
44 @@ -94,6 +94,7 @@
45 <use>
46 <flag name="geo">Enable rendering of geographical data using <pkg>sci-geosciences/osm-gps-map</pkg></flag>
47 <flag name="reports">All external software that is needed for graphical reports will be installed</flag>
48 + <flag name="rcs">Adds support for family tree archives via <pkg>dev-vcs/rcs</pkg></flag>
49 </use>
50 <upstream>
51 <remote-id type="sourceforge">gramps</remote-id>