diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-07 09:16:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-07 09:16:17 +0000 |
commit | 1a6f831cd9198af51dbd579162af52d5e716a056 (patch) | |
tree | 59995dc51f62773dceb2437cd583cc6dfd3edba3 /dev-python/pygit2 | |
parent | Fix build failure with cups-1.6.x (bug #428544, thanks to Diego Elio Pettenò... (diff) | |
download | gentoo-2-1a6f831cd9198af51dbd579162af52d5e716a056.tar.gz gentoo-2-1a6f831cd9198af51dbd579162af52d5e716a056.tar.bz2 gentoo-2-1a6f831cd9198af51dbd579162af52d5e716a056.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r-- | dev-python/pygit2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.17.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog index 4e8a7db28180..6e0bcd595191 100644 --- a/dev-python/pygit2/ChangeLog +++ b/dev-python/pygit2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygit2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.10 2012/05/23 00:50:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.11 2012/08/07 09:16:17 radhermit Exp $ + +*pygit2-0.17.2 (07 Aug 2012) + + 07 Aug 2012; Tim Harder <radhermit@gentoo.org> +pygit2-0.17.2.ebuild: + Version bump. 23 May 2012; Tim Harder <radhermit@gentoo.org> -pygit2-0.15.1.ebuild, -pygit2-0.16.0.ebuild, -pygit2-0.16.1.ebuild: diff --git a/dev-python/pygit2/pygit2-0.17.2.ebuild b/dev-python/pygit2/pygit2-0.17.2.ebuild new file mode 100644 index 000000000000..7db51ab33650 --- /dev/null +++ b/dev-python/pygit2/pygit2-0.17.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.17.2.ebuild,v 1.1 2012/08/07 09:16:17 radhermit Exp $ + +EAPI="4" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils vcs-snapshot + +DESCRIPTION="Python bindings for libgit2" +HOMEPAGE="https://github.com/libgit2/pygit2" +SRC_URI="https://github.com/libgit2/${PN}/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-libs/libgit2-0.17*" +DEPEND="${RDEPEND}" |