summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-13 04:07:04 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-13 04:07:04 +0000
commit6f50034fbae4b699588ca720e272dcdcb0c688a0 (patch)
tree257a37d737ba69b2ddf15a92f35137d6853d16dd /dev-python/pygit2
parentVersion bump. (diff)
downloadgentoo-2-6f50034fbae4b699588ca720e272dcdcb0c688a0.tar.gz
gentoo-2-6f50034fbae4b699588ca720e272dcdcb0c688a0.tar.bz2
gentoo-2-6f50034fbae4b699588ca720e272dcdcb0c688a0.zip
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r--dev-python/pygit2/ChangeLog6
-rw-r--r--dev-python/pygit2/files/pygit2-0.14.0-fix-write.patch25
-rw-r--r--dev-python/pygit2/pygit2-0.14.0.ebuild34
-rw-r--r--dev-python/pygit2/pygit2-0.15.0.ebuild31
4 files changed, 5 insertions, 91 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog
index 32f871acc3e5..048066df68e6 100644
--- a/dev-python/pygit2/ChangeLog
+++ b/dev-python/pygit2/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2012/02/13 04:05:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.5 2012/02/13 04:07:04 radhermit Exp $
+
+ 13 Feb 2012; Tim Harder <radhermit@gentoo.org> -pygit2-0.14.0.ebuild,
+ -files/pygit2-0.14.0-fix-write.patch, -pygit2-0.15.0.ebuild:
+ Remove old.
*pygit2-0.16.0 (13 Feb 2012)
diff --git a/dev-python/pygit2/files/pygit2-0.14.0-fix-write.patch b/dev-python/pygit2/files/pygit2-0.14.0-fix-write.patch
deleted file mode 100644
index 5b4aae1e4d97..000000000000
--- a/dev-python/pygit2/files/pygit2-0.14.0-fix-write.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 4e9a34b8703bda7ff54bc45c7a7de21c1562888a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?"J.=20David=20Ib=C3=A1=C3=B1ez"?= <jdavid.ibp@gmail.com>
-Date: Thu, 18 Aug 2011 01:26:09 +0200
-Subject: [PATCH] Fix segfault on Repository_write
-
-This likely fixes issue #44
----
- pygit2.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/pygit2.c b/pygit2.c
-index 7cc0890..1fd016f 100644
---- a/pygit2.c
-+++ b/pygit2.c
-@@ -26,6 +26,7 @@
- * Boston, MA 02110-1301, USA.
- */
-
-+#define PY_SSIZE_T_CLEAN
- #include <Python.h>
- #include <git2.h>
-
---
-1.7.6
-
diff --git a/dev-python/pygit2/pygit2-0.14.0.ebuild b/dev-python/pygit2/pygit2-0.14.0.ebuild
deleted file mode 100644
index 050a9bb21c66..000000000000
--- a/dev-python/pygit2/pygit2-0.14.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.14.0.ebuild,v 1.1 2011/08/18 22:31:30 radhermit Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils eutils
-
-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-${PV}
- dev-libs/openssl
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-write.patch
-}
diff --git a/dev-python/pygit2/pygit2-0.15.0.ebuild b/dev-python/pygit2/pygit2-0.15.0.ebuild
deleted file mode 100644
index 1378892bba59..000000000000
--- a/dev-python/pygit2/pygit2-0.15.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.15.0.ebuild,v 1.1 2011/10/07 08:35:39 radhermit Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-# Tests still fail for python-3
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-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-${PV}
- dev-libs/openssl
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}