diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-06 20:41:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-06 20:41:32 +0000 |
commit | 1720fb55d2199adba3daf68d6751cd096b34ff6e (patch) | |
tree | cc0ee866e312c5783ec8ce9f306395dc8b5c2706 /media-gfx/graphite2 | |
parent | EAPI 5, thanks to Chris Reffett for reporting. Fixes bug #460572. (diff) | |
download | gentoo-2-1720fb55d2199adba3daf68d6751cd096b34ff6e.tar.gz gentoo-2-1720fb55d2199adba3daf68d6751cd096b34ff6e.tar.bz2 gentoo-2-1720fb55d2199adba3daf68d6751cd096b34ff6e.zip |
Update to py-r1. Thanks to Mgorny.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-gfx/graphite2')
-rw-r--r-- | media-gfx/graphite2/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphite2/graphite2-1.2.1.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/media-gfx/graphite2/ChangeLog b/media-gfx/graphite2/ChangeLog index ceec65860058..689fe8630d7e 100644 --- a/media-gfx/graphite2/ChangeLog +++ b/media-gfx/graphite2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphite2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.49 2013/03/06 20:08:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.50 2013/03/06 20:41:32 scarabeus Exp $ + + 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> graphite2-1.2.1.ebuild: + Update to py-r1. Thanks to Mgorny. *graphite2-1.2.1 (06 Mar 2013) diff --git a/media-gfx/graphite2/graphite2-1.2.1.ebuild b/media-gfx/graphite2/graphite2-1.2.1.ebuild index e25ff0973d2b..6e8bdaab3712 100644 --- a/media-gfx/graphite2/graphite2-1.2.1.ebuild +++ b/media-gfx/graphite2/graphite2-1.2.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.1 2013/03/06 20:08:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.2 2013/03/06 20:41:32 scarabeus Exp $ EAPI=4 -PYTHON_DEPEND="test? 2" +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) + GENTOO_DEPEND_ON_PERL="no" -inherit base cmake-utils perl-module python +inherit base eutils cmake-utils perl-module python-any-r1 DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems" HOMEPAGE="http://graphite.sil.org/" @@ -26,6 +27,7 @@ DEPEND="${RDEPEND} dev-libs/glib:2 media-libs/fontconfig media-libs/silgraphite + ${PYTHON_DEPS} ) " @@ -38,10 +40,7 @@ PATCHES=( pkg_setup() { use perl && perl-module_pkg_setup - if use test; then - python_set_active_version 2 - python_pkg_setup - fi + use test && python-any-r1_pkg_setup } src_prepare() { @@ -96,6 +95,5 @@ src_install() { fixlocalpod fi - find "${ED}" -name '*.la' -exec rm -f {} + - + prune_libtool_files --all } |