diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-21 04:35:47 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-21 04:35:47 +0000 |
commit | e186b0ce483b5b41716ea897b30708bf1064e59a (patch) | |
tree | 91afadbae3eb77d1c4687459b1aa6cdca789720d /dev-python/django-setuptest | |
parent | drop doc USE requirement for sphinx dependence (diff) | |
download | gentoo-2-e186b0ce483b5b41716ea897b30708bf1064e59a.tar.gz gentoo-2-e186b0ce483b5b41716ea897b30708bf1064e59a.tar.bz2 gentoo-2-e186b0ce483b5b41716ea897b30708bf1064e59a.zip |
bump, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/django-setuptest')
-rw-r--r-- | dev-python/django-setuptest/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.2-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.4.ebuild | 24 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.6.ebuild (renamed from dev-python/django-setuptest/django-setuptest-0.1.5.ebuild) | 8 |
4 files changed, 12 insertions, 58 deletions
diff --git a/dev-python/django-setuptest/ChangeLog b/dev-python/django-setuptest/ChangeLog index f962bef998dd..7d52d444f755 100644 --- a/dev-python/django-setuptest/ChangeLog +++ b/dev-python/django-setuptest/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/django-setuptest -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.7 2014/09/17 13:22:35 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.8 2015/01/21 04:35:47 idella4 Exp $ + +*django-setuptest-0.1.6 (21 Jan 2015) + + 21 Jan 2015; Ian Delaney <idella4@gentoo.org> +django-setuptest-0.1.6.ebuild, + -django-setuptest-0.1.2-r1.ebuild, -django-setuptest-0.1.4.ebuild, + -django-setuptest-0.1.5.ebuild: + bump, rm old *django-setuptest-0.1.5 (17 Sep 2014) diff --git a/dev-python/django-setuptest/django-setuptest-0.1.2-r1.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.2-r1.ebuild deleted file mode 100644 index 509569623e6d..000000000000 --- a/dev-python/django-setuptest/django-setuptest-0.1.2-r1.ebuild +++ /dev/null @@ -1,27 +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/django-setuptest/django-setuptest-0.1.2-r1.ebuild,v 1.2 2013/09/05 18:46:12 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -MY_PN="praekelt-${P}-O-g86Offe9" -MY_P="praekelt-${PN}-860ffe9" -DESCRIPTION="Simple test suite enabling Django app testing via setup.py" -HOMEPAGE="https://github.com/praekelt/django-setuptest" -SRC_URI="https://github.com/praekelt/${PN}/zipball/master/${MY_PN}.zip" -LICENSE="MIT" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild deleted file mode 100644 index 77f15debc59e..000000000000 --- a/dev-python/django-setuptest/django-setuptest-0.1.4.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/django-setuptest/django-setuptest-0.1.4.ebuild,v 1.4 2014/05/10 08:33:59 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Simple test suite enabling Django app testing via setup.py" -HOMEPAGE="https://github.com/praekelt/django-setuptest" -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-setuptest/django-setuptest-0.1.5.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild index c25917e11c0c..03ef542e75c3 100644 --- a/dev-python/django-setuptest/django-setuptest-0.1.5.ebuild +++ b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.5.ebuild,v 1.1 2014/09/17 13:22:35 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild,v 1.1 2015/01/21 04:35:47 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -21,6 +21,4 @@ RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |