summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-23 00:50:33 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-23 00:50:33 +0000
commit68d6f0ed5ca910d47ee7c9aa0813a3b7346054e1 (patch)
tree05b4734a2648a6e8f3ee21d8239331391435e1a4 /dev-python/pygit2
parentVersion bump. (diff)
downloadgentoo-2-68d6f0ed5ca910d47ee7c9aa0813a3b7346054e1.tar.gz
gentoo-2-68d6f0ed5ca910d47ee7c9aa0813a3b7346054e1.tar.bz2
gentoo-2-68d6f0ed5ca910d47ee7c9aa0813a3b7346054e1.zip
Remove old.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r--dev-python/pygit2/ChangeLog6
-rw-r--r--dev-python/pygit2/pygit2-0.15.1.ebuild29
-rw-r--r--dev-python/pygit2/pygit2-0.16.0.ebuild29
-rw-r--r--dev-python/pygit2/pygit2-0.16.1.ebuild29
4 files changed, 5 insertions, 88 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog
index 5b12b12cbf3b..4e8a7db28180 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.9 2012/05/23 00:48:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.10 2012/05/23 00:50:33 radhermit Exp $
+
+ 23 May 2012; Tim Harder <radhermit@gentoo.org> -pygit2-0.15.1.ebuild,
+ -pygit2-0.16.0.ebuild, -pygit2-0.16.1.ebuild:
+ Remove old.
*pygit2-0.17.0 (23 May 2012)
diff --git a/dev-python/pygit2/pygit2-0.15.1.ebuild b/dev-python/pygit2/pygit2-0.15.1.ebuild
deleted file mode 100644
index 1f5deab911a2..000000000000
--- a/dev-python/pygit2/pygit2-0.15.1.ebuild
+++ /dev/null
@@ -1,29 +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.1.ebuild,v 1.1 2011/12/15 21:34:47 radhermit Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.6 3:3.1"
-SUPPORT_PYTHON_ABIS="1"
-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-0.15*
- dev-libs/openssl
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
diff --git a/dev-python/pygit2/pygit2-0.16.0.ebuild b/dev-python/pygit2/pygit2-0.16.0.ebuild
deleted file mode 100644
index fc32a129cd53..000000000000
--- a/dev-python/pygit2/pygit2-0.16.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.16.0.ebuild,v 1.2 2012/02/21 03:41:18 patrick Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5"
-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}"
-}
diff --git a/dev-python/pygit2/pygit2-0.16.1.ebuild b/dev-python/pygit2/pygit2-0.16.1.ebuild
deleted file mode 100644
index 8c5d2850b778..000000000000
--- a/dev-python/pygit2/pygit2-0.16.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.16.1.ebuild,v 1.1 2012/03/31 22:28:15 radhermit Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5"
-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-0.16*
- dev-libs/openssl
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}