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-themes/gtk-engines-nimbus: gtk-engines-nimbus-0.1.7.ebuild
Date: Sat, 12 Nov 2011 22:51:39
Message-Id: 20111112225129.E5B9A2004B@flycatcher.gentoo.org
1 ssuominen 11/11/12 22:51:29
2
3 Modified: gtk-engines-nimbus-0.1.7.ebuild
4 Log:
5 Forgot 2 lines commented out
6
7 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk-engines-nimbus-0.1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk-engines-nimbus-0.1.7.ebuild 12 Nov 2011 22:50:09 -0000 1.1
23 +++ gtk-engines-nimbus-0.1.7.ebuild 12 Nov 2011 22:51:29 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild,v 1.1 2011/11/12 22:50:09 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.7.ebuild,v 1.2 2011/11/12 22:51:29 ssuominen Exp $
29
30 EAPI=4
31 AUTOTOOLS_AUTO_DEPEND=no
32 @@ -29,8 +29,8 @@
33 DOCS=( AUTHORS ChangeLog )
34
35 src_prepare() {
36 -# echo light-index.theme.in >> po/POTFILES.skip
37 -# echo dark-index.theme.in >> po/POTFILES.skip
38 + echo light-index.theme.in >> po/POTFILES.skip
39 + echo dark-index.theme.in >> po/POTFILES.skip
40
41 # Interix needs a full eautoreconf, but don't bother for other archs
42 [[ ${CHOST} == *-interix* ]] && eautoreconf