Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/crystal: crystal-2.2.0.ebuild ChangeLog crystal-2.1.0.ebuild
Date: Thu, 02 Aug 2012 09:27:23
Message-Id: 20120802085241.6BD482005E@flycatcher.gentoo.org
1 johu 12/08/02 08:52:41
2
3 Modified: ChangeLog
4 Added: crystal-2.2.0.ebuild
5 Removed: crystal-2.1.0.ebuild
6 Log:
7 Version bump supporting KDE 4.9 by Michael Palimaka <kensington@g.o>.
8
9 (Portage version: 2.2.0_alpha120/cvs/Linux i686)
10
11 Revision Changes Path
12 1.46 x11-themes/crystal/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/crystal/ChangeLog?rev=1.46&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/crystal/ChangeLog?rev=1.46&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/crystal/ChangeLog?r1=1.45&r2=1.46
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v
21 retrieving revision 1.45
22 retrieving revision 1.46
23 diff -u -r1.45 -r1.46
24 --- ChangeLog 10 Jul 2012 20:24:23 -0000 1.45
25 +++ ChangeLog 2 Aug 2012 08:52:41 -0000 1.46
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-themes/crystal
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.45 2012/07/10 20:24:23 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.46 2012/08/02 08:52:41 johu Exp $
31 +
32 +*crystal-2.2.0 (02 Aug 2012)
33 +
34 + 02 Aug 2012; Johannes Huber <johu@g.o> +crystal-2.2.0.ebuild,
35 + -crystal-2.1.0.ebuild:
36 + Version bump supporting KDE 4.9 by Michael Palimaka <kensington@g.o>.
37
38 *crystal-2.1.1 (10 Jul 2012)
39
40
41
42
43 1.1 x11-themes/crystal/crystal-2.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/crystal/crystal-2.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/crystal/crystal-2.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: crystal-2.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-2.2.0.ebuild,v 1.1 2012/08/02 08:52:41 johu Exp $
53
54 EAPI=4
55 KDE_MINIMAL="4.9"
56 inherit kde4-base
57
58 DESCRIPTION="Crystal decoration theme for KDE4.x"
59 HOMEPAGE="http://kde-look.org/content/show.php/Crystal?content=75140"
60 SRC_URI="http://www.saschahlusiak.de/linux/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="$(add_kdebase_dep kwin)"
68 RDEPEND="${DEPEND}"
69
70 DOCS=( AUTHORS README )