Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/crystal: ChangeLog crystal-1.0.7.ebuild crystal-2.0.3.ebuild
Date: Sun, 19 Apr 2009 19:41:21
Message-Id: E1LvctC-0007np-OD@stork.gentoo.org
1 scarabeus 09/04/19 19:41:18
2
3 Modified: ChangeLog
4 Added: crystal-1.0.7.ebuild crystal-2.0.3.ebuild
5 Log:
6 Add kde4 version (per bug #266789) and bump kde3 one.
7 (Portage version: 2.2_rc30/cvs/Linux i686)
8
9 Revision Changes Path
10 1.36 x11-themes/crystal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 15 May 2007 14:27:20 -0000 1.35
23 +++ ChangeLog 19 Apr 2009 19:41:18 -0000 1.36
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-themes/crystal
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.35 2007/05/15 14:27:20 bangert Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.36 2009/04/19 19:41:18 scarabeus Exp $
30 +
31 +*crystal-2.0.3 (19 Apr 2009)
32 +*crystal-1.0.7 (19 Apr 2009)
33 +
34 + 19 Apr 2009; Tomas Chvatal <scarabeus@g.o> +crystal-1.0.7.ebuild,
35 + +crystal-2.0.3.ebuild:
36 + Add kde4 version (per bug #266789) and bump kde3 one.
37
38 15 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
39 add <herd>no-herd</herd>
40
41
42
43 1.1 x11-themes/crystal/crystal-1.0.7.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/crystal-1.0.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/crystal-1.0.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: crystal-1.0.7.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-1.0.7.ebuild,v 1.1 2009/04/19 19:41:18 scarabeus Exp $
53
54 inherit kde
55
56 DESCRIPTION="KDE native window decoration with transparent titlebar, buttons and borders"
57 HOMEPAGE="http://www.kde-look.org/content/show.php?content=13969"
58 SRC_URI="http://www.kde-look.org/CONTENT/content-files/13969-${P}.tar.bz2"
59
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND="|| ( kde-base/kwin kde-base/kdebase )"
66 RDEPEND="${DEPEND}"
67
68 need-kde 3.2
69
70
71
72 1.1 x11-themes/crystal/crystal-2.0.3.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/crystal-2.0.3.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/crystal/crystal-2.0.3.ebuild?rev=1.1&content-type=text/plain
76
77 Index: crystal-2.0.3.ebuild
78 ===================================================================
79 # Copyright 1999-2009 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.0.3.ebuild,v 1.1 2009/04/19 19:41:18 scarabeus Exp $
82
83 EAPI="2"
84
85 inherit kde4-base
86
87 DESCRIPTION="Crystal decoration theme for KDE4.x"
88 HOMEPAGE="http://kde-look.org/content/show.php/Crystal?content=75140"
89 SRC_URI="http://kde-look.org/CONTENT/content-files/75140-${P}.tar.bz2"
90
91 IUSE="debug"
92
93 LICENSE="GPL-2"
94 SLOT="4"
95 KEYWORDS="~amd64 ~x86"
96
97 src_install() {
98 kde4-base_src_install
99 mv "${D}"/usr/share/apps/kwin/crystal.desktop \
100 "${D}"/usr/share/apps/kwin/crystal-${SLOT}.desktop \
101 || die "moving desktop file failed"
102 }