From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD902138332 for ; Sat, 24 Mar 2018 19:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93F34E081B; Sat, 24 Mar 2018 19:58:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69EFFE081B for ; Sat, 24 Mar 2018 19:58:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14E2B335C51 for ; Sat, 24 Mar 2018 19:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA34A262 for ; Sat, 24 Mar 2018 19:58:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521920382.5d0334c44ed720fa32da841227f9ab6c1d26dea4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-4.2.8.ebuild app-misc/gramps/metadata.xml X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d0334c44ed720fa32da841227f9ab6c1d26dea4 X-VCS-Branch: master Date: Sat, 24 Mar 2018 19:58:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ee512ca-ed9a-4a78-bb7a-93e19dadfd4b X-Archives-Hash: 40bf5da9395a6d4447394c6d512ad6d4 commit: 5d0334c44ed720fa32da841227f9ab6c1d26dea4 Author: Herb Miller Jr hlmjr com> AuthorDate: Sat Mar 3 23:59:48 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 24 19:39:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0334c4 app-misc/gramps: Add rcs USE flag. Allows versioning family tree archives. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-misc/gramps/gramps-4.2.8.ebuild | 3 ++- app-misc/gramps/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-4.2.8.ebuild b/app-misc/gramps/gramps-4.2.8.ebuild index 98ff2a5d263..e22e8837711 100644 --- a/app-misc/gramps/gramps-4.2.8.ebuild +++ b/app-misc/gramps/gramps-4.2.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+reports exif geo spell" +IUSE="+rcs +reports exif geo spell" RDEPEND=" dev-python/bsddb3[${PYTHON_USEDEP}] @@ -30,6 +30,7 @@ RDEPEND=" exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] ) geo? ( >=sci-geosciences/osm-gps-map-1.1.0 ) spell? ( app-text/gtkspell:3[introspection] ) + rcs? ( dev-vcs/rcs ) " python_configure_all() { diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml index a3c05404a80..f7eab38a893 100644 --- a/app-misc/gramps/metadata.xml +++ b/app-misc/gramps/metadata.xml @@ -94,6 +94,7 @@ Enable rendering of geographical data using sci-geosciences/osm-gps-map All external software that is needed for graphical reports will be installed + Adds support for family tree archives via dev-vcs/rcs gramps