Gentoo Archives: gentoo-commits

From: Chris Reffett <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: plasma-active/startactive/
Date: Thu, 03 Oct 2013 23:28:47
Message-Id: 1380838216.25c25cea13a7c08e3c17536a525e596aaa29caa0.creffett@gentoo
1 commit: 25c25cea13a7c08e3c17536a525e596aaa29caa0
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 22:10:16 2013 +0000
4 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 22:10:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=25c25cea
7
8 [plasma-active/startactive] Bump to 0.4` (plasma-active 4.0)
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 plasma-active/startactive/startactive-0.4.ebuild | 18 ++++++++++++++++++
14 1 file changed, 18 insertions(+)
15
16 diff --git a/plasma-active/startactive/startactive-0.4.ebuild b/plasma-active/startactive/startactive-0.4.ebuild
17 new file mode 100644
18 index 0000000..1041271
19 --- /dev/null
20 +++ b/plasma-active/startactive/startactive-0.4.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2013 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +inherit kde4-base
29 +DESCRIPTION="Scripts needed to start a Plasma Active session"
30 +HOMEPAGE="http://www.kde.org/"
31 +SRC_URI="mirror://kde/stable/active/4.0/src/${P}.tar.xz"
32 +
33 +LICENSE="GPL-2+"
34 +SLOT="4"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND=""
39 +RDEPEND="${DEPEND}"