diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-07 18:17:03 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-07 18:17:03 +0000 |
commit | b5a19bfea116d58eb0ba87182686e93db130bbe8 (patch) | |
tree | 4bd47d78fa65fcb75dc9a82e22ccaaca4d197cbd /dev-python/PyGithub | |
parent | Version bump. (diff) | |
download | gentoo-2-b5a19bfea116d58eb0ba87182686e93db130bbe8.tar.gz gentoo-2-b5a19bfea116d58eb0ba87182686e93db130bbe8.tar.bz2 gentoo-2-b5a19bfea116d58eb0ba87182686e93db130bbe8.zip |
Remove old.
(Portage version: 2.2.1/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.13.1.ebuild | 23 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.15.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.16.0.ebuild | 23 |
4 files changed, 5 insertions, 70 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog index 2f8ea126433b..cde24f125ff8 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.13 2013/09/07 18:16:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.14 2013/09/07 18:17:03 radhermit Exp $ + + 07 Sep 2013; Tim Harder <radhermit@gentoo.org> -PyGithub-1.13.1.ebuild, + -PyGithub-1.15.0.ebuild, -PyGithub-1.16.0.ebuild: + Remove old. *PyGithub-1.18.0 (07 Sep 2013) diff --git a/dev-python/PyGithub/PyGithub-1.13.1.ebuild b/dev-python/PyGithub/PyGithub-1.13.1.ebuild deleted file mode 100644 index de1364f581c1..000000000000 --- a/dev-python/PyGithub/PyGithub-1.13.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/PyGithub/PyGithub-1.13.1.ebuild,v 1.2 2013/09/05 18:46:04 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,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 -} diff --git a/dev-python/PyGithub/PyGithub-1.15.0.ebuild b/dev-python/PyGithub/PyGithub-1.15.0.ebuild deleted file mode 100644 index 348202091251..000000000000 --- a/dev-python/PyGithub/PyGithub-1.15.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/PyGithub/PyGithub-1.15.0.ebuild,v 1.2 2013/09/05 18:46:04 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,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 -} diff --git a/dev-python/PyGithub/PyGithub-1.16.0.ebuild b/dev-python/PyGithub/PyGithub-1.16.0.ebuild deleted file mode 100644 index a7af876d09b3..000000000000 --- a/dev-python/PyGithub/PyGithub-1.16.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/PyGithub/PyGithub-1.16.0.ebuild,v 1.2 2013/09/05 18:46:04 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,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 -} |