Gentoo Archives: gentoo-commits

From: "Jason Smathers (jsin)" <jsin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/commonbox-styles-extra: commonbox-styles-extra-0.2-r2.ebuild ChangeLog
Date: Sat, 22 Dec 2007 16:38:22
Message-Id: E1J67Mf-00076o-Ue@stork.gentoo.org
1 jsin 07/12/22 16:38:17
2
3 Modified: commonbox-styles-extra-0.2-r2.ebuild ChangeLog
4 Log:
5 added ~x86-fbsd keyword and quoted vars
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.10 x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild?r1=1.9&r2=1.10
14
15 Index: commonbox-styles-extra-0.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- commonbox-styles-extra-0.2-r2.ebuild 22 Dec 2007 14:50:07 -0000 1.9
22 +++ commonbox-styles-extra-0.2-r2.ebuild 22 Dec 2007 16:38:17 -0000 1.10
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/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v 1.9 2007/12/22 14:50:07 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v 1.10 2007/12/22 16:38:17 jsin Exp $
28
29 IUSE=""
30 DESCRIPTION="Extra styles pack for flux|black|open(box)."
31 @@ -10,7 +10,7 @@
32
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
36 +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
37
38 # xv is there so *box can convert backgrounds/textures to use
39 DEPEND=""
40 @@ -19,10 +19,10 @@
41
42 src_install () {
43 insinto /usr/share/commonbox/styles
44 - doins ${S}/styles/*
45 + doins "${S}"/styles/*
46
47 insinto /usr/share/commonbox/backgrounds
48 - doins ${S}/backgrounds/*
49 + doins "${S}"/backgrounds/*
50
51 dodoc README.commonbox-styles-extra
52 }
53
54
55
56 1.28 x11-themes/commonbox-styles-extra/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog?rev=1.28&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog?rev=1.28&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog?r1=1.27&r2=1.28
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v
65 retrieving revision 1.27
66 retrieving revision 1.28
67 diff -u -r1.27 -r1.28
68 --- ChangeLog 22 Dec 2007 14:50:07 -0000 1.27
69 +++ ChangeLog 22 Dec 2007 16:38:17 -0000 1.28
70 @@ -1,6 +1,10 @@
71 # ChangeLog for x11-themes/commonbox-styles-extra
72 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.27 2007/12/22 14:50:07 grobian Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.28 2007/12/22 16:38:17 jsin Exp $
75 +
76 + 22 Dec 2007; Jason Smathers <jsin@g.o>
77 + commonbox-styles-extra-0.2-r2.ebuild:
78 + added ~x86-fbsd keyword and quoted var
79
80 22 Dec 2007; Fabian Groffen <grobian@g.o>
81 commonbox-styles-extra-0.2-r2.ebuild:
82
83
84
85 --
86 gentoo-commits@g.o mailing list