From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/
Date: Wed, 27 Feb 2019 04:32:56 +0000 (UTC) [thread overview]
Message-ID: <1551241960.3e9948e0f227fd58226271d5e2588a3fc5d949fb.bman@gentoo> (raw)
commit: 3e9948e0f227fd58226271d5e2588a3fc5d949fb
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 24 21:52:43 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 04:32:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9948e0
dev-tex/culmus-latex: EAPI7 revbump, improve ebuild
Closes: https://bugs.gentoo.org/664520
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9690
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-tex/culmus-latex/Manifest | 1 +
dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 47 +++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-tex/culmus-latex/Manifest b/dev-tex/culmus-latex/Manifest
index 830b903b77a..adc614638bf 100644
--- a/dev-tex/culmus-latex/Manifest
+++ b/dev-tex/culmus-latex/Manifest
@@ -1 +1,2 @@
+DIST culmus-latex-0.7.tar.gz 121188 BLAKE2B f6af996aec4d944265cd7a2595107d43af83995375b23aac89e2f528ec3a1bd39f9bf95c412e69230d9aa552e1d82fb5dc1b6e235dbe3bcc7a5763a35dc33968 SHA512 81f0351687e831f304d0a4a2be3684ebc2fcad8e696425beaaebd945c3ae048dd87a5f8614ec181ce47e0debb58a86c2c2e369f37d9ff7c7f5c1ded34206fd02
DIST culmus-latex-0.7_src.tar.gz 121188 BLAKE2B f6af996aec4d944265cd7a2595107d43af83995375b23aac89e2f528ec3a1bd39f9bf95c412e69230d9aa552e1d82fb5dc1b6e235dbe3bcc7a5763a35dc33968 SHA512 81f0351687e831f304d0a4a2be3684ebc2fcad8e696425beaaebd945c3ae048dd87a5f8614ec181ce47e0debb58a86c2c2e369f37d9ff7c7f5c1ded34206fd02
diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
new file mode 100644
index 00000000000..221ba957c54
--- /dev/null
+++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+DESCRIPTION="Culmus fonts support for latex"
+HOMEPAGE="http://ivritex.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples"
+
+RDEPEND="virtual/latex-base"
+DEPEND="${RDEPEND}
+ || (
+ >=media-fonts/culmus-0.110[fancy]
+ <media-fonts/culmus-0.110
+ )
+ app-text/t1utils"
+
+src_compile() {
+ emake CULMUSDIR=/usr/share/fonts/culmus/
+ echo "Map culmus.map" > ${PN}.cfg || die
+}
+
+src_install() {
+ emake CULMUSDIR=/usr/share/fonts/culmus/ \
+ DESTDIR="${D}" \
+ TEXMFROOT=/usr/share/texmf-site \
+ pkginstall
+
+ insinto /etc/texmf/updmap.d
+ doins ${PN}.cfg
+
+ dodoc README
+
+ if use examples ; then
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+ insinto /usr/share/doc/${PF}/examples/hiriq
+ doins examples/hiriq/*
+ fi
+}
next reply other threads:[~2019-02-27 4:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-27 4:32 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-29 4:59 [gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/ Sam James
2023-07-07 21:53 Conrad Kostecki
2022-04-14 19:28 Jakov Smolić
2019-06-16 14:40 Andreas K. Hüttel
2019-05-06 18:04 Tobias Klausmann
2019-03-19 3:20 Aaron Bauman
2019-03-15 22:42 Mikle Kolyada
2019-03-07 21:50 Thomas Deutschmann
2019-03-06 21:13 Sergei Trofimovich
2018-08-26 11:01 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1551241960.3e9948e0f227fd58226271d5e2588a3fc5d949fb.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox