summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-27 22:08:26 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-27 22:08:26 +0000
commit0c4a95283828073eee5f263c6d701dc97414889f (patch)
treed7c1d4c9dedccd5755231635b8be6cff837e7d96 /dev-python/pygit2
parent2.2.0_alpha134 version bump. This includes all of the fixes in 2.1.11.23. (diff)
downloadgentoo-2-0c4a95283828073eee5f263c6d701dc97414889f.tar.gz
gentoo-2-0c4a95283828073eee5f263c6d701dc97414889f.tar.bz2
gentoo-2-0c4a95283828073eee5f263c6d701dc97414889f.zip
Version bump.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r--dev-python/pygit2/ChangeLog7
-rw-r--r--dev-python/pygit2/pygit2-0.17.3.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog
index 46c53ef6f735..fdf0e88cd6a9 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.12 2012/08/20 17:26:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.13 2012/09/27 22:08:26 radhermit Exp $
+
+*pygit2-0.17.3 (27 Sep 2012)
+
+ 27 Sep 2012; Tim Harder <radhermit@gentoo.org> +pygit2-0.17.3.ebuild:
+ Version bump.
20 Aug 2012; Tim Harder <radhermit@gentoo.org> -pygit2-0.17.0.ebuild:
Remove old.
diff --git a/dev-python/pygit2/pygit2-0.17.3.ebuild b/dev-python/pygit2/pygit2-0.17.3.ebuild
new file mode 100644
index 000000000000..6f269c04b7a9
--- /dev/null
+++ b/dev-python/pygit2/pygit2-0.17.3.ebuild
@@ -0,0 +1,23 @@
+# 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.3.ebuild,v 1.1 2012/09/27 22:08:26 radhermit Exp $
+
+EAPI="4"
+PYTHON_DEPEND="*"
+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}"