Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace-wallpapers/
Date: Wed, 09 Jul 2014 15:55:05
Message-Id: 1404921153.5dc4b0221b538b169d482204c045fad6d1612c67.kensington@gentoo
1 commit: 5dc4b0221b538b169d482204c045fad6d1612c67
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 9 15:52:33 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 9 15:52:33 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5dc4b022
7
8 [kde-base/plasma-workspace-wallpapers] New package.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/plasma-workspace-wallpapers/metadata.xml | 5 +++++
14 .../plasma-workspace-wallpapers-4.98.0.ebuild | 16 ++++++++++++++++
15 .../plasma-workspace-wallpapers-9999.ebuild | 16 ++++++++++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/kde-base/plasma-workspace-wallpapers/metadata.xml b/kde-base/plasma-workspace-wallpapers/metadata.xml
19 new file mode 100644
20 index 0000000..a23f444
21 --- /dev/null
22 +++ b/kde-base/plasma-workspace-wallpapers/metadata.xml
23 @@ -0,0 +1,5 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <herd>kde</herd>
28 +</pkgmetadata>
29
30 diff --git a/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild
31 new file mode 100644
32 index 0000000..5bdd667
33 --- /dev/null
34 +++ b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-4.98.0.ebuild
35 @@ -0,0 +1,16 @@
36 +# Copyright 1999-2014 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Header: $
39 +
40 +EAPI=5
41 +
42 +KDE_AUTODEPS="false"
43 +KDE_DEBUG="false"
44 +KDE_SCM="svn"
45 +inherit kde5
46 +
47 +DESCRIPTION="Additional wallpapers for the Plasma workspace"
48 +KEYWORDS="~amd64"
49 +IUSE=""
50 +
51 +DEPEND="dev-libs/extra-cmake-modules"
52
53 diff --git a/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild
54 new file mode 100644
55 index 0000000..97fc946
56 --- /dev/null
57 +++ b/kde-base/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild
58 @@ -0,0 +1,16 @@
59 +# Copyright 1999-2014 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Header: $
62 +
63 +EAPI=5
64 +
65 +KDE_AUTODEPS="false"
66 +KDE_DEBUG="false"
67 +KDE_SCM="svn"
68 +inherit kde5
69 +
70 +DESCRIPTION="Additional wallpapers for the Plasma workspace"
71 +KEYWORDS=""
72 +IUSE=""
73 +
74 +DEPEND="dev-libs/extra-cmake-modules"