diff options
author | Hanno Böck <hanno@gentoo.org> | 2010-11-30 03:13:56 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2010-11-30 03:13:56 +0000 |
commit | 06dc1fbad092ffe366cdf7f260e7d67e343874bf (patch) | |
tree | d58003d13ecbef805f9f6b9ac622ef7625469675 /media-gfx | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-06dc1fbad092ffe366cdf7f260e7d67e343874bf.tar.gz gentoo-2-06dc1fbad092ffe366cdf7f260e7d67e343874bf.tar.bz2 gentoo-2-06dc1fbad092ffe366cdf7f260e7d67e343874bf.zip |
Version bump, upstream uses distutils now which simlifies things a lot.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/skencil/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/skencil/skencil-1.0_alpha784.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/media-gfx/skencil/ChangeLog b/media-gfx/skencil/ChangeLog index 788fbcfdd488..85e238de8d1e 100644 --- a/media-gfx/skencil/ChangeLog +++ b/media-gfx/skencil/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/skencil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.39 2010/06/08 14:14:16 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.40 2010/11/30 03:13:56 hanno Exp $ + +*skencil-1.0_alpha784 (30 Nov 2010) + + 30 Nov 2010; Hanno Boeck <hanno@gentoo.org> +skencil-1.0_alpha784.ebuild: + Version bump, upstream build system changed to plain distutils, simplifies + ebuild a lot. 08 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> skencil-0.6.18_pre20080519.ebuild: diff --git a/media-gfx/skencil/skencil-1.0_alpha784.ebuild b/media-gfx/skencil/skencil-1.0_alpha784.ebuild new file mode 100644 index 000000000000..30a3fa273888 --- /dev/null +++ b/media-gfx/skencil/skencil-1.0_alpha784.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.1 2010/11/30 03:13:56 hanno Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" +PYTHON_USE_WITH="tk" + +inherit distutils + +IUSE="" +S="${WORKDIR}/${PN}-1.0alpha" +DESCRIPTION="Interactive X11 vector drawing program" +SRC_URI="http://sk1.googlecode.com/files/${P/_alpha/alpha_rev}.tar.gz" +HOMEPAGE="http://www.skencil.org/" +DEPEND=">=dev-python/imaging-1.1.2-r1 + dev-python/reportlab + dev-lang/tk + sys-devel/gettext + dev-python/pyxml" +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +DOCS="README" |