diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-10 04:49:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-10 04:49:47 +0000 |
commit | 492223d87a380156235fc5358857334bf8b2fac2 (patch) | |
tree | 76582ba7983de3de81a74e34c7b1ce3c9dbd679f | |
parent | Version bump. (diff) | |
download | gentoo-2-492223d87a380156235fc5358857334bf8b2fac2.tar.gz gentoo-2-492223d87a380156235fc5358857334bf8b2fac2.tar.bz2 gentoo-2-492223d87a380156235fc5358857334bf8b2fac2.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r-- | dev-python/pygit2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.16.2.ebuild | 29 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.17.3-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.17.3.ebuild | 23 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.18.1.ebuild | 23 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.19.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.20.0.ebuild | 23 |
7 files changed, 6 insertions, 146 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog index 3a8899d13b3d..e23017ce4e75 100644 --- a/dev-python/pygit2/ChangeLog +++ b/dev-python/pygit2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygit2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.23 2014/02/10 04:47:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.24 2014/02/10 04:49:47 radhermit Exp $ + + 10 Feb 2014; Tim Harder <radhermit@gentoo.org> -pygit2-0.16.2.ebuild, + -pygit2-0.17.3.ebuild, -pygit2-0.17.3-r1.ebuild, -pygit2-0.18.1.ebuild, + -pygit2-0.19.0.ebuild, -pygit2-0.20.0.ebuild: + Remove old. *pygit2-0.20.2 (10 Feb 2014) diff --git a/dev-python/pygit2/pygit2-0.16.2.ebuild b/dev-python/pygit2/pygit2-0.16.2.ebuild deleted file mode 100644 index 7f4858febf77..000000000000 --- a/dev-python/pygit2/pygit2-0.16.2.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.2.ebuild,v 1.2 2012/10/04 22:40:23 radhermit Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-pypy-*" -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}" -} diff --git a/dev-python/pygit2/pygit2-0.17.3-r1.ebuild b/dev-python/pygit2/pygit2-0.17.3-r1.ebuild deleted file mode 100644 index 3c558683e31a..000000000000 --- a/dev-python/pygit2/pygit2-0.17.3-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 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-r1.ebuild,v 1.2 2013/09/05 18:46:33 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 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}" - -python_test() { - esetup.py test -} diff --git a/dev-python/pygit2/pygit2-0.17.3.ebuild b/dev-python/pygit2/pygit2-0.17.3.ebuild deleted file mode 100644 index 788aa967b8cc..000000000000 --- a/dev-python/pygit2/pygit2-0.17.3.ebuild +++ /dev/null @@ -1,23 +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.17.3.ebuild,v 1.2 2012/10/04 22:40:23 radhermit Exp $ - -EAPI="4" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-pypy-*" -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}" diff --git a/dev-python/pygit2/pygit2-0.18.1.ebuild b/dev-python/pygit2/pygit2-0.18.1.ebuild deleted file mode 100644 index 3cad6630ea4f..000000000000 --- a/dev-python/pygit2/pygit2-0.18.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.18.1.ebuild,v 1.2 2013/09/05 18:46:33 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -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-0.18*" -DEPEND="${RDEPEND}" - -python_test() { - esetup.py test -} diff --git a/dev-python/pygit2/pygit2-0.19.0.ebuild b/dev-python/pygit2/pygit2-0.19.0.ebuild deleted file mode 100644 index dfd508c164cb..000000000000 --- a/dev-python/pygit2/pygit2-0.19.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.19.0.ebuild,v 1.2 2013/09/05 18:46:33 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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)*" -DEPEND="${RDEPEND}" - -python_test() { - esetup.py test -} diff --git a/dev-python/pygit2/pygit2-0.20.0.ebuild b/dev-python/pygit2/pygit2-0.20.0.ebuild deleted file mode 100644 index 1ed2bd9a1cea..000000000000 --- a/dev-python/pygit2/pygit2-0.20.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.20.0.ebuild,v 1.1 2013/11/24 23:13:31 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -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)*" -DEPEND="${RDEPEND}" - -python_test() { - esetup.py test -} |