summaryrefslogtreecommitdiff
path: root/dev-tex/currvita
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-tex/currvita
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-tex/currvita')
-rw-r--r--dev-tex/currvita/Manifest2
-rw-r--r--dev-tex/currvita/currvita-0.9i-r1.ebuild25
2 files changed, 14 insertions, 13 deletions
diff --git a/dev-tex/currvita/Manifest b/dev-tex/currvita/Manifest
index bb682c29a48b..0e0fdfc2a220 100644
--- a/dev-tex/currvita/Manifest
+++ b/dev-tex/currvita/Manifest
@@ -1,3 +1,3 @@
DIST currvita-0.9i.tar.gz 17889 BLAKE2B 7c0140080ca6c2c812bafda1862606e339e4abbbcdc9708416d4fb7246e462a63e748c58d4c9320eea365a284ba387c0cf17591fd91bdf83ccdf5627dfee41d6 SHA512 46c13f9b0c94c3d0212629a508d645beefc961a9b0bc970ea3523337f3a9f1ad33cbb549672190df4c3a2fcc14c8bfa86a941750170ba4fa87ce98467af0dbc5
-EBUILD currvita-0.9i-r1.ebuild 962 BLAKE2B 468a02d4bc9fb762afd2172092f751fe1c3e6960f9e28048c371699802f0816655a7f83455a179bfde4d08aeec5051337b75283597efc9f2f78ccb03feede786 SHA512 281fda542d0995fd673f8f8a69d0fb42dcf01445a708e9a3f0c945af3b1eab4bd3b794558893f95c169af246bfbdfb397672fee296461891218eebc57f03fa6e
+EBUILD currvita-0.9i-r1.ebuild 962 BLAKE2B 353daa4a500c28349ba2cc6da83e303d33cdd8343e77cc43d7eb57ddbb6f6ff76d22666b7bf494d12affbf9913c6df4ecf48607da212cda16021e1cb703c4a71 SHA512 517e0e395467a2f99465368cf2627c2cf1c1c5005c4d3d0e2143a270882793155f77187f478ffcf1af33fd529dda130c88e289471b8f7dfc0a53fd3be50fa678
MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
diff --git a/dev-tex/currvita/currvita-0.9i-r1.ebuild b/dev-tex/currvita/currvita-0.9i-r1.ebuild
index 3e4bb3afa652..bbec7ac34cdb 100644
--- a/dev-tex/currvita/currvita-0.9i-r1.ebuild
+++ b/dev-tex/currvita/currvita-0.9i-r1.ebuild
@@ -1,33 +1,34 @@
-# 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
DESCRIPTION="A LaTeX package for typesetting a curriculum vitae"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
+HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
# snapshot taken from
# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/currvita.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+LICENSE="GPL-2"
+SLOT="0"
IUSE=""
DEPEND="dev-texlive/texlive-langgerman"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}"
-
TEXMF="/usr/share/texmf-site"
-DOCS="README"
+
+DOCS=( "README" )
+
+S="${WORKDIR}/${PN}"
src_test() {
- latex currvita.dtx || die "first step of currvita.dtx failed"
- latex currvita.dtx || die "second step of currvita.dtx failed"
- latex currvita.dtx || die "third step of currvita.dtx failed"
- latex cvtest.tex || die "processing cvtest.tex failed"
+ latex currvita.dtx || die "first test of currvita.dtx failed"
+ latex currvita.dtx || die "second test of currvita.dtx failed"
+ latex currvita.dtx || die "third test of currvita.dtx failed"
+ latex cvtest.tex || die "test of cvtest.tex failed"
}