diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-18 21:47:42 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-07-18 21:47:42 +0000 |
commit | 82c5c393c7549d0d0bc94bd4ba39c447a2ec9de9 (patch) | |
tree | 93300f3abc7fa5eb49688507c48be006aded49ac /dev-python/pysvg | |
parent | Added patch to fix compilation with gcc 4.4, fixes bug 277733 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pysvg/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pysvg/pysvg-0.1.6.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-python/pysvg/ChangeLog b/dev-python/pysvg/ChangeLog index 47a7189b3c0e..4098313e695b 100644 --- a/dev-python/pysvg/ChangeLog +++ b/dev-python/pysvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pysvg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.1 2009/02/03 22:06:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/ChangeLog,v 1.2 2009/07/18 21:47:42 arfrever Exp $ + +*pysvg-0.1.6 (18 Jul 2009) + + 18 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +pysvg-0.1.6.ebuild: + Version bump. *pysvg-0.1.5 (03 Feb 2009) 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 +} |