From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9E75138334 for ; Sun, 10 Jun 2018 19:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DABE092B; Sun, 10 Jun 2018 19:31:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 758B6E092B for ; Sun, 10 Jun 2018 19:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C46335C72 for ; Sun, 10 Jun 2018 19:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F03D429E for ; Sun, 10 Jun 2018 19:31:22 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1528659041.3b856588ac4b31fc7d6d577b56a4231242d794e4.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild X-VCS-Directories: app-eselect/eselect-lcdfilter/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3b856588ac4b31fc7d6d577b56a4231242d794e4 X-VCS-Branch: master Date: Sun, 10 Jun 2018 19:31:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 954f91b7-45ea-4357-8aac-1d20253c7716 X-Archives-Hash: ccc9f91c5fdaf9a1aca4e9a95d97b2c4 commit: 3b856588ac4b31fc7d6d577b56a4231242d794e4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 10 16:21:54 2018 +0000 Commit: Johannes Huber gentoo 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 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