summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-06-22 21:50:42 +0000
committerChris Reffett <creffett@gentoo.org>2013-06-22 21:50:42 +0000
commit732bb79697a04d3de86983556c2645bc7fe08d81 (patch)
tree277863aaacda8d3adee513e973cf659fde9a3e5d /kde-misc
parentAdd to tree from kde overlay (diff)
downloadgentoo-2-732bb79697a04d3de86983556c2645bc7fe08d81.tar.gz
gentoo-2-732bb79697a04d3de86983556c2645bc7fe08d81.tar.bz2
gentoo-2-732bb79697a04d3de86983556c2645bc7fe08d81.zip
Add to tree from kde overlay
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/todo-list/ChangeLog9
-rw-r--r--kde-misc/todo-list/metadata.xml5
-rw-r--r--kde-misc/todo-list/todo-list-0.4.ebuild25
3 files changed, 39 insertions, 0 deletions
diff --git a/kde-misc/todo-list/ChangeLog b/kde-misc/todo-list/ChangeLog
new file mode 100644
index 000000000000..cc153772b0f1
--- /dev/null
+++ b/kde-misc/todo-list/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for kde-misc/todo-list
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/todo-list/ChangeLog,v 1.1 2013/06/22 21:50:42 creffett Exp $
+
+*todo-list-0.4 (22 Jun 2013)
+
+ 22 Jun 2013; Chris Reffett <creffett@gentoo.org> +metadata.xml,
+ +todo-list-0.4.ebuild:
+ Add to tree from kde overlay
diff --git a/kde-misc/todo-list/metadata.xml b/kde-misc/todo-list/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/todo-list/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/todo-list/todo-list-0.4.ebuild b/kde-misc/todo-list/todo-list-0.4.ebuild
new file mode 100644
index 000000000000..eed0a5e531d0
--- /dev/null
+++ b/kde-misc/todo-list/todo-list-0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/todo-list/todo-list-0.4.ebuild,v 1.1 2013/06/22 21:50:42 creffett Exp $
+
+EAPI=5
+
+inherit kde4-base
+
+MY_PN="todo_plasmoid"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="KDE4 plasmoid that shows a 'todo' list, using the korganizer 'Active calendar' resource file."
+HOMEPAGE="http://kde-look.org/content/show.php/todo+list?content=90706"
+SRC_URI="http://kde-look.org/CONTENT/content-files/90706-${MY_P}.tar.bz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
+
+S="${WORKDIR}/${MY_PN}"