summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-01-18 23:34:40 +0000
committerTim Harder <radhermit@gentoo.org>2015-01-18 23:34:40 +0000
commit7e6f5b3e53fa19b048a5b99b7757448106554f28 (patch)
treeeaba8ca233b4e0c61d72529bab69c661bab84e5c /dev-python/pygit2
parentVersion bump. (diff)
downloadgentoo-2-7e6f5b3e53fa19b048a5b99b7757448106554f28.tar.gz
gentoo-2-7e6f5b3e53fa19b048a5b99b7757448106554f28.tar.bz2
gentoo-2-7e6f5b3e53fa19b048a5b99b7757448106554f28.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r--dev-python/pygit2/ChangeLog6
-rw-r--r--dev-python/pygit2/pygit2-0.21.0.ebuild26
-rw-r--r--dev-python/pygit2/pygit2-0.21.1.ebuild26
-rw-r--r--dev-python/pygit2/pygit2-0.21.2.ebuild26
-rw-r--r--dev-python/pygit2/pygit2-0.21.3.ebuild26
5 files changed, 5 insertions, 105 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog
index a685bc48f139..706470deebec 100644
--- a/dev-python/pygit2/ChangeLog
+++ b/dev-python/pygit2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygit2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.32 2015/01/18 23:33:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.33 2015/01/18 23:34:40 radhermit Exp $
+
+ 18 Jan 2015; Tim Harder <radhermit@gentoo.org> -pygit2-0.21.0.ebuild,
+ -pygit2-0.21.1.ebuild, -pygit2-0.21.2.ebuild, -pygit2-0.21.3.ebuild:
+ Remove old.
*pygit2-0.22.0 (18 Jan 2015)
diff --git a/dev-python/pygit2/pygit2-0.21.0.ebuild b/dev-python/pygit2/pygit2-0.21.0.ebuild
deleted file mode 100644
index f3cfaf9fb110..000000000000
--- a/dev-python/pygit2/pygit2-0.21.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.0.ebuild,v 1.1 2014/07/01 06:44:51 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2"
-SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- =dev-libs/libgit2-$(get_version_component_range 1-2)*
- dev-python/cffi[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/pygit2/pygit2-0.21.1.ebuild b/dev-python/pygit2/pygit2-0.21.1.ebuild
deleted file mode 100644
index 72eef46d05a3..000000000000
--- a/dev-python/pygit2/pygit2-0.21.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.1.ebuild,v 1.1 2014/07/24 02:27:04 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2"
-SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- =dev-libs/libgit2-$(get_version_component_range 1-2)*
- dev-python/cffi[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/pygit2/pygit2-0.21.2.ebuild b/dev-python/pygit2/pygit2-0.21.2.ebuild
deleted file mode 100644
index 81a9860a7ddb..000000000000
--- a/dev-python/pygit2/pygit2-0.21.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.2.ebuild,v 1.1 2014/08/24 03:48:30 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2"
-SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- =dev-libs/libgit2-$(get_version_component_range 1-2)*
- dev-python/cffi[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/pygit2/pygit2-0.21.3.ebuild b/dev-python/pygit2/pygit2-0.21.3.ebuild
deleted file mode 100644
index 36f1b69dbcc0..000000000000
--- a/dev-python/pygit2/pygit2-0.21.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.3.ebuild,v 1.1 2014/10/03 02:44:15 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2"
-SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- =dev-libs/libgit2-$(get_version_component_range 1-2)*
- dev-python/cffi[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}