diff options
author | 2011-01-31 06:45:43 +0000 | |
---|---|---|
committer | 2011-01-31 06:45:43 +0000 | |
commit | 5fa0de2bc362d943a1ef5b9b3615e2a2d4466ec2 (patch) | |
tree | b01df47f45e7642974f7055e7e93ea9a9cf504cf /kde-misc | |
parent | EAPI3, version bump (diff) | |
download | historical-5fa0de2bc362d943a1ef5b9b3615e2a2d4466ec2.tar.gz historical-5fa0de2bc362d943a1ef5b9b3615e2a2d4466ec2.tar.bz2 historical-5fa0de2bc362d943a1ef5b9b3615e2a2d4466ec2.zip |
EAPI3
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/smooth-tasks/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild | 10 | ||||
-rw-r--r-- | kde-misc/stock-quote/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/stock-quote/stock-quote-2.1.ebuild | 13 |
4 files changed, 23 insertions, 15 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}" diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog index f693abf57eb8..bff2fd940a8e 100644 --- a/kde-misc/stock-quote/ChangeLog +++ b/kde-misc/stock-quote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/stock-quote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.3 2010/11/03 21:46:23 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.4 2011/01/31 06:45:43 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> stock-quote-2.1.ebuild: + EAPI3 03 Nov 2010; Markus Meier <maekke@gentoo.org> stock-quote-2.1.ebuild: x86 stable, bug #342617 diff --git a/kde-misc/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild index 386b870ada15..9bd37b3147bb 100644 --- a/kde-misc/stock-quote/stock-quote-2.1.ebuild +++ b/kde-misc/stock-quote/stock-quote-2.1.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/stock-quote/stock-quote-2.1.ebuild,v 1.3 2010/11/03 21:46:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.4 2011/01/31 06:45:43 tampakrap Exp $ -EAPI=2 +EAPI=3 inherit kde4-base MY_P=plasma_${PN/-/_}-${PV} @@ -16,8 +16,9 @@ SLOT="4" KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}" - +RDEPEND=" + $(add_kdebase_dep plasma-workspace) +" S=${WORKDIR}/${MY_P} -DOCS="CHANGELOG README" +DOCS=( CHANGELOG README ) |