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 89FF21382F6 for ; Thu, 7 Jul 2016 19:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2099E08B2; Thu, 7 Jul 2016 19:48:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9FE9E08B8 for ; Thu, 7 Jul 2016 19:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83C9A340A5D for ; Thu, 7 Jul 2016 19:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A683D2444 for ; Thu, 7 Jul 2016 19:48:14 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1467920820.35fe09a9cf8ef17bf4bc557351625d9344f1b60d.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-3.4.9-r1.ebuild app-misc/gramps/metadata.xml X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 35fe09a9cf8ef17bf4bc557351625d9344f1b60d X-VCS-Branch: master Date: Thu, 7 Jul 2016 19:48:14 +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: e18c3b1a-f994-4b7f-84e5-fbb4d9e38c2f X-Archives-Hash: 23735e1ddaf9174583662d5a964fed51 commit: 35fe09a9cf8ef17bf4bc557351625d9344f1b60d Author: Austin English gentoo org> AuthorDate: Thu Jul 7 19:05:09 2016 +0000 Commit: Austin English gentoo org> CommitDate: Thu Jul 7 19:47:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fe09a9 app-misc/gramps: bump to EAPI 6, add maintainer-needed Package-Manager: portage-2.2.28 app-misc/gramps/gramps-3.4.9-r1.ebuild | 80 ++++++++++++++++++++++++++++++++++ app-misc/gramps/metadata.xml | 1 + 2 files changed, 81 insertions(+) diff --git a/app-misc/gramps/gramps-3.4.9-r1.ebuild b/app-misc/gramps/gramps-3.4.9-r1.ebuild new file mode 100644 index 0000000..4ed4bf7 --- /dev/null +++ b/app-misc/gramps/gramps-3.4.9-r1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +GCONF_DEBUG="no" + +inherit gnome2 python-single-r1 + +DESCRIPTION="Genealogical Research and Analysis Management Programming System" +HOMEPAGE="http://www.gramps-project.org/" +SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="gnome reports spell webkit" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/bsddb3[${PYTHON_USEDEP}] + dev-python/pygoocanvas[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.16.0[${PYTHON_USEDEP}] + gnome-base/librsvg:2 + sci-geosciences/osm-gps-map + x11-misc/xdg-utils + gnome? ( + dev-python/gconf-python[${PYTHON_USEDEP}] + dev-python/libgnome-python[${PYTHON_USEDEP}] + ) + spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] ) + reports? ( media-gfx/graphviz ) + webkit? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/libiconv + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch" +) + +src_prepare() { + # Fix install path, bug 423315 for example + einfo "Fix installation path" + find . -iname 'Makefile.in' | xargs \ + sed "s;\(pkgdatadir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \ + || die + find . -iname 'Makefile.in' | xargs \ + sed "s;\(pkgpythondir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \ + || die + + sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \ + -i src/Makefile.in || die + + sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \ + -i src/docgen/Makefile.in || die + + einfo "Fix wrapper script" + sed "s;@datadir@;$(python_get_sitedir);" \ + -i gramps.sh.in || die + + einfo "Fix icon location" + sed "s;gramps/;pixmap/;g" -i data/gramps.keys.in || die + + python_fix_shebang . + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-mime-install \ + PYTHON="${EROOT}"/usr/bin/python2 +} diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml index 4c7b0b7..7c0f8c7 100644 --- a/app-misc/gramps/metadata.xml +++ b/app-misc/gramps/metadata.xml @@ -1,6 +1,7 @@ + GRAMPS helps you track your family tree. It allows you to store, edit, and research genealogical data. GRAMPS attempts to provide all of the