Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/smaragd: ChangeLog smaragd-0.0.7.ebuild smaragd-0.0.5.ebuild
Date: Wed, 31 Aug 2011 21:04:11
Message-Id: 20110831210359.A07202004C@flycatcher.gentoo.org
1 dilfridge 11/08/31 21:03:59
2
3 Modified: ChangeLog smaragd-0.0.7.ebuild
4 Removed: smaragd-0.0.5.ebuild
5 Log:
6 Remove old; add missing kwin RDEPEND
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-themes/smaragd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smaragd/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 27 Aug 2011 20:21:22 -0000 1.1
24 +++ ChangeLog 31 Aug 2011 21:03:59 -0000 1.2
25 @@ -1,6 +1,10 @@
26 # ChangeLog for x11-themes/smaragd
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/ChangeLog,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/ChangeLog,v 1.2 2011/08/31 21:03:59 dilfridge Exp $
30 +
31 + 31 Aug 2011; Andreas K. Huettel <dilfridge@g.o> -smaragd-0.0.5.ebuild,
32 + smaragd-0.0.7.ebuild:
33 + Remove old; add missing kwin RDEPEND
34
35 27 Aug 2011; Andreas K. Huettel <dilfridge@g.o>:
36 Move to category x11-themes
37
38
39
40 1.2 x11-themes/smaragd/smaragd-0.0.7.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild?r1=1.1&r2=1.2
45
46 Index: smaragd-0.0.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- smaragd-0.0.7.ebuild 27 Aug 2011 20:21:22 -0000 1.1
53 +++ smaragd-0.0.7.ebuild 31 Aug 2011 21:03:59 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.2 2011/08/31 21:03:59 dilfridge Exp $
59
60 EAPI=4
61
62 @@ -21,4 +21,7 @@
63 $(add_kdebase_dep libkworkspace)
64 x11-libs/cairo
65 "
66 -RDEPEND=${DEPEND}
67 +RDEPEND="
68 + ${DEPEND}
69 + $(add_kdebase_dep kwin)
70 +"