* [gentoo-commits] repo/gentoo:master commit in: dev-tex/frakturx/
@ 2019-09-08 17:32 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-09-08 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 75a83bb5d9ed504599747325afe38fed7fff5d5f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 17:30:19 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 17:31:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a83bb5
dev-tex/frakturx: Bump EAPI to 7.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...frakturx-20070103.ebuild => frakturx-20070103-r1.ebuild} | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-tex/frakturx/frakturx-20070103.ebuild b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
similarity index 87%
rename from dev-tex/frakturx/frakturx-20070103.ebuild
rename to dev-tex/frakturx/frakturx-20070103-r1.ebuild
index 63362482bc6..1337f54ac21 100644
--- a/dev-tex/frakturx/frakturx-20070103.ebuild
+++ b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit latex-package
@@ -24,17 +24,16 @@ SRC_URI="mirror://gentoo/${P}-base.zip
LICENSE="LPPL-1.2 free-noncomm"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
S="${WORKDIR}"
TEXMF="/usr/share/texmf-site"
src_prepare() {
+ default
# remove spurious files, so that doins -r is possible later
- find . -type f -name '.*' | xargs rm -f
+ find . -type f -name '.*' | xargs rm -f || die
}
src_install() {
@@ -55,5 +54,5 @@ src_install() {
dodoc -r doc/fonts/fraktur/*
# symlink for texdoc
- dosym /usr/share/doc/${PF} ${TEXMF}/doc/fonts/fraktur
+ dosym ../../../doc/${PF} ${TEXMF}/doc/fonts/fraktur
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/frakturx/
@ 2020-11-24 11:03 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2020-11-24 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 38e57fdc6b4c75ce3ac9ddfbc4a8ed08c031a5c1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 18:32:42 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 11:03:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e57fdc
dev-tex/frakturx: Use eapi8-dosym.eclass for relative symlinks.
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-tex/frakturx/frakturx-20070103-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-tex/frakturx/frakturx-20070103-r1.ebuild b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
index 1337f54ac21..029a165651c 100644
--- a/dev-tex/frakturx/frakturx-20070103-r1.ebuild
+++ b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit latex-package
+inherit eapi8-dosym latex-package
DESCRIPTION="Collection of blackletter fonts for LaTeX"
HOMEPAGE="http://www.gaehrken.de/fraktur/"
@@ -37,11 +37,11 @@ src_prepare() {
}
src_install() {
- insinto ${TEXMF}/tex/latex
+ insinto "${TEXMF}"/tex/latex
doins -r tex/latex/fraktur
- insinto ${TEXMF}/fonts
+ insinto "${TEXMF}"/fonts
doins -r fonts/{tfm,vf,type1,enc}
- insinto ${TEXMF}/fonts/map/dvips/fraktur
+ insinto "${TEXMF}"/fonts/map/dvips/fraktur
doins fonts/map/dvips/*.map
local m
@@ -54,5 +54,5 @@ src_install() {
dodoc -r doc/fonts/fraktur/*
# symlink for texdoc
- dosym ../../../doc/${PF} ${TEXMF}/doc/fonts/fraktur
+ dosym8 -r /usr/share/doc/${PF} "${TEXMF}"/doc/fonts/fraktur
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/frakturx/
@ 2024-01-04 18:56 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2024-01-04 18:56 UTC (permalink / raw
To: gentoo-commits
commit: c3307f6f085dc3a3a232fd6d9cec9cb6295c6210
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 18:54:49 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 18:55:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3307f6f
dev-tex/frakturx: update HOMEPAGE, SRC_URI, EAPI 7 -> 8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-tex/frakturx/frakturx-20070103-r1.ebuild | 38 ++++++++++++++--------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/dev-tex/frakturx/frakturx-20070103-r1.ebuild b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
index 029a165651c8..e0188540064c 100644
--- a/dev-tex/frakturx/frakturx-20070103-r1.ebuild
+++ b/dev-tex/frakturx/frakturx-20070103-r1.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit eapi8-dosym latex-package
+inherit latex-package
DESCRIPTION="Collection of blackletter fonts for LaTeX"
-HOMEPAGE="http://www.gaehrken.de/fraktur/"
-SRC_URI="mirror://gentoo/${P}-base.zip
- mirror://gentoo/${P}-tfrak.zip
- mirror://gentoo/${P}-obibel.zip
- mirror://gentoo/${P}-odedruck.zip
- mirror://gentoo/${P}-odeschmk.zip
- mirror://gentoo/${P}-oweissfr.zip
- mirror://gentoo/${P}-oweissgo.zip
- mirror://gentoo/${P}-talteswab.zip
- mirror://gentoo/${P}-tbrtkpf.zip
- mirror://gentoo/${P}-tkngsbg.zip
- mirror://gentoo/${P}-twieynk.zip
- mirror://gentoo/${P}-twieyvig.zip
- mirror://gentoo/${P}-tzentenar.zip"
+HOMEPAGE="https://www.gaehrken.de/fraktur/"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}-base.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-tfrak.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-obibel.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-odedruck.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-odeschmk.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-oweissfr.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-oweissgo.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-talteswab.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-tbrtkpf.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-tkngsbg.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-twieynk.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-twieyvig.zip
+ https://dev.gentoo.org/~ulm/distfiles/${P}-tzentenar.zip"
+S="${WORKDIR}"
LICENSE="LPPL-1.2 free-noncomm"
SLOT="0"
@@ -27,7 +28,6 @@ KEYWORDS="amd64 x86"
BDEPEND="app-arch/unzip"
-S="${WORKDIR}"
TEXMF="/usr/share/texmf-site"
src_prepare() {
@@ -54,5 +54,5 @@ src_install() {
dodoc -r doc/fonts/fraktur/*
# symlink for texdoc
- dosym8 -r /usr/share/doc/${PF} "${TEXMF}"/doc/fonts/fraktur
+ dosym -r /usr/share/doc/${PF} "${TEXMF}"/doc/fonts/fraktur
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-04 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-24 11:03 [gentoo-commits] repo/gentoo:master commit in: dev-tex/frakturx/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-01-04 18:56 Ulrich Müller
2019-09-08 17:32 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox