Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/gato: gato-0.99c.ebuild ChangeLog gato-0.99.ebuild
Date: Mon, 27 Oct 2008 12:06:56
Message-Id: E1KuQs0-0004hi-BW@stork.gentoo.org
1 bicatali 08/10/27 12:06:52
2
3 Modified: gato-0.99c.ebuild ChangeLog
4 Removed: gato-0.99.ebuild
5 Log:
6 Switch to EAPI=2 with use dependencies
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.4 sci-misc/gato/gato-0.99c.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild?r1=1.3&r2=1.4
15
16 Index: gato-0.99c.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gato-0.99c.ebuild 29 Jan 2008 15:08:52 -0000 1.3
23 +++ gato-0.99c.ebuild 27 Oct 2008 12:06:52 -0000 1.4
24 @@ -1,7 +1,8 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild,v 1.3 2008/01/29 15:08:52 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-0.99c.ebuild,v 1.4 2008/10/27 12:06:52 bicatali Exp $
29
30 +EAPI=2
31 inherit python eutils multilib
32
33 MY_PN="Gato"
34 @@ -16,19 +17,13 @@
35 SLOT="0"
36 KEYWORDS="~x86 ~ppc ~amd64"
37 IUSE="doc"
38 +DEPEND="dev-lang/python[tk]"
39
40 S="${WORKDIR}"/${MY_PN}
41
42 -pkg_setup() {
43 - python_tkinter_exists
44 -}
45 -
46 -src_unpack() {
47 - unpack ${A}
48 -
49 +src_prepare() {
50 # convert to python >=2.4
51 epatch "${FILESDIR}"/${P}-python.patch
52 -
53 # change TKinter call to avoid crashing of X
54 sed -i \
55 -e 's:self.overrideredirect(1):self.overrideredirect(0):' \
56
57
58
59 1.11 sci-misc/gato/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/ChangeLog?rev=1.11&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/ChangeLog?rev=1.11&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gato/ChangeLog?r1=1.10&r2=1.11
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v
68 retrieving revision 1.10
69 retrieving revision 1.11
70 diff -u -r1.10 -r1.11
71 --- ChangeLog 29 Jan 2008 15:08:52 -0000 1.10
72 +++ ChangeLog 27 Oct 2008 12:06:52 -0000 1.11
73 @@ -1,6 +1,11 @@
74 # ChangeLog for sci-misc/gato
75 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.10 2008/01/29 15:08:52 bicatali Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.11 2008/10/27 12:06:52 bicatali Exp $
78 +
79 + 27 Oct 2008; Sébastien Fabbro <bicatali@g.o>
80 + -files/gato-0.99-python.patch, -files/gato-python2.4-gentoo.patch,
81 + -gato-0.99.ebuild, gato-0.99c.ebuild:
82 + Switch to EAPI=2 with use dependencies
83
84 29 Jan 2008; Sébastien Fabbro <bicatali@g.o> gato-0.99c.ebuild:
85 Oops: fixed python dir