diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-27 11:45:19 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-27 11:45:19 +0000 |
commit | 8ecab907c7c8976f55c4eb39a23f9bd4ba772726 (patch) | |
tree | b762970835fa197f0f826e625b23673e12586d43 /dev-python | |
parent | Support multilib packages in dependencies. Update/fix dependencies. Use ABI=x... (diff) | |
download | gentoo-2-8ecab907c7c8976f55c4eb39a23f9bd4ba772726.tar.gz gentoo-2-8ecab907c7c8976f55c4eb39a23f9bd4ba772726.tar.bz2 gentoo-2-8ecab907c7c8976f55c4eb39a23f9bd4ba772726.zip |
remove superseded version
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/plyr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/plyr/plyr-1.0.2.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/plyr/ChangeLog b/dev-python/plyr/ChangeLog index 7e00e56f54b4..21dbd855b9b7 100644 --- a/dev-python/plyr/ChangeLog +++ b/dev-python/plyr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/plyr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.3 2014/06/26 00:13:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.4 2014/06/27 11:45:19 idella4 Exp $ + + 27 Jun 2014; Ian Delaney <idella4@gentoo.org> -plyr-1.0.2.ebuild: + remove superseded version 26 Jun 2014; Ian Delaney <idella4@gentoo.org> metadata.xml: typo, metadata diff --git a/dev-python/plyr/plyr-1.0.2.ebuild b/dev-python/plyr/plyr-1.0.2.ebuild deleted file mode 100644 index 7597d77d5077..000000000000 --- a/dev-python/plyr/plyr-1.0.2.ebuild +++ /dev/null @@ -1,30 +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/plyr/plyr-1.0.2.ebuild,v 1.1 2014/06/22 12:28:01 idella4 Exp $ -# Ebuild generated by g-pypi 0.3 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="A python wrapper for Glyr" -HOMEPAGE="http://sahib.github.com/python-glyr/intro.html" -SRC_URI="mirror://pypi/p/plyr/${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="media-libs/glyr" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_compile() { - if ! python_is_python3; then - local CFLAGS=${CFLAGS} - append-cflags -fno-strict-aliasing - fi - distutils-r1_python_compile -} |