Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
Date: Sun, 27 Nov 2011 23:17:51
Message-Id: 20111127231724.DD3DC2004B@flycatcher.gentoo.org
1 jer 11/11/27 23:17:24
2
3 Modified: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
4 Log:
5 Do not use autotools-utils.eclass (bug #392133).
6
7 (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 x11-misc/xnee/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 27 Nov 2011 04:38:16 -0000 1.17
23 +++ ChangeLog 27 Nov 2011 23:17:24 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/xnee
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.17 2011/11/27 04:38:16 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.18 2011/11/27 23:17:24 jer Exp $
29 +
30 + 27 Nov 2011; Jeroen Roovers <jer@g.o> xnee-3.09.ebuild,
31 + xnee-3.10.ebuild:
32 + Do not use autotools-utils.eclass (bug #392133).
33
34 27 Nov 2011; Tim Harder <radhermit@g.o> xnee-3.09.ebuild,
35 xnee-3.10.ebuild:
36
37
38
39 1.3 x11-misc/xnee/xnee-3.10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?r1=1.2&r2=1.3
44
45 Index: xnee-3.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- xnee-3.10.ebuild 27 Nov 2011 04:38:16 -0000 1.2
52 +++ xnee-3.10.ebuild 27 Nov 2011 23:17:24 -0000 1.3
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
58
59 EAPI=4
60
61 -inherit autotools-utils eutils
62 +inherit eutils
63
64 DESCRIPTION="Program suite to record, replay and distribute user actions."
65 HOMEPAGE="http://www.sandklef.com/xnee/"
66 @@ -70,5 +70,7 @@
67 default
68 dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
69 use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
70 - use static-libs || remove_libtool_files
71 + if ! use static-libs; then
72 + rm -f "${D}"/usr/lib*/lib*.la
73 + fi
74 }
75
76
77
78 1.3 x11-misc/xnee/xnee-3.09.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?r1=1.2&r2=1.3
83
84 Index: xnee-3.09.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- xnee-3.09.ebuild 27 Nov 2011 04:38:16 -0000 1.2
91 +++ xnee-3.09.ebuild 27 Nov 2011 23:17:24 -0000 1.3
92 @@ -1,10 +1,10 @@
93 # Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
97
98 EAPI=4
99
100 -inherit autotools-utils eutils
101 +inherit eutils
102
103 DESCRIPTION="Program suite to record, replay and distribute user actions."
104 HOMEPAGE="http://www.sandklef.com/xnee/"
105 @@ -69,5 +69,7 @@
106 default
107 dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
108 use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
109 - use static-libs || remove_libtool_files
110 + if ! use static-libs; then
111 + rm -f "${D}"/usr/lib*/lib*.la
112 + fi
113 }