diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 08:22:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 08:22:54 +0000 |
commit | 2f3174d777e355e968eeaf8d19bd506a4d4a13d6 (patch) | |
tree | 15bfa10b2fe518e4db52eb021dfe5fe6bfe090c9 /dev-python/python-sqlparse | |
parent | dev-python/python-geoclue: Drop old (diff) | |
download | gentoo-2-2f3174d777e355e968eeaf8d19bd506a4d4a13d6.tar.gz gentoo-2-2f3174d777e355e968eeaf8d19bd506a4d4a13d6.tar.bz2 gentoo-2-2f3174d777e355e968eeaf8d19bd506a4d4a13d6.zip |
dev-python/python-sqlparse: Drop old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/python-sqlparse')
4 files changed, 5 insertions, 72 deletions
diff --git a/dev-python/python-sqlparse/ChangeLog b/dev-python/python-sqlparse/ChangeLog index c72820c5e239..5a51df6efdbb 100644 --- a/dev-python/python-sqlparse/ChangeLog +++ b/dev-python/python-sqlparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-sqlparse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.19 2014/01/05 17:51:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.20 2014/01/06 08:22:54 jlec Exp $ + + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> -python-sqlparse-0.1.3.ebuild, + -python-sqlparse-0.1.4.ebuild, -python-sqlparse-0.1.5.ebuild: + Drop old 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> python-sqlparse-0.1.5-r1.ebuild: diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.3.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.3.ebuild deleted file mode 100644 index a8569652a80c..000000000000 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.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/python-sqlparse/python-sqlparse-0.1.3.ebuild,v 1.1 2012/02/15 16:18:25 jlec Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_MODNAME="${PN#python-}" - -inherit distutils - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="http://code.google.com/p/python-sqlparse/" -SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" -IUSE="" - -S="${WORKDIR}"/${P#python-} diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.4.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.4.ebuild deleted file mode 100644 index cf21079b2748..000000000000 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.4.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/python-sqlparse/python-sqlparse-0.1.4.ebuild,v 1.1 2012/08/26 08:53:18 jlec Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_MODNAME="${PN#python-}" - -inherit distutils - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="http://code.google.com/p/python-sqlparse/" -SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" -IUSE="" - -S="${WORKDIR}"/${P#python-} diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.5.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.5.ebuild deleted file mode 100644 index ccd3c7488358..000000000000 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.5.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/python-sqlparse/python-sqlparse-0.1.5.ebuild,v 1.7 2013/02/02 22:30:34 ago Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_MODNAME="${PN#python-}" - -inherit distutils - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse" -SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" -IUSE="" - -S="${WORKDIR}"/${P#python-} - -RESTRICT="test" |