summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-03-21 18:45:38 +0000
committerJohannes Huber <johu@gentoo.org>2014-03-21 18:45:38 +0000
commit14fb1a469d6e3ca98d0723417728571547e7c685 (patch)
treee4dc89493087244aaa5148b44328427c45816f05 /kde-misc/nightmode
parentRevision bump to EAPI 5. (diff)
downloadgentoo-2-14fb1a469d6e3ca98d0723417728571547e7c685.tar.gz
gentoo-2-14fb1a469d6e3ca98d0723417728571547e7c685.tar.bz2
gentoo-2-14fb1a469d6e3ca98d0723417728571547e7c685.zip
Revision 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/nightmode')
-rw-r--r--kde-misc/nightmode/ChangeLog9
-rw-r--r--kde-misc/nightmode/nightmode-0.3-r1.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/kde-misc/nightmode/ChangeLog b/kde-misc/nightmode/ChangeLog
index bb65dc019435..b845eb63ee3b 100644
--- a/kde-misc/nightmode/ChangeLog
+++ b/kde-misc/nightmode/ChangeLog
@@ -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 <johu@gentoo.org> +nightmode-0.3-r1.ebuild:
+ Revision bump to EAPI 5.
08 Sep 2013; Michael Palimaka <kensington@gentoo.org>
+files/nightmode-0.3-kde-4.10.patch, nightmode-0.3.ebuild:
diff --git a/kde-misc/nightmode/nightmode-0.3-r1.ebuild b/kde-misc/nightmode/nightmode-0.3-r1.ebuild
new file mode 100644
index 000000000000..e8138b24599c
--- /dev/null
+++ b/kde-misc/nightmode/nightmode-0.3-r1.ebuild
@@ -0,0 +1,24 @@
+# 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" )