diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-19 06:17:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-19 06:17:13 +0000 |
commit | 5165c0c71c55cea3da3274df4660a79db67c2a5e (patch) | |
tree | 35e836a98c68115d6376f20bb1a9155d5fb79876 /dev-python/PyGithub | |
parent | Version bump. (diff) | |
download | gentoo-2-5165c0c71c55cea3da3274df4660a79db67c2a5e.tar.gz gentoo-2-5165c0c71c55cea3da3274df4660a79db67c2a5e.tar.bz2 gentoo-2-5165c0c71c55cea3da3274df4660a79db67c2a5e.zip |
Remove old.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.10.0.ebuild | 25 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.11.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.12.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.12.2.ebuild | 24 |
5 files changed, 5 insertions, 100 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog index 185df7c171c5..8cc02d136ff9 100644 --- a/dev-python/PyGithub/ChangeLog +++ b/dev-python/PyGithub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyGithub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.8 2013/05/19 06:15:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.9 2013/05/19 06:17:13 radhermit Exp $ + + 19 May 2013; Tim Harder <radhermit@gentoo.org> -PyGithub-1.10.0.ebuild, + -PyGithub-1.11.1.ebuild, -PyGithub-1.12.1.ebuild, -PyGithub-1.12.2.ebuild: + Remove old. *PyGithub-1.15.0 (19 May 2013) diff --git a/dev-python/PyGithub/PyGithub-1.10.0.ebuild b/dev-python/PyGithub/PyGithub-1.10.0.ebuild deleted file mode 100644 index 2421cf719d30..000000000000 --- a/dev-python/PyGithub/PyGithub-1.10.0.ebuild +++ /dev/null @@ -1,25 +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/PyGithub/PyGithub-1.10.0.ebuild,v 1.3 2013/01/20 20:31:47 floppym Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) -# TODO(floppym): Investigate test failures with other versions - -inherit distutils-r1 - -DESCRIPTION="Python library to access the Github API v3" -HOMEPAGE="http://vincent-jacques.net/PyGithub" -# Use github since pypi is missing test data -SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-python/PyGithub/PyGithub-1.11.1.ebuild b/dev-python/PyGithub/PyGithub-1.11.1.ebuild deleted file mode 100644 index ae5ac7db877c..000000000000 --- a/dev-python/PyGithub/PyGithub-1.11.1.ebuild +++ /dev/null @@ -1,25 +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/PyGithub/PyGithub-1.11.1.ebuild,v 1.1 2013/02/10 05:31:47 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} ) -# TODO(floppym): Investigate test failures with python-3.3 - -inherit distutils-r1 - -DESCRIPTION="Python library to access the Github API v3" -HOMEPAGE="http://vincent-jacques.net/PyGithub" -# Use github since pypi is missing test data -SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-python/PyGithub/PyGithub-1.12.1.ebuild b/dev-python/PyGithub/PyGithub-1.12.1.ebuild deleted file mode 100644 index bbe613eef057..000000000000 --- a/dev-python/PyGithub/PyGithub-1.12.1.ebuild +++ /dev/null @@ -1,25 +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/PyGithub/PyGithub-1.12.1.ebuild,v 1.1 2013/02/25 04:23:59 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} ) -# TODO(floppym): Investigate test failures with python-3.3 - -inherit distutils-r1 - -DESCRIPTION="Python library to access the Github API v3" -HOMEPAGE="http://vincent-jacques.net/PyGithub" -# Use github since pypi is missing test data -SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-python/PyGithub/PyGithub-1.12.2.ebuild b/dev-python/PyGithub/PyGithub-1.12.2.ebuild deleted file mode 100644 index 3842960d1c60..000000000000 --- a/dev-python/PyGithub/PyGithub-1.12.2.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/PyGithub/PyGithub-1.12.2.ebuild,v 1.1 2013/03/06 03:36:05 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} ) -# TODO(floppym): Investigate test failures with python-3.3 - -inherit distutils-r1 - -DESCRIPTION="Python library to access the Github API v3" -HOMEPAGE="http://vincent-jacques.net/PyGithub" -# Use github since pypi is missing test data -SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} |