summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-08-13 00:05:40 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-08-13 00:05:40 +0300
commit754a0bd81c3dc4ccee4e229203cdced7e09a89c5 (patch)
treed8a1abc39096df0496906dbe6c2bdfe2f267f0af /x11-misc
parent$Header:.*$ -> $Id$ replacement (diff)
downloadbircoph-754a0bd81c3dc4ccee4e229203cdced7e09a89c5.tar.gz
bircoph-754a0bd81c3dc4ccee4e229203cdced7e09a89c5.tar.bz2
bircoph-754a0bd81c3dc4ccee4e229203cdced7e09a89c5.zip
x11-misc/switchscreen: qa fixes
- GLEP 67 update - EAPI 6 update
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/switchscreen/metadata.xml6
-rw-r--r--x11-misc/switchscreen/switchscreen-0.1.1.ebuild14
2 files changed, 7 insertions, 13 deletions
diff --git a/x11-misc/switchscreen/metadata.xml b/x11-misc/switchscreen/metadata.xml
index 38b86b8..65062b5 100644
--- a/x11-misc/switchscreen/metadata.xml
+++ b/x11-misc/switchscreen/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
+<maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
</maintainer>
</pkgmetadata>
diff --git a/x11-misc/switchscreen/switchscreen-0.1.1.ebuild b/x11-misc/switchscreen/switchscreen-0.1.1.ebuild
index 0c7a42b..032851c 100644
--- a/x11-misc/switchscreen/switchscreen-0.1.1.ebuild
+++ b/x11-misc/switchscreen/switchscreen-0.1.1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-
-inherit eutils
+EAPI=6
DESCRIPTION="Utility for switching between multiple X screens"
HOMEPAGE="http://sampo.kapsi.fi/switchscreen/"
@@ -12,17 +10,13 @@ SRC_URI="http://sampo.kapsi.fi/switchscreen/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND=${DEPEND}
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-Makefile.diff
-}
+PATCHES=( "${FILESDIR}"/${PN}-Makefile.diff )
src_install() {
- exeinto /usr/bin/
- doexe switchscreen togglescreen.sh
+ dobin switchscreen togglescreen.sh
dodoc README
}