diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-02-09 22:59:21 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-02-09 22:59:21 +0000 |
commit | 6088ec7dec7e5283812435faa5f71f393ab198cc (patch) | |
tree | f2a4ece98b9a44257d4ce2b35f945b2481b9c79a /media-gfx/skencil | |
parent | 2.6.3-rc1 bump. (diff) | |
download | gentoo-2-6088ec7dec7e5283812435faa5f71f393ab198cc.tar.gz gentoo-2-6088ec7dec7e5283812435faa5f71f393ab198cc.tar.bz2 gentoo-2-6088ec7dec7e5283812435faa5f71f393ab198cc.zip |
skencil version bump
Diffstat (limited to 'media-gfx/skencil')
-rw-r--r-- | media-gfx/skencil/ChangeLog | 13 | ||||
-rw-r--r-- | media-gfx/skencil/files/digest-skencil-0.6.16 | 1 | ||||
-rw-r--r-- | media-gfx/skencil/skencil-0.6.16.ebuild | 34 | ||||
-rw-r--r-- | media-gfx/skencil/skencil-0.6.16_pre3.ebuild | 7 |
4 files changed, 50 insertions, 5 deletions
diff --git a/media-gfx/skencil/ChangeLog b/media-gfx/skencil/ChangeLog index 10293863f41e..326ddd493160 100644 --- a/media-gfx/skencil/ChangeLog +++ b/media-gfx/skencil/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-gfx/skencil -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.1 2003/12/11 21:00:36 hanno Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.2 2004/02/09 22:59:21 hanno Exp $ + +*skencil-0.6.16 (09 Feb 2004) + + 09 Feb 2004; Hanno Boeck <hanno@gentoo.org> skencil-0.6.16.ebuild, + skencil-0.6.16_pre3.ebuild: + Version bump. + + 09 Feb 2004; Hanno Boeck <hanno@gentoo.org> skencil-0.6.16_pre3.ebuild: + Added reportlab to DEPEND. Fixes #33946. *skencil-0.6.16_pre3 (11 Dec 2003) diff --git a/media-gfx/skencil/files/digest-skencil-0.6.16 b/media-gfx/skencil/files/digest-skencil-0.6.16 new file mode 100644 index 000000000000..5ddba38e57d7 --- /dev/null +++ b/media-gfx/skencil/files/digest-skencil-0.6.16 @@ -0,0 +1 @@ +MD5 22db4f78151629df428c387e035fdad2 skencil-0.6.16.tar.gz 1136249 diff --git a/media-gfx/skencil/skencil-0.6.16.ebuild b/media-gfx/skencil/skencil-0.6.16.ebuild new file mode 100644 index 000000000000..aa5073286736 --- /dev/null +++ b/media-gfx/skencil/skencil-0.6.16.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.1 2004/02/09 22:59:21 hanno Exp $ + +IUSE="nls" +S=${WORKDIR}/${P} +DESCRIPTION="Interactive X11 vector drawing program" +SRC_URI="mirror://sourceforge/sketch/${P}.tar.gz" +HOMEPAGE="http://sketch.sourceforge.net/" +DEPEND=">=dev-python/Imaging-1.1.2-r1 + dev-python/reportlab + dev-lang/tk" +RDEPEND="nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +src_compile() { + use nls && useopts="${useopts} --with-nls" + ./setup.py configure ${useopts} || die "setup.py configure failed" + ./setup.py build || die "setup.py build failed" +} + +src_install () { + ./setup.py install --prefix=/usr --dest-dir=${D} + assert "setup.py install failed" + + newdoc Pax/README README.pax + newdoc Pax/COPYING COPYING.pax + newdoc Filter/COPYING COPYING.filter + newdoc Filter/README README.filter + dodoc Examples Doc Misc + dodoc README INSTALL BUGS CREDITS COPYING TODO PROJECTS FAQ NEWS +} diff --git a/media-gfx/skencil/skencil-0.6.16_pre3.ebuild b/media-gfx/skencil/skencil-0.6.16_pre3.ebuild index df809f59f7be..aa5b294edc62 100644 --- a/media-gfx/skencil/skencil-0.6.16_pre3.ebuild +++ b/media-gfx/skencil/skencil-0.6.16_pre3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16_pre3.ebuild,v 1.1 2003/12/11 21:00:36 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16_pre3.ebuild,v 1.2 2004/02/09 22:59:21 hanno Exp $ IUSE="nls" S=${WORKDIR}/${P/_/} @@ -8,11 +8,12 @@ DESCRIPTION="Interactive X11 vector drawing program" SRC_URI="http://sketch.sourceforge.net/files/src/sketch/${P/_/}.tar.gz" HOMEPAGE="http://sketch.sourceforge.net/" DEPEND=">=dev-python/Imaging-1.1.2-r1 + dev-python/reportlab dev-lang/tk" RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" src_compile() { use nls && useopts="${useopts} --with-nls" |