Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.02.ebuild xnee-3.01.ebuild
Date: Sat, 02 May 2009 09:42:03
Message-Id: E1M0BjM-00055P-4e@stork.gentoo.org
1 ssuominen 09/05/02 09:42:00
2
3 Modified: ChangeLog xnee-3.02.ebuild
4 Removed: xnee-3.01.ebuild
5 Log:
6 Missing x11-proto/inputproto dep wrt #228233.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-misc/xnee/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 29 Feb 2008 20:47:44 -0000 1.4
23 +++ ChangeLog 2 May 2009 09:42:00 -0000 1.5
24 @@ -1,22 +1,26 @@
25 # ChangeLog for x11-misc/xnee
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.4 2008/02/29 20:47:44 carlo Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.5 2009/05/02 09:42:00 ssuominen Exp $
30 +
31 + 02 May 2009; Samuli Suominen <ssuominen@g.o> -xnee-3.01.ebuild,
32 + -files/xnee-3.01-destdir.patch, xnee-3.02.ebuild:
33 + Missing x11-proto/inputproto dep wrt #228233.
34
35 29 Feb 2008; Carsten Lohrke <carlo@g.o> xnee-3.01.ebuild:
36 Remove icon extension from desktop entry to match Icon Theme Specification.
37
38 *xnee-3.02 (03 Feb 2008)
39
40 - 03 Feb 2008; Samuli Suominen <drac@g.o>
41 + 03 Feb 2008; Samuli Suominen <ssuominen@g.o>
42 +files/xnee-3.02-destdir.patch, +xnee-3.02.ebuild:
43 Version bump with keyword for ~amd64.
44
45 - 14 Aug 2007; Samuli Suominen <drac@g.o> xnee-3.01.ebuild:
46 + 14 Aug 2007; Samuli Suominen <ssuominen@g.o> xnee-3.01.ebuild:
47 Add desktop entry with icon.
48
49 *xnee-3.01 (13 Aug 2007)
50
51 - 13 Aug 2007; Samuli Suominen <drac@g.o>
52 + 13 Aug 2007; Samuli Suominen <ssuominen@g.o>
53 +files/xnee-3.01-destdir.patch, +xnee-3.01.ebuild:
54 Initial commit for bug 87725. Thanks to Philipp Serr and Florian Steinel.
55
56
57
58
59 1.3 x11-misc/xnee/xnee-3.02.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild?r1=1.2&r2=1.3
64
65 Index: xnee-3.02.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- xnee-3.02.ebuild 3 Feb 2008 18:12:53 -0000 1.2
72 +++ xnee-3.02.ebuild 2 May 2009 09:42:00 -0000 1.3
73 @@ -1,7 +1,8 @@
74 -# Copyright 1999-2008 Gentoo Foundation
75 +# Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild,v 1.2 2008/02/03 18:12:53 drac Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.02.ebuild,v 1.3 2009/05/02 09:42:00 ssuominen Exp $
79
80 +EAPI=2
81 inherit eutils
82
83 DESCRIPTION="Program suite to record, replay and distribute user actions."
84 @@ -19,16 +20,15 @@
85 gnome? ( gnome-base/gconf
86 gnome-base/gnome-panel )"
87 DEPEND="${RDEPEND}
88 + x11-proto/inputproto
89 dev-util/pkgconfig
90 gtk? ( sys-devel/gettext media-gfx/imagemagick )"
91
92 -src_unpack() {
93 - unpack ${A}
94 - cd "${S}"
95 +src_prepare() {
96 epatch "${FILESDIR}"/${P}-destdir.patch
97 }
98
99 -src_compile() {
100 +src_configure() {
101 local myconf
102
103 if use xosd; then
104 @@ -40,12 +40,10 @@
105 econf ${myconf} --enable-cli --enable-lib \
106 $(use_enable gnome gnome-applet) \
107 $(use_enable gtk gui)
108 -
109 - emake || die "emake failed."
110 }
111
112 src_install() {
113 - emake DESTDIR="${D}" install || die "emake install failed."
114 + emake DESTDIR="${D}" install || die "emake install failed"
115 dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
116
117 if use gtk; then