johu 14/03/21 18:45:38 Modified: ChangeLog Added: nightmode-0.3-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.8 kde-misc/nightmode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/nightmode/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/nightmode/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/nightmode/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/nightmode/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 8 Sep 2013 13:45:42 -0000 1.7 +++ ChangeLog 21 Mar 2014 18:45:38 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/nightmode -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/nightmode/ChangeLog,v 1.7 2013/09/08 13:45:42 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/nightmode/ChangeLog,v 1.8 2014/03/21 18:45:38 johu Exp $ + +*nightmode-0.3-r1 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <[email protected]> +nightmode-0.3-r1.ebuild: + Revision bump to EAPI 5. 08 Sep 2013; Michael Palimaka <[email protected]> +files/nightmode-0.3-kde-4.10.patch, nightmode-0.3.ebuild: 1.1 kde-misc/nightmode/nightmode-0.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/nightmode/nightmode-0.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/nightmode/nightmode-0.3-r1.ebuild?rev=1.1&content-type=text/plain Index: nightmode-0.3-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/nightmode/nightmode-0.3-r1.ebuild,v 1.1 2014/03/21 18:45:38 johu Exp $ EAPI=5 KDE_MINIMAL="4.8" inherit kde4-base DESCRIPTION="kwin plugin that makes the entire screen darker" HOMEPAGE="http://kde-apps.org/content/show.php/Nightmode?content=123805" SRC_URI="http://static.davidedmundson.co.uk/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND="$(add_kdebase_dep kwin)" RDEPEND="${DEPEND}" S=${WORKDIR} PATCHES=( "${FILESDIR}/${P}-kde-4.10.patch" )
