jmbsvicetto 15/06/20 19:53:04 Modified: ChangeLog Added: gramps-3.4.9.ebuild Log: Add 3.4.9 release. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Revision Changes Path 1.173 app-misc/gramps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?rev=1.173&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?rev=1.173&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?r1=1.172&r2=1.173 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- ChangeLog 9 Jun 2015 11:43:58 -0000 1.172 +++ ChangeLog 20 Jun 2015 19:53:04 -0000 1.173 @@ -1,6 +1,12 @@ # ChangeLog for app-misc/gramps # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.172 2015/06/09 11:43:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.173 2015/06/20 19:53:04 jmbsvicetto Exp $ + +*gramps-3.4.9 (20 Jun 2015) + + 20 Jun 2015; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org> + +gramps-3.4.9.ebuild: + Add 3.4.9 release. 09 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml: Updating remote-id in metadata.xml 1.1 app-misc/gramps/gramps-3.4.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/gramps-3.4.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/gramps-3.4.9.ebuild?rev=1.1&content-type=text/plain Index: gramps-3.4.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.4.9.ebuild,v 1.1 2015/06/20 19:53:04 jmbsvicetto Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) GCONF_DEBUG="no" inherit eutils 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 " src_prepare() { epatch "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch" # 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 }