Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-9999.ebuild obconf-2.0.3_p20111019.ebuild ChangeLog
Date: Fri, 02 Mar 2012 21:02:04
Message-Id: 20120302210154.CF27E2004B@flycatcher.gentoo.org
1 hwoarang 12/03/02 21:01:54
2
3 Modified: obconf-9999.ebuild obconf-2.0.3_p20111019.ebuild
4 ChangeLog
5 Log:
6 Remove lxde useflag. Thanks to SN(Enlik) <slawomir.nizio@×××××××.org> for testing. Bug #406097
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 x11-misc/obconf/obconf-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild?r1=1.11&r2=1.12
16
17 Index: obconf-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- obconf-9999.ebuild 20 Sep 2011 22:30:06 -0000 1.11
24 +++ obconf-9999.ebuild 2 Mar 2012 21:01:54 -0000 1.12
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.11 2011/09/20 22:30:06 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.12 2012/03/02 21:01:54 hwoarang Exp $
31
32 EAPI="2"
33
34 @@ -14,7 +14,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS=""
38 -IUSE="lxde nls"
39 +IUSE="nls"
40
41 RDEPEND="gnome-base/libglade:2.0
42 x11-libs/gtk+:2
43 @@ -25,9 +25,6 @@
44 dev-util/pkgconfig"
45
46 src_prepare() {
47 - if use lxde; then
48 - sed -i -e "/^Exec/s:obconf.*$:obconf-lxde:" ${PN}.desktop || die
49 - fi
50 eautopoint
51 eautoreconf
52 }
53 @@ -38,9 +35,6 @@
54
55 src_install() {
56 emake DESTDIR="${D}" install || die "emake install failed"
57 - if use lxde; then
58 - dobin "${FILESDIR}"/${PN}-lxde || die
59 - fi
60 dodoc AUTHORS CHANGELOG README || die "dodoc failed"
61 }
62
63
64
65
66 1.3 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.3&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.3&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.2&r2=1.3
71
72 Index: obconf-2.0.3_p20111019.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
75 retrieving revision 1.2
76 retrieving revision 1.3
77 diff -u -r1.2 -r1.3
78 --- obconf-2.0.3_p20111019.ebuild 29 Feb 2012 17:55:12 -0000 1.2
79 +++ obconf-2.0.3_p20111019.ebuild 2 Mar 2012 21:01:54 -0000 1.3
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2012 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.2 2012/02/29 17:55:12 hwoarang Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.3 2012/03/02 21:01:54 hwoarang Exp $
85
86 EAPI=2
87 inherit autotools fdo-mime eutils
88 @@ -12,7 +12,7 @@
89 LICENSE="GPL-2"
90 SLOT="0"
91 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
92 -IUSE="lxde nls"
93 +IUSE="nls"
94
95 RDEPEND="gnome-base/libglade:2.0
96 x11-libs/gtk+:2
97 @@ -25,10 +25,6 @@
98 S=${WORKDIR}
99
100 src_prepare() {
101 - # need --config-file switch when used on LXDE environment
102 - if use lxde; then
103 - sed -i -e "/^Exec/s:obconf.*$:obconf-lxde:" ${PN}.desktop || die
104 - fi
105 eautopoint
106 eautoreconf
107 }
108 @@ -40,10 +36,6 @@
109
110 src_install() {
111 emake DESTDIR="${D}" install || die
112 - # add wrapper for lxde environment. Bug #369555
113 - if use lxde; then
114 - dobin "${FILESDIR}"/${PN}-lxde || die
115 - fi
116 dodoc AUTHORS CHANGELOG README || die "dodoc failed"
117 }
118
119
120
121
122 1.94 x11-misc/obconf/ChangeLog
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.94&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.94&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.93&r2=1.94
127
128 Index: ChangeLog
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
131 retrieving revision 1.93
132 retrieving revision 1.94
133 diff -u -r1.93 -r1.94
134 --- ChangeLog 29 Feb 2012 17:55:12 -0000 1.93
135 +++ ChangeLog 2 Mar 2012 21:01:54 -0000 1.94
136 @@ -1,6 +1,11 @@
137 # ChangeLog for x11-misc/obconf
138 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
139 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.93 2012/02/29 17:55:12 hwoarang Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.94 2012/03/02 21:01:54 hwoarang Exp $
141 +
142 + 02 Mar 2012; Markos Chandras <hwoarang@g.o>
143 + obconf-2.0.3_p20111019.ebuild, obconf-9999.ebuild:
144 + Remove lxde useflag. Thanks to SN(Enlik) <slawomir.nizio@×××××××.org> for
145 + testing. Bug #406097
146
147 29 Feb 2012; Markos Chandras <hwoarang@g.o>
148 obconf-2.0.3_p20111019.ebuild: