Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/plasmate/
Date: Tue, 01 Nov 2011 22:33:04
Message-Id: 29da29eefce2607fd663f26661c28715fde21001.dilfridge@gentoo
1 commit: 29da29eefce2607fd663f26661c28715fde21001
2 Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
3 AuthorDate: Tue Nov 1 22:32:55 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 22:32:55 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=29da29ee
7
8 [dev-util/plasmate] Cleanup
9
10 (Portage version: 2.1.10.32/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
11
12 ---
13 dev-util/plasmate/metadata.xml | 2 +-
14 dev-util/plasmate/plasmate-9999.ebuild | 16 +++++++---------
15 2 files changed, 8 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
18 index 2b2f952..01b2427 100644
19 --- a/dev-util/plasmate/metadata.xml
20 +++ b/dev-util/plasmate/metadata.xml
21 @@ -1,7 +1,7 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 - <herd>no-herd</herd>
26 + <herd>kde</herd>
27 <maintainer>
28 <email>terietor@×××××.com</email>
29 <name>Giorgos Tsiapaliwkas</name>
30
31 diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild
32 index a0c019c..08368b5 100644
33 --- a/dev-util/plasmate/plasmate-9999.ebuild
34 +++ b/dev-util/plasmate/plasmate-9999.ebuild
35 @@ -11,18 +11,16 @@ HOMEPAGE="https://projects.kde.org/projects/playground/base/plasmate"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64"
40 +KEYWORDS=""
41 IUSE="debug"
42
43 DEPEND="
44 - >=dev-libs/libattica-0.1.4
45 - x11-libs/qt-webkit
46 - app-crypt/gpgme
47 - kde-base/knewstuff
48 - $(add_kdebase_dep kdelibs)
49 + >=dev-libs/libattica-0.1.4
50 + app-crypt/gpgme
51 + $(add_kdebase_dep knewstuff)
52 "
53
54 RDEPEND="
55 - dev-vcs/git
56 - ${DEPEND}
57 -"
58 \ No newline at end of file
59 + dev-vcs/git
60 + ${DEPEND}
61 +"