Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/sunflower: sunflower-0.1_alpha52.ebuild
Date: Thu, 31 Jan 2013 18:09:45
Message-Id: 20130131180941.E72612171D@flycatcher.gentoo.org
1 hasufell 13/01/31 18:09:41
2
3 Modified: sunflower-0.1_alpha52.ebuild
4 Log:
5 hehe
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 x11-misc/sunflower/sunflower-0.1_alpha52.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild?r1=1.1&r2=1.2
15
16 Index: sunflower-0.1_alpha52.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sunflower-0.1_alpha52.ebuild 31 Jan 2013 17:09:04 -0000 1.1
23 +++ sunflower-0.1_alpha52.ebuild 31 Jan 2013 18:09:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild,v 1.1 2013/01/31 17:09:04 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha52.ebuild,v 1.2 2013/01/31 18:09:41 hasufell Exp $
29
30 EAPI=5
31
32 @@ -35,13 +35,12 @@
33 }
34
35 src_install() {
36 + touch __init__.py || die
37 installme() {
38 # install modules
39 python_moduleinto ${PN}
40 python_domodule images translations application ${MY_PN}.py \
41 - AUTHORS CHANGES COPYING DEPENDS TODO
42 -
43 - touch "${D}/$(python_get_sitedir)/${PN}/__init__.py" || die
44 + AUTHORS CHANGES COPYING DEPENDS TODO __init__.py
45
46 # generate and install startup scripts
47 sed \