diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-07-23 08:58:26 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-07-23 08:58:26 +0000 |
commit | 55cc44dcb9b009fbbf8e9a5702b882f3ec8b27a1 (patch) | |
tree | 96e74adaf148fe6b5c0e012b783944c73a8491aa /dev-python/serpent | |
parent | version bump (diff) | |
download | gentoo-2-55cc44dcb9b009fbbf8e9a5702b882f3ec8b27a1.tar.gz gentoo-2-55cc44dcb9b009fbbf8e9a5702b882f3ec8b27a1.tar.bz2 gentoo-2-55cc44dcb9b009fbbf8e9a5702b882f3ec8b27a1.zip |
bump, rm old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.3.ebuild | 17 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.5.ebuild | 17 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.7.ebuild (renamed from dev-python/serpent/serpent-1.2.ebuild) | 4 |
4 files changed, 9 insertions, 37 deletions
diff --git a/dev-python/serpent/ChangeLog b/dev-python/serpent/ChangeLog index 74adaca1f2aa..fc5bdae37c5a 100644 --- a/dev-python/serpent/ChangeLog +++ b/dev-python/serpent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/serpent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.12 2014/07/16 15:24:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.13 2014/07/23 08:58:26 idella4 Exp $ + +*serpent-1.7 (23 Jul 2014) + + 23 Jul 2014; Ian Delaney <idella4@gentoo.org> +serpent-1.7.ebuild, + -serpent-1.2.ebuild, -serpent-1.3.ebuild, -serpent-1.5.ebuild: + bump, rm old 16 Jul 2014; Ian Delaney <idella4@gentoo.org> serpent-1.6.ebuild: drop py2.6 pypy2_0 add py3.4 diff --git a/dev-python/serpent/serpent-1.3.ebuild b/dev-python/serpent/serpent-1.3.ebuild deleted file mode 100644 index cc91ff831ffd..000000000000 --- a/dev-python/serpent/serpent-1.3.ebuild +++ /dev/null @@ -1,17 +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/serpent/serpent-1.3.ebuild,v 1.3 2014/03/31 20:26:49 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" diff --git a/dev-python/serpent/serpent-1.5.ebuild b/dev-python/serpent/serpent-1.5.ebuild deleted file mode 100644 index e25da61c92ca..000000000000 --- a/dev-python/serpent/serpent-1.5.ebuild +++ /dev/null @@ -1,17 +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/serpent/serpent-1.5.ebuild,v 1.1 2014/05/03 09:25:23 patrick Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="A simple serialization library based on ast.literal_eval" -HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" diff --git a/dev-python/serpent/serpent-1.2.ebuild b/dev-python/serpent/serpent-1.7.ebuild index 379dd9f06673..c50cd5e3fd51 100644 --- a/dev-python/serpent/serpent-1.2.ebuild +++ b/dev-python/serpent/serpent-1.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.2.ebuild,v 1.4 2014/03/31 20:26:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.7.ebuild,v 1.1 2014/07/23 08:58:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 |