diff options
author | 2011-01-31 06:44:39 +0000 | |
---|---|---|
committer | 2011-01-31 06:44:39 +0000 | |
commit | 28e42efcac90bc92e91ac46b258538a733ab69d2 (patch) | |
tree | 868eddf28fc85818fa1712314ae36336bf8fdc88 /kde-misc/smooth-tasks | |
parent | EAPI3, version bump (diff) | |
download | gentoo-2-28e42efcac90bc92e91ac46b258538a733ab69d2.tar.gz gentoo-2-28e42efcac90bc92e91ac46b258538a733ab69d2.tar.bz2 gentoo-2-28e42efcac90bc92e91ac46b258538a733ab69d2.zip |
EAPI3
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/smooth-tasks')
-rw-r--r-- | kde-misc/smooth-tasks/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/kde-misc/smooth-tasks/ChangeLog b/kde-misc/smooth-tasks/ChangeLog index e9fedb4bda2a..1ef520da4b6f 100644 --- a/kde-misc/smooth-tasks/ChangeLog +++ b/kde-misc/smooth-tasks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/smooth-tasks -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/ChangeLog,v 1.1 2010/11/06 22:58:48 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/ChangeLog,v 1.2 2011/01/31 06:44:39 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> + smooth-tasks-20101106.ebuild: + EAPI3 *smooth-tasks-20101106 (06 Nov 2010) diff --git a/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild b/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild index 1ec4be3bf655..33c95a93bec7 100644 --- a/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild +++ b/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild,v 1.1 2010/11/06 22:58:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild,v 1.2 2011/01/31 06:44:39 tampakrap Exp $ -EAPI="2" +EAPI=3 KDE_LINGUAS="cs de fr hu pl ru zh_CN" @@ -20,10 +20,10 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" - >=kde-base/libtaskmanager-${KDE_MINIMAL} + $(add_kdebase_dep libtaskmanager) " RDEPEND="${DEPEND} - >=kde-base/plasma-workspace-${KDE_MINIMAL} + $(add_kdebase_dep plasma-workspace) " S="${WORKDIR}/${PN}-src-wip-${MY_PV}" |