commit:     3b856588ac4b31fc7d6d577b56a4231242d794e4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 16:21:54 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:30:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b856588

app-eselect/eselect-lcdfilter: raise EAPI, use readme.gentoo-r1

Closes: https://github.com/gentoo/gentoo/pull/8788
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild 
b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index ae5074c16ac..6f0ea6b5c25 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit vcs-snapshot readme.gentoo
+EAPI=6
+inherit vcs-snapshot readme.gentoo-r1
 
 DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD 
filtering settings"
 HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter";
@@ -13,17 +13,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
 RDEPEND="app-admin/eselect"
 PDEPEND="media-libs/freetype[infinality]"
 
-src_install() {
-       DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font 
style.
-       You can customize ${EPREFIX}/usr/share/${PN}/env.d/custom with your own 
settings.
-       See ${EPREFIX}/usr/share/doc/${PF}/infinality-settings.sh for an 
explanation and
+DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font style.
+       You can customize ${EPREFIX}/usr/share/"${PN}"/env.d/custom with your 
own settings.
+       See ${EPREFIX}/usr/share/doc/"${PF}"/infinality-settings.sh for an 
explanation and
        examples of the variables. This module is supposed to be used in pair 
with
        eselect infinality."
 
+src_install() {
        dodoc README.rst infinality-settings.sh
        readme.gentoo_create_doc
 

Reply via email to