diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:03:59 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 03:03:59 +0000 |
commit | 002a2294d4a3206fcf42da2267c0f45bc3263dd3 (patch) | |
tree | 28476480fedc4de7f9719f10d59e7345098bdd6a /kde-misc/fancytasks | |
parent | slotmove customizable-weather to 4 (diff) | |
download | historical-002a2294d4a3206fcf42da2267c0f45bc3263dd3.tar.gz historical-002a2294d4a3206fcf42da2267c0f45bc3263dd3.tar.bz2 historical-002a2294d4a3206fcf42da2267c0f45bc3263dd3.zip |
remove old
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/fancytasks')
-rw-r--r-- | kde-misc/fancytasks/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/fancytasks/fancytasks-1.0.92.ebuild | 34 |
2 files changed, 5 insertions, 35 deletions
diff --git a/kde-misc/fancytasks/ChangeLog b/kde-misc/fancytasks/ChangeLog index 686ac44bdaa6..57e28ab15ff8 100644 --- a/kde-misc/fancytasks/ChangeLog +++ b/kde-misc/fancytasks/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2011/01/06 18:18:35 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.6 2011/01/31 03:03:59 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> + -fancytasks-1.0.92.ebuild: + remove old *fancytasks-1.0.94 (06 Jan 2011) diff --git a/kde-misc/fancytasks/fancytasks-1.0.92.ebuild b/kde-misc/fancytasks/fancytasks-1.0.92.ebuild deleted file mode 100644 index 502bcbd5249c..000000000000 --- a/kde-misc/fancytasks/fancytasks-1.0.92.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.0.92.ebuild,v 1.3 2010/05/15 17:14:10 reavertm Exp $ - -EAPI=2 -KDE_LINGUAS="de en_GB es et fr km nds pl pt ru sv tr uk" -KDE_LINGUAS_DIR="applet/po" -# KDE_LINGUAS_DIR doesn't have support for multiple directories: containment/po -inherit kde4-base - -DESCRIPTION="A 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=" - >=kde-base/plasma-workspace-${KDE_MINIMAL} - media-libs/qimageblitz - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXext -" -RDEPEND="${DEPEND}" - -DOCS="CHANGELOG README TODO" - -src_prepare() { - kde4-base_src_prepare - use linguas_pl || rm -f containment/po/pl.po -} |