commit:     9fbdee2113581ab11c0764b228525dcc096bf1d3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 20:38:08 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 20:38:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbdee21

dev-tex/leaflet: bump EAPI and stuff

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/leaflet/leaflet-20041222.ebuild | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

diff --git a/dev-tex/leaflet/leaflet-20041222.ebuild 
b/dev-tex/leaflet/leaflet-20041222.ebuild
index d7c1e7727d4..291b64a2ef8 100644
--- a/dev-tex/leaflet/leaflet-20041222.ebuild
+++ b/dev-tex/leaflet/leaflet-20041222.ebuild
@@ -1,31 +1,29 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit latex-package eutils
-
-S=${WORKDIR}/leaflet
+inherit latex-package
 
 DESCRIPTION="LaTeX package used to create leaflet-type brochures"
+HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/";
 SRC_URI="mirror://gentoo/${P}.zip"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/";
+# checksum from official ftp site changes frequently so we mirror it
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 LICENSE="LPPL-1.3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
-# checksum from official ftp site changes frequently so we mirror it
+RDEPEND="dev-texlive/texlive-fontsrecommended"
+DEPEND="${RDEPEND}
+       app-arch/unzip
+"
+
+DOCS=( "README" )
+PATCHES=( "${FILESDIR}/${P}-logging.patch" )
 
 TEXMF="/usr/share/texmf-site"
 
-RDEPEND="dev-texlive/texlive-fontsrecommended"
-DEPEND="${RDEPEND} app-arch/unzip"
-DOCS="README"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/${P}-logging.patch"
-}
+S=${WORKDIR}/leaflet

Reply via email to