diff options
author | Johannes Huber <johu@gentoo.org> | 2011-12-22 19:48:21 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2011-12-22 19:48:21 +0000 |
commit | 4f483cc56402d8dadfa9f22c860c7c4019ad8ab1 (patch) | |
tree | 6a5984fb40765cb5e434bd169b3491ad1f590f68 /kde-misc/fancytasks | |
parent | Fixed wrong linking (CC instead of CXX) which caused as-needed failures. Swit... (diff) | |
download | gentoo-2-4f483cc56402d8dadfa9f22c860c7c4019ad8ab1.tar.gz gentoo-2-4f483cc56402d8dadfa9f22c860c7c4019ad8ab1.tar.bz2 gentoo-2-4f483cc56402d8dadfa9f22c860c7c4019ad8ab1.zip |
Version bump, makes bug #395667 obsolete.
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'kde-misc/fancytasks')
-rw-r--r-- | kde-misc/fancytasks/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/fancytasks/fancytasks-1.0.96.ebuild (renamed from kde-misc/fancytasks/fancytasks-1.0.94.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/kde-misc/fancytasks/ChangeLog b/kde-misc/fancytasks/ChangeLog index 3571b344d06e..9f048c3322f9 100644 --- a/kde-misc/fancytasks/ChangeLog +++ b/kde-misc/fancytasks/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2011/10/29 00:46:44 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.8 2011/12/22 19:48:21 johu Exp $ + +*fancytasks-1.0.96 (22 Dec 2011) + + 22 Dec 2011; Johannes Huber <johu@gentoo.org> +fancytasks-1.0.96.ebuild, + -fancytasks-1.0.94.ebuild: + Version bump, makes bug #395667 obsolete. 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> fancytasks-1.0.94.ebuild: Bump to EAPI=4; make DOCS an array; cleanup diff --git a/kde-misc/fancytasks/fancytasks-1.0.94.ebuild b/kde-misc/fancytasks/fancytasks-1.0.96.ebuild index c00c9a53cc12..b3f551856f2f 100644 --- a/kde-misc/fancytasks/fancytasks-1.0.94.ebuild +++ b/kde-misc/fancytasks/fancytasks-1.0.96.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.0.94.ebuild,v 1.2 2011/10/29 00:46:44 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.0.96.ebuild,v 1.1 2011/12/22 19:48:21 johu Exp $ EAPI=4 -KDE_LINGUAS="da de en_GB es et fr km nds pl pt ru sv tr uk" -KDE_LINGUAS_DIR=( applet/po containment/po ) +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" @@ -18,7 +18,6 @@ IUSE="debug" DEPEND=" $(add_kdebase_dep plasma-workspace) - media-libs/qimageblitz x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext |