Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ttf2pk2/
Date: Mon, 05 Jun 2017 13:03:17
Message-Id: 1496667765.eeebdae3438906a57af9637c958a8a1cc0da8102.aballier@gentoo
1 commit: eeebdae3438906a57af9637c958a8a1cc0da8102
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 13:02:08 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 13:02:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeebdae3
7
8 app-text/ttf2pk2: bump to texlive 2017 version
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-text/ttf2pk2/Manifest | 1 +
13 app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild | 40 +++++++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest
17 index 5092c1ea84d..a1c6b0d9dd7 100644
18 --- a/app-text/ttf2pk2/Manifest
19 +++ b/app-text/ttf2pk2/Manifest
20 @@ -3,3 +3,4 @@ DIST texlive-20130530-source.tar.xz 179963948 SHA256 a905832e4c04dd1cb16db4bb7ba
21 DIST texlive-20140525-source.tar.xz 41657688 SHA256 08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be SHA512 09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad WHIRLPOOL fd7fffeeaf319bca5333f6d5d8d9cc6517f76ffe5b2793a73604d844cb7474d83c23826f98d4d11ea5e1a35c0f273e12b2fe6f5945f9880a9577fedad6625014
22 DIST texlive-20150521-source.tar.xz 45459552 SHA256 ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 SHA512 9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855 WHIRLPOOL e19e4cf9c6122e8a2e80d3ad62171591a2d53317792ce69d7b2afdd6978d397c873565d597b1457d23ba6f5b5de33750955690a92fb6c34d814c075397b67a0b
23 DIST texlive-20160523-source.tar.xz 45941100 SHA256 a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed SHA512 915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e WHIRLPOOL 25d27fb7a7bdb47d40ddf951394e36546b184d71f2e09adb20698bd0f960e54841ddd0313a87510cb2ef43953eb4d9d05d30b88d25d15762dd774575c88fedbe
24 +DIST texlive-20170524-source.tar.xz 63483372 SHA256 0161695304e941334dc0b3b5dabcf8edf46c09b7bc33eea8229b5ead7ccfb2aa SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa WHIRLPOOL c4edaf427f0249942b36db105a65474e833735d6e9954682fe7e15ab327b26ccafb9174bf806d0b6c629b0f2a6b55e80022af291d9a2f377b82dff4fdec42d3d
25
26 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild
27 new file mode 100644
28 index 00000000000..2f9a816370b
29 --- /dev/null
30 +++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
38 +HOMEPAGE="http://tug.org/texlive/"
39 +SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 +IUSE=""
45 +
46 +# Note about blockers: it is a freetype2 based replacement for ttf2pk and
47 +# ttf2tfm from freetype1, so block freetype1.
48 +# It installs some data that collides with
49 +# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
50 +# meanwhile we can start dropping freetype1.
51 +RDEPEND=">=dev-libs/kpathsea-6.2.1
52 + media-libs/freetype:2
53 + sys-libs/zlib
54 + !media-libs/freetype:1
55 + !=dev-texlive/texlive-langcjk-2011*[source]"
56 +DEPEND="${RDEPEND}
57 + app-arch/xz-utils
58 + virtual/pkgconfig"
59 +
60 +S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
61 +
62 +src_configure() {
63 + econf --with-system-kpathsea \
64 + --with-system-freetype2 \
65 + --with-system-zlib
66 +}
67 +
68 +src_install() {
69 + emake DESTDIR="${D}" install
70 + dodoc BUGS README TODO ChangeLog
71 +}