From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CC04138335 for ; Wed, 27 Feb 2019 04:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B089E0874; Wed, 27 Feb 2019 04:33:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCA31E0874 for ; Wed, 27 Feb 2019 04:32:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B8C9335D03 for ; Wed, 27 Feb 2019 04:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1344D54D for ; Wed, 27 Feb 2019 04:32:56 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551241960.3e9948e0f227fd58226271d5e2588a3fc5d949fb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/culmus-latex/Manifest dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild X-VCS-Directories: dev-tex/culmus-latex/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3e9948e0f227fd58226271d5e2588a3fc5d949fb X-VCS-Branch: master Date: Wed, 27 Feb 2019 04:32:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca758cf1-70db-4160-86f3-27a7d9726b3a X-Archives-Hash: 954473e5d567324a410dbeccbbac696d commit: 3e9948e0f227fd58226271d5e2588a3fc5d949fb Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Aug 24 21:52:43 2018 +0000 Commit: Aaron Bauman gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9690 Signed-off-by: Aaron Bauman 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] + ${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 +}