commit:     04661242c7c14b0ade681d124c39ed7564c0d151
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 22:51:51 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 22:52:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04661242

dev-tex/svninfo: bump EAPI and stuff

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

 dev-tex/svninfo/svninfo-0.7.4.ebuild | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/dev-tex/svninfo/svninfo-0.7.4.ebuild 
b/dev-tex/svninfo/svninfo-0.7.4.ebuild
index 1e284911773..6b97d0820bf 100644
--- a/dev-tex/svninfo/svninfo-0.7.4.ebuild
+++ b/dev-tex/svninfo/svninfo-0.7.4.ebuild
@@ -1,29 +1,27 @@
-# 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
+inherit latex-package
 
-LICENSE="LPPL-1.2"
 DESCRIPTION="A LaTeX module to access SVN version info"
-HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html";
-SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz";
-SLOT="0"
+HOMEPAGE="https://www.brucker.ch/projects/svninfo/index.en.html";
+SRC_URI="https://www.brucker.ch/projects/svninfo/download/${P}.tar.gz";
+
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
 IUSE=""
 
-DOCS="README"
+DOCS=( "README" )
 
-TEXMF=/usr/share/texmf-site
+PATCHES=( "${FILESDIR}/${PN}-0.5-latex-compile.patch" )
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch"
-}
+TEXMF=/usr/share/texmf-site
 
 src_compile() {
        export VARTEXFONTS="${T}/fonts"
-       emake -j1 || die "compilation failed"
+       emake -j1
 }

Reply via email to