summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:19:50 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:19:50 +0000
commit5f1824c3aff25ca9eaa800f6cf481cb8abc3abbf (patch)
treeb5408061fd00c5a28d560a39c13d359850896acd /kde-misc
parentEAPI3, use array for DOCS (diff)
downloadhistorical-5f1824c3aff25ca9eaa800f6cf481cb8abc3abbf.tar.gz
historical-5f1824c3aff25ca9eaa800f6cf481cb8abc3abbf.tar.bz2
historical-5f1824c3aff25ca9eaa800f6cf481cb8abc3abbf.zip
EAPI3, slotmove to 4, remove old
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/plasmatvgr/ChangeLog8
-rw-r--r--kde-misc/plasmatvgr/plasmatvgr-0.46.ebuild23
-rw-r--r--kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild13
3 files changed, 13 insertions, 31 deletions
diff --git a/kde-misc/plasmatvgr/ChangeLog b/kde-misc/plasmatvgr/ChangeLog
index ed24f8ce3fab..2fc3fea73963 100644
--- a/kde-misc/plasmatvgr/ChangeLog
+++ b/kde-misc/plasmatvgr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/plasmatvgr
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/ChangeLog,v 1.2 2010/07/01 14:16:27 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/ChangeLog,v 1.3 2011/01/31 06:19:50 tampakrap Exp $
+
+ 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ -plasmatvgr-0.46.ebuild, plasmatvgr-0.47.ebuild:
+ EAPI3, slotmove to 4, remove old
*plasmatvgr-0.47 (01 Jul 2010)
diff --git a/kde-misc/plasmatvgr/plasmatvgr-0.46.ebuild b/kde-misc/plasmatvgr/plasmatvgr-0.46.ebuild
deleted file mode 100644
index c77a5fdc1faf..000000000000
--- a/kde-misc/plasmatvgr/plasmatvgr-0.46.ebuild
+++ /dev/null
@@ -1,23 +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/plasmatvgr/plasmatvgr-0.46.ebuild,v 1.1 2010/06/28 09:00:21 hwoarang Exp $
-
-EAPI="2"
-
-inherit kde4-base versionator
-
-MY_PV=$(replace_version_separator . '')
-MY_P=${PN}${MY_PV}
-
-DESCRIPTION="KDE4 plasmoid. Shows greek TV program."
-HOMEPAGE="http://www.kde-look.org/content/show.php/plasmatvgr?content=75728"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/75728-${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}"
-
-S="${WORKDIR}/${PN}"
diff --git a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild
index 88c53589807a..75a4514bb188 100644
--- a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild
+++ b/kde-misc/plasmatvgr/plasmatvgr-0.47.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/plasmatvgr/plasmatvgr-0.47.ebuild,v 1.1 2010/07/01 14:16:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild,v 1.2 2011/01/31 06:19:50 tampakrap Exp $
-EAPI="2"
+EAPI=3
inherit kde4-base versionator
@@ -15,9 +15,10 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/75728-${MY_P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
-SLOT="0"
+SLOT="4"
IUSE="debug"
-RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}"
-
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
S="${WORKDIR}/${PN}"