summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-26 09:21:10 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-26 09:21:10 +0000
commit1f96e061452ea1b32ab5137fed0a7684fe5dc160 (patch)
tree82757887578488c79b0e05fc45db2efc22ce4ea5 /dev-python/gdmodule
parentRevert accidental commit of stable keyword. Remove support for USE=doc to fac... (diff)
downloadgentoo-2-1f96e061452ea1b32ab5137fed0a7684fe5dc160.tar.gz
gentoo-2-1f96e061452ea1b32ab5137fed0a7684fe5dc160.tar.bz2
gentoo-2-1f96e061452ea1b32ab5137fed0a7684fe5dc160.zip
New addition from bug 100123
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gdmodule')
-rw-r--r--dev-python/gdmodule/ChangeLog10
-rw-r--r--dev-python/gdmodule/gdmodule-0.56.ebuild29
-rw-r--r--dev-python/gdmodule/metadata.xml8
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-python/gdmodule/ChangeLog b/dev-python/gdmodule/ChangeLog
new file mode 100644
index 000000000000..b1e5578ae7fe
--- /dev/null
+++ b/dev-python/gdmodule/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/gdmodule
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/ChangeLog,v 1.1 2010/06/26 09:21:10 jlec Exp $
+
+*gdmodule-0.56 (26 Jun 2010)
+
+ 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.ebuild b/dev-python/gdmodule/gdmodule-0.56.ebuild
new file mode 100644
index 000000000000..846afb6d49eb
--- /dev/null
+++ b/dev-python/gdmodule/gdmodule-0.56.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 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.1 2010/06/26 09:21:10 jlec Exp $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+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="~x86 ~ppc ~amd64 ~ppc64"
+IUSE=""
+
+RDEPEND="media-libs/gd"
+DEPEND="${RDEPEND}"
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+src_prepare() {
+ mv Setup.py setup.py
+ distutils_src_prepare
+}
diff --git a/dev-python/gdmodule/metadata.xml b/dev-python/gdmodule/metadata.xml
new file mode 100644
index 000000000000..31e74459985d
--- /dev/null
+++ b/dev-python/gdmodule/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ This module is a python wrapper for the GD library.
+ </longdescription>
+</pkgmetadata>