diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2013-08-03 15:51:37 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2013-08-03 15:51:37 +0000 |
commit | f21edb496b1a426488782c8cbab823a95a64f769 (patch) | |
tree | 9bf00c5f5033c924775e686d8b43b99575064bf1 /dev-python/pycparser | |
parent | Remove reduntant 'die' calls (diff) | |
download | gentoo-2-f21edb496b1a426488782c8cbab823a95a64f769.tar.gz gentoo-2-f21edb496b1a426488782c8cbab823a95a64f769.tar.bz2 gentoo-2-f21edb496b1a426488782c8cbab823a95a64f769.zip |
Remove old versions.
(Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.07.ebuild | 23 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.08.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog index c268cab2b6de..29d107ca7466 100644 --- a/dev-python/pycparser/ChangeLog +++ b/dev-python/pycparser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycparser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.8 2013/05/09 12:19:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.9 2013/08/03 15:51:37 djc Exp $ + + 03 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> -pycparser-2.07.ebuild, + -pycparser-2.08.ebuild: + Remove old versions. 09 May 2013; Markus Meier <maekke@gentoo.org> pycparser-2.09.1-r1.ebuild: add ~arm, bug #462506 diff --git a/dev-python/pycparser/pycparser-2.07.ebuild b/dev-python/pycparser/pycparser-2.07.ebuild deleted file mode 100644 index 45601bf06cc2..000000000000 --- a/dev-python/pycparser/pycparser-2.07.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/pycparser/pycparser-2.07.ebuild,v 1.1 2012/07/27 12:26:24 djc Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.0 3.1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="C parser and AST generator written in Python" -HOMEPAGE="http://code.google.com/p/pycparser/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/ply" -RDEPEND="${DEPEND}" diff --git a/dev-python/pycparser/pycparser-2.08.ebuild b/dev-python/pycparser/pycparser-2.08.ebuild deleted file mode 100644 index fa4aebbc3a80..000000000000 --- a/dev-python/pycparser/pycparser-2.08.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/pycparser/pycparser-2.08.ebuild,v 1.1 2012/08/29 05:47:15 patrick Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.0 3.1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="C parser and AST generator written in Python" -HOMEPAGE="http://code.google.com/p/pycparser/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/ply" -RDEPEND="${DEPEND}" |