Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kdeartwork-styles/
Date: Mon, 01 Aug 2016 18:30:30
Message-Id: 1470075641.7df0e27b627f2ba6f6c02fa8e033b15a79bc87f4.johu@gentoo
1 commit: 7df0e27b627f2ba6f6c02fa8e033b15a79bc87f4
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 18:20:41 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 18:20:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7df0e27b
7
8 kde-apps/kdeartwork-styles: Import latest from gentoo main tree
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --force
12
13 .../kdeartwork-styles-15.08.3.ebuild | 23 ++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild b/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild
17 new file mode 100644
18 index 0000000..2bb5f21
19 --- /dev/null
20 +++ b/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +KMMODULE="styles"
29 +KMNAME="kdeartwork"
30 +KDE_SCM="svn"
31 +inherit kde4-meta
32 +
33 +DESCRIPTION="Extra KWin styles and window decorations"
34 +KEYWORDS="~amd64 ~arm ~x86"
35 +IUSE="debug"
36 +
37 +DEPEND="
38 + $(add_kdebase_dep kwin '' 4.11)
39 +"
40 +RDEPEND="${DEPEND}"
41 +
42 +KMEXTRA="
43 + kwin-styles/
44 +"