diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 15:38:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 15:38:08 -0500 |
commit | 9fbdee2113581ab11c0764b228525dcc096bf1d3 (patch) | |
tree | a3b1a56834f8d87b563b73f6c1cd5a976ad4ee3f /dev-tex | |
parent | dev-tex/ivritex: bump EAPI and stuff (diff) | |
download | gentoo-9fbdee2113581ab11c0764b228525dcc096bf1d3.tar.gz gentoo-9fbdee2113581ab11c0764b228525dcc096bf1d3.tar.bz2 gentoo-9fbdee2113581ab11c0764b228525dcc096bf1d3.zip |
dev-tex/leaflet: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/leaflet/leaflet-20041222.ebuild | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/dev-tex/leaflet/leaflet-20041222.ebuild b/dev-tex/leaflet/leaflet-20041222.ebuild index d7c1e7727d42..291b64a2ef8d 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 |