Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/tango-icon-theme: tango-icon-theme-0.8.1.ebuild
Date: Wed, 10 Oct 2007 23:51:42
Message-Id: E1IflBZ-0001pp-D0@stork.gentoo.org
1 pylon 07/10/10 23:41:53
2
3 Modified: tango-icon-theme-0.8.1.ebuild
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.5 x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild?r1=1.4&r2=1.5
14
15 Index: tango-icon-theme-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- tango-icon-theme-0.8.1.ebuild 10 Oct 2007 23:38:06 -0000 1.4
22 +++ tango-icon-theme-0.8.1.ebuild 10 Oct 2007 23:41:52 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.4 2007/10/10 23:38:06 pylon Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.5 2007/10/10 23:41:52 pylon Exp $
28
29 inherit eutils gnome2-utils
30
31 @@ -39,7 +39,7 @@
32 src_install() {
33 addwrite "/root/.gnome2"
34
35 - emake DESTDIR=${D} install || die "emake install failed."
36 + emake DESTDIR="${D}" install || die "emake install failed."
37 dodoc AUTHORS ChangeLog NEWS README
38 }
39
40
41
42
43 --
44 gentoo-commits@g.o mailing list