diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-26 18:51:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-26 18:51:42 +0000 |
commit | b287c5253aade0febab49dbc4dcc0511b429a344 (patch) | |
tree | 92a6daf4315a847d85bd20e5b5a6f31847a8767c /dev-python/evolution-python | |
parent | Convert to gnome-python-common-r1. Fix dependencies. (diff) | |
download | gentoo-2-b287c5253aade0febab49dbc4dcc0511b429a344.tar.gz gentoo-2-b287c5253aade0febab49dbc4dcc0511b429a344.tar.bz2 gentoo-2-b287c5253aade0febab49dbc4dcc0511b429a344.zip |
Convert to gnome-python-common-r1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/evolution-python')
-rw-r--r-- | dev-python/evolution-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/evolution-python/ChangeLog b/dev-python/evolution-python/ChangeLog index 1e369221e69c..b139899d157e 100644 --- a/dev-python/evolution-python/ChangeLog +++ b/dev-python/evolution-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/evolution-python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/evolution-python/ChangeLog,v 1.52 2013/04/02 20:10:40 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/evolution-python/ChangeLog,v 1.53 2014/05/26 18:51:42 mgorny Exp $ + +*evolution-python-2.32.0-r1 (26 May 2014) + + 26 May 2014; Michał Górny <mgorny@gentoo.org> + +evolution-python-2.32.0-r1.ebuild: + Convert to gnome-python-common-r1. 02 Apr 2013; Pacho Ramos <pacho@gentoo.org> evolution-python-2.32.0.ebuild: Fix previous commit (#463930 by pschuprikov) diff --git a/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild b/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild new file mode 100644 index 000000000000..b4aeda52b2dc --- /dev/null +++ b/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild,v 1.1 2014/05/26 18:51:42 mgorny Exp $ + +EAPI="5" + +GNOME_ORG_MODULE="gnome-python-desktop" +G_PY_BINDINGS=( evolution evolution_ecal ) +PYTHON_COMPAT=( python2_7 ) + +inherit gnome-python-common-r1 + +DESCRIPTION="Python bindings for Evolution and Evolution Data Server" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-python/libbonobo-python:2[${PYTHON_USEDEP}] + <gnome-extra/evolution-data-server-3.6 + !<dev-python/gnome-python-desktop-2.22.0-r10" +DEPEND="${RDEPEND}" |