diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-31 17:49:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-31 17:49:20 +0000 |
commit | e1577d11545e6397800be21743242af82b7a470a (patch) | |
tree | feadc340957cde18c61a21f322ef41d16f6c9cce /app-misc/gramps/gramps-3.1.3-r1.ebuild | |
parent | x86 stable wrt bug #318619 (diff) | |
download | historical-e1577d11545e6397800be21743242af82b7a470a.tar.gz historical-e1577d11545e6397800be21743242af82b7a470a.tar.bz2 historical-e1577d11545e6397800be21743242af82b7a470a.zip |
Backport fixes for deprecation warnings from gramps-3.2.0.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'app-misc/gramps/gramps-3.1.3-r1.ebuild')
-rw-r--r-- | app-misc/gramps/gramps-3.1.3-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-misc/gramps/gramps-3.1.3-r1.ebuild b/app-misc/gramps/gramps-3.1.3-r1.ebuild index 38c6a3222bbf..5f8852971d7e 100644 --- a/app-misc/gramps/gramps-3.1.3-r1.ebuild +++ b/app-misc/gramps/gramps-3.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild,v 1.5 2010/02/28 19:02:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild,v 1.6 2010/05/31 17:49:20 arfrever Exp $ EAPI=2 @@ -55,8 +55,6 @@ src_prepare() { mv "${S}"/py-compile "${S}"/py-compile.orig ln -s $(type -P true) "${S}"/py-compile - python_version - # Fix install path. einfo "Fix installation path" find . -iname 'Makefile.in' | xargs \ @@ -84,12 +82,10 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - python_version python_mod_optimize $(python_get_sitedir)/${PN} } pkg_postrm() { gnome2_pkg_postrm - python_version python_mod_cleanup $(python_get_sitedir)/${PN} } |