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:13
Message-Id: 136d691e29a7750764f5242176316917d1c7dd27.dilfridge@gentoo
1 commit: 136d691e29a7750764f5242176316917d1c7dd27
2 Author: Giorgos Tsiapaliwkas <terietor <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 17 15:04:21 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 22:30:17 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=136d691e
7
8 initial commit
9
10 ---
11 dev-util/plasmate/metadata.xml | 10 ++++++++++
12 dev-util/plasmate/plasmate-9999.ebuild | 28 ++++++++++++++++++++++++++++
13 2 files changed, 38 insertions(+), 0 deletions(-)
14
15 diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
16 new file mode 100644
17 index 0000000..2b2f952
18 --- /dev/null
19 +++ b/dev-util/plasmate/metadata.xml
20 @@ -0,0 +1,10 @@
21 +<?xml version="1.0" encoding="UTF-8"?>
22 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 +<pkgmetadata>
24 + <herd>no-herd</herd>
25 + <maintainer>
26 + <email>terietor@×××××.com</email>
27 + <name>Giorgos Tsiapaliwkas</name>
28 + <description>A small IDE taylored for development of Plasma components.</description>
29 + </maintainer>
30 +</pkgmetadata>
31
32 diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild
33 new file mode 100644
34 index 0000000..a0c019c
35 --- /dev/null
36 +++ b/dev-util/plasmate/plasmate-9999.ebuild
37 @@ -0,0 +1,28 @@
38 +# Copyright 1999-2011 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +# $Header: $
41 +
42 +EAPI=4
43 +KDE_SCM="git"
44 +inherit kde4-base
45 +
46 +DESCRIPTION="A small IDE taylored for development of Plasma components, such as Widgets, Runners, Dataengines."
47 +HOMEPAGE="https://projects.kde.org/projects/playground/base/plasmate"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64"
52 +IUSE="debug"
53 +
54 +DEPEND="
55 + >=dev-libs/libattica-0.1.4
56 + x11-libs/qt-webkit
57 + app-crypt/gpgme
58 + kde-base/knewstuff
59 + $(add_kdebase_dep kdelibs)
60 +"
61 +
62 +RDEPEND="
63 + dev-vcs/git
64 + ${DEPEND}
65 +"
66 \ No newline at end of file