Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
Date: Sun, 10 Jun 2018 19:31:28
Message-Id: 1528659041.3b856588ac4b31fc7d6d577b56a4231242d794e4.johu@gentoo
1 commit: 3b856588ac4b31fc7d6d577b56a4231242d794e4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 10 16:21:54 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 19:30:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b856588
7
8 app-eselect/eselect-lcdfilter: raise EAPI, use readme.gentoo-r1
9
10 Closes: https://github.com/gentoo/gentoo/pull/8788
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 15 +++++++--------
14 1 file changed, 7 insertions(+), 8 deletions(-)
15
16 diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
17 index ae5074c16ac..6f0ea6b5c25 100644
18 --- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
19 +++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -inherit vcs-snapshot readme.gentoo
27 +EAPI=6
28 +inherit vcs-snapshot readme.gentoo-r1
29
30 DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
31 HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
32 @@ -13,17 +13,16 @@ SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -DEPEND=""
37 RDEPEND="app-admin/eselect"
38 PDEPEND="media-libs/freetype[infinality]"
39
40 -src_install() {
41 - DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font style.
42 - You can customize ${EPREFIX}/usr/share/${PN}/env.d/custom with your own settings.
43 - See ${EPREFIX}/usr/share/doc/${PF}/infinality-settings.sh for an explanation and
44 +DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font style.
45 + You can customize ${EPREFIX}/usr/share/"${PN}"/env.d/custom with your own settings.
46 + See ${EPREFIX}/usr/share/doc/"${PF}"/infinality-settings.sh for an explanation and
47 examples of the variables. This module is supposed to be used in pair with
48 eselect infinality."
49
50 +src_install() {
51 dodoc README.rst infinality-settings.sh
52 readme.gentoo_create_doc