diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-10 18:21:54 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-06-10 21:30:41 +0200 |
commit | 3b856588ac4b31fc7d6d577b56a4231242d794e4 (patch) | |
tree | 923ab45c228c193199c946840507b53354dceb17 /app-eselect | |
parent | app-eselect/eselect-infinality: raise EAPI, use readme.gentoo-r1 (diff) | |
download | gentoo-3b856588ac4b31fc7d6d577b56a4231242d794e4.tar.gz gentoo-3b856588ac4b31fc7d6d577b56a4231242d794e4.tar.bz2 gentoo-3b856588ac4b31fc7d6d577b56a4231242d794e4.zip |
app-eselect/eselect-lcdfilter: raise EAPI, use readme.gentoo-r1
Closes: https://github.com/gentoo/gentoo/pull/8788
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 15 |
1 files 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 ae5074c16aca..6f0ea6b5c257 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 |