diff options
Diffstat (limited to 'kde-misc/plasmatvgr')
-rw-r--r-- | kde-misc/plasmatvgr/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-misc/plasmatvgr/ChangeLog b/kde-misc/plasmatvgr/ChangeLog index cfcc01598fa5..ed24f8ce3fab 100644 --- a/kde-misc/plasmatvgr/ChangeLog +++ b/kde-misc/plasmatvgr/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2010/06/28 09:00:21 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/ChangeLog,v 1.2 2010/07/01 14:16:27 hwoarang Exp $ + +*plasmatvgr-0.47 (01 Jul 2010) + + 01 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + +plasmatvgr-0.47.ebuild: + Version bump *plasmatvgr-0.46 (28 Jun 2010) diff --git a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild new file mode 100644 index 000000000000..88c53589807a --- /dev/null +++ b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild @@ -0,0 +1,23 @@ +# 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.47.ebuild,v 1.1 2010/07/01 14:16:27 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}" |