summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-06-21 22:18:00 +0000
committerChris Reffett <creffett@gentoo.org>2013-06-21 22:18:00 +0000
commit6e1e80b6e7220532c6936981a0e4823eb9799472 (patch)
treee8dc25fafdba21ea6624f0d251acc5e6666af843 /kde-misc
parentInstall bigger icons for better looking in gnome-shell. (diff)
downloadgentoo-2-6e1e80b6e7220532c6936981a0e4823eb9799472.tar.gz
gentoo-2-6e1e80b6e7220532c6936981a0e4823eb9799472.tar.bz2
gentoo-2-6e1e80b6e7220532c6936981a0e4823eb9799472.zip
Add to tree from kde overlay
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/plasma-photooftheday/ChangeLog9
-rw-r--r--kde-misc/plasma-photooftheday/metadata.xml5
-rw-r--r--kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild29
3 files changed, 43 insertions, 0 deletions
diff --git a/kde-misc/plasma-photooftheday/ChangeLog b/kde-misc/plasma-photooftheday/ChangeLog
new file mode 100644
index 000000000000..61b75837eb21
--- /dev/null
+++ b/kde-misc/plasma-photooftheday/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for kde-misc/plasma-photooftheday
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-photooftheday/ChangeLog,v 1.1 2013/06/21 22:18:00 creffett Exp $
+
+*plasma-photooftheday-2.1.1 (21 Jun 2013)
+
+ 21 Jun 2013; Chris Reffett <creffett@gentoo.org> +metadata.xml,
+ +plasma-photooftheday-2.1.1.ebuild:
+ Add to tree from kde overlay
diff --git a/kde-misc/plasma-photooftheday/metadata.xml b/kde-misc/plasma-photooftheday/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/plasma-photooftheday/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
diff --git a/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild b/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild
new file mode 100644
index 000000000000..d71d3dc1ae9c
--- /dev/null
+++ b/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild,v 1.1 2013/06/21 22:18:00 creffett Exp $
+
+EAPI=5
+
+inherit kde4-base
+
+LINGUAS="bg de"
+CONTENT_NUMBER="104631"
+
+DESCRIPTION="Photo of the Day plasmoid"
+HOMEPAGE="http://www.kde-look.org/content/show.php/Photo+of+the+Day?content=104631"
+LICENSE="GPL-2+"
+IUSE="debug"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+
+SRC_URI="http://kde-look.org/CONTENT/content-files/${CONTENT_NUMBER}-photo-of-the-day.tar.gz -> ${CONTENT_NUMBER}-photo-of-the-day-${PV}.tar.gz"
+
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+S="${WORKDIR}/photo-of-the-day"