diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-11 07:43:37 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-11 07:43:37 +0000 |
commit | 49e5db4a05fbd6f3cc7c29142d937941fb6e9e26 (patch) | |
tree | 0883f531921daa2072d251f50eb3c9a0f744e8a3 /dev-python/authres | |
parent | bump, rm old (diff) | |
download | gentoo-2-49e5db4a05fbd6f3cc7c29142d937941fb6e9e26.tar.gz gentoo-2-49e5db4a05fbd6f3cc7c29142d937941fb6e9e26.tar.bz2 gentoo-2-49e5db4a05fbd6f3cc7c29142d937941fb6e9e26.zip |
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/authres/authres-0.401.ebuild | 29 | ||||
-rw-r--r-- | dev-python/authres/authres-0.402.ebuild | 29 | ||||
-rw-r--r-- | dev-python/authres/authres-0.500.ebuild | 29 | ||||
-rw-r--r-- | dev-python/authres/authres-0.501.ebuild | 24 | ||||
-rw-r--r-- | dev-python/authres/authres-0.600.ebuild | 24 | ||||
-rw-r--r-- | dev-python/authres/authres-0.601.ebuild | 24 |
7 files changed, 7 insertions, 161 deletions
diff --git a/dev-python/authres/ChangeLog b/dev-python/authres/ChangeLog index 78cf76eb34aa..f79e109307cc 100644 --- a/dev-python/authres/ChangeLog +++ b/dev-python/authres/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/authres -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.20 2014/07/14 07:18:32 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/ChangeLog,v 1.21 2015/01/11 07:43:37 idella4 Exp $ + + 11 Jan 2015; Ian Delaney <idella4@gentoo.org> -authres-0.401.ebuild, + -authres-0.402.ebuild, -authres-0.500.ebuild, -authres-0.501.ebuild, + -authres-0.600.ebuild, -authres-0.601.ebuild: + rm old *authres-0.701 (14 Jul 2014) diff --git a/dev-python/authres/authres-0.401.ebuild b/dev-python/authres/authres-0.401.ebuild deleted file mode 100644 index 5f0f6a7e6f05..000000000000 --- a/dev-python/authres/authres-0.401.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/authres/authres-0.401.ebuild,v 1.2 2012/05/09 03:18:11 floppym Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.402.ebuild b/dev-python/authres/authres-0.402.ebuild deleted file mode 100644 index 7e5446c35056..000000000000 --- a/dev-python/authres/authres-0.402.ebuild +++ /dev/null @@ -1,29 +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/authres/authres-0.402.ebuild,v 1.3 2013/02/26 10:59:26 ago Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.500.ebuild b/dev-python/authres/authres-0.500.ebuild deleted file mode 100644 index 266d7b194168..000000000000 --- a/dev-python/authres/authres-0.500.ebuild +++ /dev/null @@ -1,29 +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/authres/authres-0.500.ebuild,v 1.1 2013/02/22 03:37:01 patrick Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.501.ebuild b/dev-python/authres/authres-0.501.ebuild deleted file mode 100644 index 3a70d8a01db2..000000000000 --- a/dev-python/authres/authres-0.501.ebuild +++ /dev/null @@ -1,24 +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/authres/authres-0.501.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} diff --git a/dev-python/authres/authres-0.600.ebuild b/dev-python/authres/authres-0.600.ebuild deleted file mode 100644 index 84398cb59ffd..000000000000 --- a/dev-python/authres/authres-0.600.ebuild +++ /dev/null @@ -1,24 +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/authres/authres-0.600.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} diff --git a/dev-python/authres/authres-0.601.ebuild b/dev-python/authres/authres-0.601.ebuild deleted file mode 100644 index f78169fe7648..000000000000 --- a/dev-python/authres/authres-0.601.ebuild +++ /dev/null @@ -1,24 +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/authres/authres-0.601.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} |