Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kcm-gtk-config: ChangeLog kcm-gtk-config-1.6.ebuild
Date: Thu, 02 Jun 2011 16:21:14
Message-Id: 20110602162104.564E820054@flycatcher.gentoo.org
1 scarabeus 11/06/02 16:21:04
2
3 Modified: ChangeLog
4 Added: kcm-gtk-config-1.6.ebuild
5 Log:
6 Add 1.6 release that finaly supports GHNS.
7
8 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 kde-misc/kcm-gtk-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 17 May 2011 05:47:21 -0000 1.5
24 +++ ChangeLog 2 Jun 2011 16:21:04 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/kcm-gtk-config
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.5 2011/05/17 05:47:21 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.6 2011/06/02 16:21:04 scarabeus Exp $
30 +
31 +*kcm-gtk-config-1.6 (02 Jun 2011)
32 +
33 + 02 Jun 2011; Tomáš Chvátal <scarabeus@g.o>
34 + +kcm-gtk-config-1.6.ebuild:
35 + Add 1.6 release that finaly supports GHNS.
36
37 17 May 2011; Markus Meier <maekke@g.o> kcm-gtk-config-1.5.ebuild:
38 add ~arm
39
40
41
42 1.1 kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kcm-gtk-config-1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild,v 1.1 2011/06/02 16:21:04 scarabeus Exp $
52
53 EAPI=4
54
55 KDE_MINIMAL="4.6"
56 KDE_LINGUAS_DIR=translations
57 KDE_LINGUAS="ca cs el es eu fr gl id it"
58 MY_P=${P/kcm/chakra}
59 inherit kde4-base
60
61 DESCRIPTION="KCM for set the look&feel of your Gtk apps using the KDE systemsettings."
62 HOMEPAGE="http://kde-apps.org/content/show.php?content=137496"
63 SRC_URI="http://chakra-project.org/sources/gtk-integration/${MY_P}.tar.gz"
64
65 LICENSE="GPL-3"
66
67 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
68 SLOT="4"
69 IUSE=""
70
71 COMMON_DEPEND="$(add_kdebase_dep kdelibs)"
72 DEPEND="${COMMON_DEPEND}
73 dev-util/automoc
74 "
75 RDEPEND="${COMMON_DEPEND}
76 !kde-misc/kcm_gtk
77 $(add_kdebase_dep kcmshell)
78 "
79
80 S=${WORKDIR}/${MY_P}