summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-07-18 21:47:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-07-18 21:47:42 +0000
commit82c5c393c7549d0d0bc94bd4ba39c447a2ec9de9 (patch)
tree93300f3abc7fa5eb49688507c48be006aded49ac /dev-python/pysvg/pysvg-0.1.6.ebuild
parentAdded patch to fix compilation with gcc 4.4, fixes bug 277733 (diff)
downloadgentoo-2-82c5c393c7549d0d0bc94bd4ba39c447a2ec9de9.tar.gz
gentoo-2-82c5c393c7549d0d0bc94bd4ba39c447a2ec9de9.tar.bz2
gentoo-2-82c5c393c7549d0d0bc94bd4ba39c447a2ec9de9.zip
Version bump.
(Portage version: 13833-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pysvg/pysvg-0.1.6.ebuild')
-rw-r--r--dev-python/pysvg/pysvg-0.1.6.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pysvg/pysvg-0.1.6.ebuild b/dev-python/pysvg/pysvg-0.1.6.ebuild
new file mode 100644
index 000000000000..b644ab0e114a
--- /dev/null
+++ b/dev-python/pysvg/pysvg-0.1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/pysvg-0.1.6.ebuild,v 1.1 2009/07/18 21:47:42 arfrever Exp $
+
+EAPI="2"
+
+inherit distutils
+
+DESCRIPTION="Python SVG document creation library"
+HOMEPAGE="http://codeboje.de/pysvg/"
+SRC_URI="http://www.codeboje.de/downloads/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/pySVG/src"
+
+pkg_postinst() {
+ ewarn "If you want to use pysvg to make a profit or in a corporate environment,"
+ ewarn "then contact Kerim Mansour <kmansour@web.de>."
+ ebeep 6
+}