diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-02 18:04:39 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-02 18:04:39 +0000 |
commit | fcf4fa4e2bd2d84d6f3f751356fa8131170d0475 (patch) | |
tree | 098ebb948bbebdec1975ee1ffd3a140a16cc63c8 /dev-python/gdmodule | |
parent | Security and bugfix release. #429522 (diff) | |
download | gentoo-2-fcf4fa4e2bd2d84d6f3f751356fa8131170d0475.tar.gz gentoo-2-fcf4fa4e2bd2d84d6f3f751356fa8131170d0475.tar.bz2 gentoo-2-fcf4fa4e2bd2d84d6f3f751356fa8131170d0475.zip |
Keyword amd64-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gdmodule')
-rw-r--r-- | dev-python/gdmodule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/gdmodule/gdmodule-0.56-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gdmodule/gdmodule-0.56.ebuild | 24 |
3 files changed, 7 insertions, 28 deletions
diff --git a/dev-python/gdmodule/ChangeLog b/dev-python/gdmodule/ChangeLog index a75d85b10116..637fbc70185c 100644 --- a/dev-python/gdmodule/ChangeLog +++ b/dev-python/gdmodule/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gdmodule # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/ChangeLog,v 1.7 2012/02/22 05:14:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/ChangeLog,v 1.8 2012/08/02 18:04:39 bicatali Exp $ + + 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -gdmodule-0.56.ebuild, + gdmodule-0.56-r2.ebuild: + Keyword amd64-linux 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> gdmodule-0.56-r2.ebuild, gdmodule-0.56.ebuild: @@ -36,4 +40,3 @@ 26 Jun 2010; Justin Lecher <jlec@gentoo.org> +gdmodule-0.56.ebuild, +metadata.xml: New addition from bug 100123 - diff --git a/dev-python/gdmodule/gdmodule-0.56-r2.ebuild b/dev-python/gdmodule/gdmodule-0.56-r2.ebuild index eddbf9f9918b..afd598240fdc 100644 --- a/dev-python/gdmodule/gdmodule-0.56-r2.ebuild +++ b/dev-python/gdmodule/gdmodule-0.56-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/gdmodule-0.56-r2.ebuild,v 1.4 2012/02/22 05:14:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/gdmodule-0.56-r2.ebuild,v 1.5 2012/08/02 18:04:39 bicatali Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="http://newcenturycomputers.net/projects/download.cgi/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x86-linux" IUSE="jpeg png truetype xpm" RDEPEND=" diff --git a/dev-python/gdmodule/gdmodule-0.56.ebuild b/dev-python/gdmodule/gdmodule-0.56.ebuild deleted file mode 100644 index 572fd36be6ad..000000000000 --- a/dev-python/gdmodule/gdmodule-0.56.ebuild +++ /dev/null @@ -1,24 +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/gdmodule/gdmodule-0.56.ebuild,v 1.5 2012/02/22 05:14:55 patrick Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" -DISTUTILS_SETUP_FILES=("Setup.py") - -inherit distutils - -DESCRIPTION="Python extensions for gd" -HOMEPAGE="http://newcenturycomputers.net/projects/gdmodule.html" -SRC_URI="http://newcenturycomputers.net/projects/download.cgi/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="media-libs/gd" -DEPEND="${RDEPEND}" |