diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 18:59:02 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 18:59:02 +0000 |
commit | c4f2fdcab272d81fd44aa284bae085d477541fea (patch) | |
tree | c875b5e7cade8b0c6e15c62982f4ad6e3f73b184 /kde-misc/plasmatvgr | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-c4f2fdcab272d81fd44aa284bae085d477541fea.tar.gz gentoo-2-c4f2fdcab272d81fd44aa284bae085d477541fea.tar.bz2 gentoo-2-c4f2fdcab272d81fd44aa284bae085d477541fea.zip |
Bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/plasmatvgr')
-rw-r--r-- | kde-misc/plasmatvgr/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/kde-misc/plasmatvgr/ChangeLog b/kde-misc/plasmatvgr/ChangeLog index 51f54f72ed1c..742c4662888d 100644 --- a/kde-misc/plasmatvgr/ChangeLog +++ b/kde-misc/plasmatvgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/plasmatvgr -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/ChangeLog,v 1.5 2011/10/29 00:12:40 abcd Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/ChangeLog,v 1.6 2014/03/21 18:59:02 johu Exp $ + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> plasmatvgr-0.47.ebuild: + Bump to EAPI 5. 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> plasmatvgr-0.47.ebuild: Bump to EAPI=4 @@ -23,4 +26,3 @@ 28 Jun 2010; Markos Chandras <hwoarang@gentoo.org> +plasmatvgr-0.46.ebuild, +metadata.xml: Initial commit. Moved from kde overlay - diff --git a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild index 372c313dad8d..c4ce1a47ef1d 100644 --- a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild +++ b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 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.3 2011/10/29 00:12:40 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild,v 1.4 2014/03/21 18:59:02 johu Exp $ -EAPI=4 +EAPI=5 inherit kde4-base versionator MY_PV=$(replace_version_separator . '') MY_P=${PN}${MY_PV} -DESCRIPTION="KDE4 plasmoid. Shows greek TV program." +DESCRIPTION="KDE4 plasmoid which 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" |