From d0d61c38b8e802918ba420e4080d86c0643017c2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 10 Jun 2018 18:18:28 +0200 Subject: app-eselect/eselect-infinality: raise EAPI, use readme.gentoo-r1 Closes: https://github.com/gentoo/gentoo/pull/8789 Signed-off-by: Johannes Huber --- .../eselect-infinality-1-r1.ebuild | 27 ++++++++++++++++++++++ .../eselect-infinality/eselect-infinality-1.ebuild | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild delete mode 100644 app-eselect/eselect-infinality/eselect-infinality-1.ebuild (limited to 'app-eselect/eselect-infinality') diff --git a/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild new file mode 100644 index 000000000000..a6353e254a52 --- /dev/null +++ b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vcs-snapshot readme.gentoo-r1 + +DESCRIPTION="Eselect module to choose an infinality font configuration style" +HOMEPAGE="https://github.com/yngwin/eselect-infinality" +SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="" + +DOC_CONTENTS="Use eselect infinality to select a font configuration style. +This is supposed to be used in pair with eselect lcdfilter." + +src_install() { + dodoc README.rst + readme.gentoo_create_doc + insinto "/usr/share/eselect/modules" + doins infinality.eselect +} diff --git a/app-eselect/eselect-infinality/eselect-infinality-1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1.ebuild deleted file mode 100644 index 8d4606437afa..000000000000 --- a/app-eselect/eselect-infinality/eselect-infinality-1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit vcs-snapshot readme.gentoo - -DESCRIPTION="Eselect module to choose an infinality font configuration style" -HOMEPAGE="https://github.com/yngwin/eselect-infinality" -SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/eselect" -DEPEND="" - -DOC_CONTENTS="Use eselect infinality to select a font configuration style. -This is supposed to be used in pair with eselect lcdfilter." - -src_install() { - dodoc README.rst - readme.gentoo_create_doc - insinto "/usr/share/eselect/modules" - doins infinality.eselect -} -- cgit v1.2.3-65-gdbad