johu 14/03/20 21:53:37 Modified: ChangeLog Added: eventlist-0.6-r1.ebuild Log: Revision bump to EAPI 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.9 kde-misc/eventlist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/eventlist/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/eventlist/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/eventlist/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/eventlist/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 16 Jul 2012 13:14:53 -0000 1.8 +++ ChangeLog 20 Mar 2014 21:53:37 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/eventlist -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/ChangeLog,v 1.8 2012/07/16 13:14:53 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/ChangeLog,v 1.9 2014/03/20 21:53:37 johu Exp $ + +*eventlist-0.6-r1 (20 Mar 2014) + + 20 Mar 2014; Johannes Huber <j...@gentoo.org> +eventlist-0.6-r1.ebuild: + Revision bump to EAPI 5. 16 Jul 2012; Johannes Huber <j...@gentoo.org> eventlist-0.6.ebuild: Stable for x86, wrt bug #426714 1.1 kde-misc/eventlist/eventlist-0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/eventlist/eventlist-0.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/eventlist/eventlist-0.6-r1.ebuild?rev=1.1&content-type=text/plain Index: eventlist-0.6-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/eventlist-0.6-r1.ebuild,v 1.1 2014/03/20 21:53:37 johu Exp $ EAPI=5 MY_P="plasmoid-${P}" KDE_LINGUAS="cs da de el es et fr ga it km nds nl pl pt pt_BR ru sk sv uk" inherit kde4-base DESCRIPTION="Plasmoid showing the events from Akonadi resources" HOMEPAGE="http://kde-look.org/content/show.php/Eventlist?content=107779" SRC_URI="http://kde-look.org/CONTENT/content-files/107779-${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" $(add_kdebase_dep kdepimlibs) || ( ( $(add_kdebase_dep akonadi) ) ( $(add_kdebase_dep kdepim-common-libs) ) ) " DEPEND="${RDEPEND}" DOCS=( AUTHORS Changelog README TODO ) S=${WORKDIR}/${MY_P}