diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-03-28 07:15:19 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-03-28 07:15:19 +0000 |
commit | fcd3cf45a21fd926630f30fdb2bcdc4d28faa399 (patch) | |
tree | 92f3e40203aee774bdae7084135b1fc071918c48 /dev-python/rply | |
parent | revbump, convert -> distutils-r1, bump, new version supports py3, fixes Bug #... (diff) | |
download | gentoo-2-fcd3cf45a21fd926630f30fdb2bcdc4d28faa399.tar.gz gentoo-2-fcd3cf45a21fd926630f30fdb2bcdc4d28faa399.tar.bz2 gentoo-2-fcd3cf45a21fd926630f30fdb2bcdc4d28faa399.zip |
rm old rply-0.5.1 wrt to sec. Bug #498538
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/rply')
-rw-r--r-- | dev-python/rply/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rply/rply-0.5.1.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-python/rply/ChangeLog b/dev-python/rply/ChangeLog index 36d5c1a8d1d2..05a4804f86f0 100644 --- a/dev-python/rply/ChangeLog +++ b/dev-python/rply/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rply # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.2 2014/02/14 08:09:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.3 2014/03/28 07:15:19 idella4 Exp $ + + 28 Mar 2014; Ian Delaney <idella4@gentoo.org> -rply-0.5.1.ebuild: + rm old rply-0.5.1 wrt to sec. Bug #498538 *rply-0.7.2 (14 Feb 2014) diff --git a/dev-python/rply/rply-0.5.1.ebuild b/dev-python/rply/rply-0.5.1.ebuild deleted file mode 100644 index b791dfdc645f..000000000000 --- a/dev-python/rply/rply-0.5.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/rply/rply-0.5.1.ebuild,v 1.1 2013/02/10 06:51:59 patrick Exp $ - -EAPI=5 - -PYTHON_DEPEND="2:2.6 3:3.1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-jython" - -inherit distutils python - -DESCRIPTION="Pure python parser generator that also works with RPython" -HOMEPAGE="https://github.com/alex/rply" -SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |