Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/skencil: ChangeLog skencil-1.0_alpha784.ebuild
Date: Tue, 30 Nov 2010 03:14:06
Message-Id: 20101130031356.E263920054@flycatcher.gentoo.org
1 hanno 10/11/30 03:13:56
2
3 Modified: ChangeLog
4 Added: skencil-1.0_alpha784.ebuild
5 Log:
6 Version bump, upstream uses distutils now which simlifies things a lot.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.40 media-gfx/skencil/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 8 Jun 2010 14:14:16 -0000 1.39
24 +++ ChangeLog 30 Nov 2010 03:13:56 -0000 1.40
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/skencil
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.39 2010/06/08 14:14:16 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.40 2010/11/30 03:13:56 hanno Exp $
30 +
31 +*skencil-1.0_alpha784 (30 Nov 2010)
32 +
33 + 30 Nov 2010; Hanno Boeck <hanno@g.o> +skencil-1.0_alpha784.ebuild:
34 + Version bump, upstream build system changed to plain distutils, simplifies
35 + ebuild a lot.
36
37 08 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 skencil-0.6.18_pre20080519.ebuild:
39
40
41
42 1.1 media-gfx/skencil/skencil-1.0_alpha784.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild?rev=1.1&content-type=text/plain
46
47 Index: skencil-1.0_alpha784.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-1.0_alpha784.ebuild,v 1.1 2010/11/30 03:13:56 hanno Exp $
52
53 EAPI=2
54
55 PYTHON_DEPEND="2"
56 PYTHON_USE_WITH="tk"
57
58 inherit distutils
59
60 IUSE=""
61 S="${WORKDIR}/${PN}-1.0alpha"
62 DESCRIPTION="Interactive X11 vector drawing program"
63 SRC_URI="http://sk1.googlecode.com/files/${P/_alpha/alpha_rev}.tar.gz"
64 HOMEPAGE="http://www.skencil.org/"
65 DEPEND=">=dev-python/imaging-1.1.2-r1
66 dev-python/reportlab
67 dev-lang/tk
68 sys-devel/gettext
69 dev-python/pyxml"
70 RDEPEND="${DEPEND}"
71 SLOT="0"
72 LICENSE="GPL-2"
73 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
74
75 DOCS="README"