summaryrefslogtreecommitdiff
path: root/kde-misc/todo-list/todo-list-0.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/todo-list/todo-list-0.2.1.ebuild')
-rw-r--r--kde-misc/todo-list/todo-list-0.2.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-misc/todo-list/todo-list-0.2.1.ebuild b/kde-misc/todo-list/todo-list-0.2.1.ebuild
deleted file mode 100644
index f0dd75a03b2..00000000000
--- a/kde-misc/todo-list/todo-list-0.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-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="0"
-IUSE="debug"
-
-RDEPEND="
- !kde-plasmoids/todo_plasmoid
- >=kde-base/plasma-workspace-${KDE_MINIMAL}
-"
-
-S="${WORKDIR}/${MY_PN}"
-
-PATCHES=( "${FILESDIR}/${P}-patch_kde42.diff" )