diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-26 18:47:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-26 18:47:31 +0000 |
commit | 48027c40ef28bcaaeba0cf47d25b127e25967420 (patch) | |
tree | 0ac8ac509420584b52818383a9493b0bf31c527e /dev-python/evince-python | |
parent | Convert to gnome-python-common-r1. Fix dependencies. (diff) | |
download | gentoo-2-48027c40ef28bcaaeba0cf47d25b127e25967420.tar.gz gentoo-2-48027c40ef28bcaaeba0cf47d25b127e25967420.tar.bz2 gentoo-2-48027c40ef28bcaaeba0cf47d25b127e25967420.zip |
Convert to gnome-python-common-r1. Fix dependencies.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/evince-python')
-rw-r--r-- | dev-python/evince-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/evince-python/evince-python-2.32.0-r1.ebuild | 21 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-python/evince-python/ChangeLog b/dev-python/evince-python/ChangeLog index 23931091316e..601f00dcb3d6 100644 --- a/dev-python/evince-python/ChangeLog +++ b/dev-python/evince-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/evince-python -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/ChangeLog,v 1.28 2012/03/14 03:14:49 tetromino Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/ChangeLog,v 1.29 2014/05/26 18:47:31 mgorny Exp $ + +*evince-python-2.32.0-r1 (26 May 2014) + + 26 May 2014; Michał Górny <mgorny@gentoo.org> +evince-python-2.32.0-r1.ebuild: + Convert to gnome-python-common-r1. Fix dependencies. 14 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org> evince-python-2.32.0.ebuild: @@ -110,4 +115,3 @@ 10 May 2009; Gilles Dartiguelongue <eva@gentoo.org> +evince-python-2.26.0.ebuild, +metadata.xml: New gnome python binding. - diff --git a/dev-python/evince-python/evince-python-2.32.0-r1.ebuild b/dev-python/evince-python/evince-python-2.32.0-r1.ebuild new file mode 100644 index 000000000000..57f72262189c --- /dev/null +++ b/dev-python/evince-python/evince-python-2.32.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/evince-python-2.32.0-r1.ebuild,v 1.1 2014/05/26 18:47:31 mgorny Exp $ + +EAPI="5" + +GNOME_ORG_MODULE="gnome-python-desktop" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome-python-common-r1 + +DESCRIPTION="Python bindings for Evince" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="<app-text/evince-3 + >=app-text/evince-2.32 + !<dev-python/gnome-python-desktop-2.22.0-r10" +DEPEND="${RDEPEND}" |