summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-03-01 11:38:14 +0000
committerJohannes Huber <johu@gentoo.org>2012-03-01 11:38:14 +0000
commitf5252d76fc236be6e08016fedf0a00b85afab8c0 (patch)
tree2f83172ae7dd3e6e8219f50f09c182cde0917b33 /kde-misc/fancytasks
parentsync keywords with 1.0.0 so that keywords wont get dropped by mistake again n... (diff)
downloadgentoo-2-f5252d76fc236be6e08016fedf0a00b85afab8c0.tar.gz
gentoo-2-f5252d76fc236be6e08016fedf0a00b85afab8c0.tar.bz2
gentoo-2-f5252d76fc236be6e08016fedf0a00b85afab8c0.zip
Version bump.
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/fancytasks')
-rw-r--r--kde-misc/fancytasks/ChangeLog9
-rw-r--r--kde-misc/fancytasks/fancytasks-1.0.98.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/kde-misc/fancytasks/ChangeLog b/kde-misc/fancytasks/ChangeLog
index 9f048c3322f9..1238614068a9 100644
--- a/kde-misc/fancytasks/ChangeLog
+++ b/kde-misc/fancytasks/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/fancytasks
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.8 2011/12/22 19:48:21 johu Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.9 2012/03/01 11:38:14 johu Exp $
+
+*fancytasks-1.0.98 (01 Mar 2012)
+
+ 01 Mar 2012; Johannes Huber <johu@gentoo.org> +fancytasks-1.0.98.ebuild:
+ Version bump.
*fancytasks-1.0.96 (22 Dec 2011)
diff --git a/kde-misc/fancytasks/fancytasks-1.0.98.ebuild b/kde-misc/fancytasks/fancytasks-1.0.98.ebuild
new file mode 100644
index 000000000000..68dc388c7745
--- /dev/null
+++ b/kde-misc/fancytasks/fancytasks-1.0.98.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.0.98.ebuild,v 1.1 2012/03/01 11:38:14 johu Exp $
+
+EAPI=4
+KDE_LINGUAS="de en_GB es et fr km nds pl pt ru sv tr uk"
+KDE_LINGUAS_DIR=( applet/locale containment/locale )
+inherit kde4-base
+
+DESCRIPTION="Task and launch representation plasmoid"
+HOMEPAGE="http://kde-look.org/content/show.php/Fancy+Tasks?content=99737"
+SRC_URI="http://kde-look.org/CONTENT/content-files/99737-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep plasma-workspace)
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG README TODO )