Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.6.0.ebuild ChangeLog metadata.xml
Date: Wed, 26 Jan 2011 20:39:47
Message-Id: 20110126202843.237222005C@flycatcher.gentoo.org
1 alexxy 11/01/26 20:28:43
2
3 Modified: ChangeLog metadata.xml
4 Added: dolphin-plugins-4.6.0.ebuild
5 Log:
6 [kde-base] Add KDE SC 4.6.0
7
8 (Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.9 kde-base/dolphin-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 10 Jan 2011 11:53:19 -0000 1.8
24 +++ ChangeLog 26 Jan 2011 20:28:42 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/dolphin-plugins
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.8 2011/01/10 11:53:19 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.9 2011/01/26 20:28:42 alexxy Exp $
30 +
31 +*dolphin-plugins-4.6.0 (26 Jan 2011)
32 +
33 + 26 Jan 2011; Alexey Shvetsov <alexxy@g.o>
34 + +dolphin-plugins-4.6.0.ebuild:
35 + Version bump KDE SC 4.6.0
36
37 *dolphin-plugins-4.5.5 (10 Jan 2011)
38
39
40
41
42 1.2 kde-base/dolphin-plugins/metadata.xml
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/metadata.xml?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/metadata.xml?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/metadata.xml?r1=1.1&r2=1.2
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/metadata.xml,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- metadata.xml 6 Sep 2010 04:50:48 -0000 1.1
55 +++ metadata.xml 26 Jan 2011 20:28:42 -0000 1.2
56 @@ -2,4 +2,7 @@
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 <herd>kde</herd>
60 +<use>
61 +<flag name="git">Enable support for the git VCS</flag>
62 +</use>
63 </pkgmetadata>
64
65
66
67 1.1 kde-base/dolphin-plugins/dolphin-plugins-4.6.0.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.6.0.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.6.0.ebuild?rev=1.1&content-type=text/plain
71
72 Index: dolphin-plugins-4.6.0.ebuild
73 ===================================================================
74 # Copyright 1999-2011 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.6.0.ebuild,v 1.1 2011/01/26 20:28:42 alexxy Exp $
77
78 EAPI="3"
79
80 KMNAME="kdesdk"
81 inherit kde4-meta
82
83 DESCRIPTION="Extra Dolphin plugins"
84 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
85 IUSE="debug +git +subversion"
86
87 DEPEND="
88 $(add_kdebase_dep libkonq)
89 "
90 RDEPEND="${DEPEND}
91 $(add_kdebase_dep kompare)
92 git? ( dev-vcs/git )
93 subversion? ( dev-vcs/subversion )
94 "
95
96 # SCM plugins moved from dolphin somewhere before 4.4.75
97 add_blocker dolphin '<4.4.75'
98
99 KMLOADLIBS="libkonq"
100
101 src_prepare() {
102 echo 'macro_optional_add_subdirectory ( dolphin-plugins )' >> CMakeLists.txt || die
103 echo > dolphin-plugins/CMakeLists.txt || die
104 use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
105 use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt
106
107 kde4-meta_src_prepare
108 }
109
110 src_install() {
111 ( ! use git && ! use subversion ) || kde4-meta_src_install
112 }