Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ttf2pk2/, app-text/ttf2pk2/files/
Date: Thu, 10 Oct 2019 18:06:38
Message-Id: 1570730743.70f9d3d4645b386e416ede2644eba7f0c4e4b6e4.zlogene@gentoo
1 commit: 70f9d3d4645b386e416ede2644eba7f0c4e4b6e4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 18:05:00 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 18:05:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f9d3d4
7
8 app-text/ttf2pk2: Drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/ttf2pk2/Manifest | 3 --
14 .../ttf2pk2-2.0_p20170524-freetype2-config.patch | 23 ----------
15 app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild | 43 ------------------
16 app-text/ttf2pk2/ttf2pk2-2.0_p20160523.ebuild | 40 -----------------
17 app-text/ttf2pk2/ttf2pk2-2.0_p20170524-r1.ebuild | 51 ----------------------
18 app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild | 40 -----------------
19 6 files changed, 200 deletions(-)
20
21 diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest
22 index 2eec26130dc..3318fe46b7f 100644
23 --- a/app-text/ttf2pk2/Manifest
24 +++ b/app-text/ttf2pk2/Manifest
25 @@ -1,4 +1 @@
26 -DIST texlive-20150521-source.tar.xz 45459552 BLAKE2B 639eaee7c9dd173e5ede9f157ccd9a9655ee55cabf232985915f10afa36dce618b8b78848e5d9853bf0f96f818d03d68fa17d8abcdc4d1a1349fe13dfe3a1ddc SHA512 9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
27 -DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109 SHA512 915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
28 -DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4 SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
29 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d SHA512 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
30
31 diff --git a/app-text/ttf2pk2/files/ttf2pk2-2.0_p20170524-freetype2-config.patch b/app-text/ttf2pk2/files/ttf2pk2-2.0_p20170524-freetype2-config.patch
32 deleted file mode 100644
33 index 6387b28c8ba..00000000000
34 --- a/app-text/ttf2pk2/files/ttf2pk2-2.0_p20170524-freetype2-config.patch
35 +++ /dev/null
36 @@ -1,23 +0,0 @@
37 ---- a/m4/kpse-freetype2-flags.m4 2018-09-19 10:19:06.437789178 +0100
38 -+++ b/m4/kpse-freetype2-flags.m4 2018-09-19 10:23:48.556050046 +0100
39 -@@ -21,17 +21,10 @@
40 -
41 - # KPSE_FREETYPE2_OPTIONS([WITH-SYSTEM])
42 - # -------------------------------------
43 --AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], [freetype-config])])
44 -+AC_DEFUN([KPSE_FREETYPE2_OPTIONS], [_KPSE_LIB_OPTIONS([freetype2], [$1], [pkg-config])])
45 -
46 - # KPSE_FREETYPE2_SYSTEM_FLAGS
47 - # ---------------------------
48 - AC_DEFUN([KPSE_FREETYPE2_SYSTEM_FLAGS], [dnl
49 --AC_REQUIRE([AC_CANONICAL_HOST])[]dnl
50 --AC_CHECK_TOOL([FT2_CONFIG], [freetype-config], [false])[]dnl
51 --if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
52 -- FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
53 -- FREETYPE2_LIBS=`$FT2_CONFIG --libs`
54 --elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
55 -- AC_MSG_ERROR([did not find freetype-config required for system freetype2 library])
56 --fi
57 --]) # KPSE_FREETYPE2_SYSTEM_FLAGS
58 -+_KPSE_PKG_CONFIG_FLAGS([freetype2], [freetype2])])
59 -+
60
61 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
62 deleted file mode 100644
63 index c9c06857c63..00000000000
64 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
65 +++ /dev/null
66 @@ -1,43 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=5
71 -
72 -inherit flag-o-matic toolchain-funcs
73 -
74 -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
75 -HOMEPAGE="http://tug.org/texlive/"
76 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
81 -IUSE=""
82 -
83 -# Note about blockers: it is a freetype2 based replacement for ttf2pk and
84 -# ttf2tfm from freetype1, so block freetype1.
85 -# It installs some data that collides with
86 -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
87 -# meanwhile we can start dropping freetype1.
88 -RDEPEND=">=dev-libs/kpathsea-6.2.1
89 - media-libs/freetype:2
90 - sys-libs/zlib
91 - !media-libs/freetype:1
92 - !=dev-texlive/texlive-langcjk-2011*[source]"
93 -DEPEND="${RDEPEND}
94 - app-arch/xz-utils
95 - virtual/pkgconfig"
96 -
97 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
98 -
99 -src_configure() {
100 - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
101 - econf --with-system-kpathsea \
102 - --with-system-freetype2 \
103 - --with-system-zlib
104 -}
105 -
106 -src_install() {
107 - emake DESTDIR="${D}" install
108 - dodoc BUGS README TODO ChangeLog
109 -}
110
111 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20160523.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20160523.ebuild
112 deleted file mode 100644
113 index 11ba85c82e2..00000000000
114 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20160523.ebuild
115 +++ /dev/null
116 @@ -1,40 +0,0 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=5
121 -
122 -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
123 -HOMEPAGE="http://tug.org/texlive/"
124 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
125 -
126 -LICENSE="GPL-2"
127 -SLOT="0"
128 -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"
129 -IUSE=""
130 -
131 -# Note about blockers: it is a freetype2 based replacement for ttf2pk and
132 -# ttf2tfm from freetype1, so block freetype1.
133 -# It installs some data that collides with
134 -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
135 -# meanwhile we can start dropping freetype1.
136 -RDEPEND=">=dev-libs/kpathsea-6.2.1
137 - media-libs/freetype:2
138 - sys-libs/zlib
139 - !media-libs/freetype:1
140 - !=dev-texlive/texlive-langcjk-2011*[source]"
141 -DEPEND="${RDEPEND}
142 - app-arch/xz-utils
143 - virtual/pkgconfig"
144 -
145 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
146 -
147 -src_configure() {
148 - econf --with-system-kpathsea \
149 - --with-system-freetype2 \
150 - --with-system-zlib
151 -}
152 -
153 -src_install() {
154 - emake DESTDIR="${D}" install
155 - dodoc BUGS README TODO ChangeLog
156 -}
157
158 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20170524-r1.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20170524-r1.ebuild
159 deleted file mode 100644
160 index 5a5ec2a0e64..00000000000
161 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20170524-r1.ebuild
162 +++ /dev/null
163 @@ -1,51 +0,0 @@
164 -# Copyright 1999-2019 Gentoo Authors
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=7
168 -
169 -inherit autotools
170 -
171 -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
172 -HOMEPAGE="http://tug.org/texlive/"
173 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
174 -
175 -LICENSE="GPL-2"
176 -SLOT="0"
177 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
178 -IUSE=""
179 -
180 -# Note about blockers: it is a freetype2 based replacement for ttf2pk and
181 -# ttf2tfm from freetype1, so block freetype1.
182 -# It installs some data that collides with
183 -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
184 -# meanwhile we can start dropping freetype1.
185 -RDEPEND=">=dev-libs/kpathsea-6.2.1
186 - media-libs/freetype:2
187 - sys-libs/zlib
188 - !media-libs/freetype:1
189 - !=dev-texlive/texlive-langcjk-2011*[source]"
190 -DEPEND="${RDEPEND}
191 - app-arch/xz-utils
192 - virtual/pkgconfig"
193 -
194 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
195 -
196 -src_prepare () {
197 - # Bug 654770
198 - cd "${WORKDIR}/texlive-${PV#*_p}-source"
199 - eapply "${FILESDIR}"/ttf2pk2-2.0_p20170524-freetype2-config.patch
200 - cd "${S}"
201 - eautoreconf
202 - eapply_user
203 -}
204 -
205 -src_configure() {
206 - econf --with-system-kpathsea \
207 - --with-system-freetype2 \
208 - --with-system-zlib
209 -}
210 -
211 -src_install() {
212 - emake DESTDIR="${D}" install
213 - dodoc BUGS README TODO ChangeLog
214 -}
215
216 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild
217 deleted file mode 100644
218 index ddd5274a498..00000000000
219 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20170524.ebuild
220 +++ /dev/null
221 @@ -1,40 +0,0 @@
222 -# Copyright 1999-2018 Gentoo Foundation
223 -# Distributed under the terms of the GNU General Public License v2
224 -
225 -EAPI=5
226 -
227 -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
228 -HOMEPAGE="http://tug.org/texlive/"
229 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
230 -
231 -LICENSE="GPL-2"
232 -SLOT="0"
233 -KEYWORDS="alpha amd64 arm ~arm64 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"
234 -IUSE=""
235 -
236 -# Note about blockers: it is a freetype2 based replacement for ttf2pk and
237 -# ttf2tfm from freetype1, so block freetype1.
238 -# It installs some data that collides with
239 -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
240 -# meanwhile we can start dropping freetype1.
241 -RDEPEND=">=dev-libs/kpathsea-6.2.1
242 - media-libs/freetype:2
243 - sys-libs/zlib
244 - !media-libs/freetype:1
245 - !=dev-texlive/texlive-langcjk-2011*[source]"
246 -DEPEND="${RDEPEND}
247 - app-arch/xz-utils
248 - virtual/pkgconfig"
249 -
250 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
251 -
252 -src_configure() {
253 - econf --with-system-kpathsea \
254 - --with-system-freetype2 \
255 - --with-system-zlib
256 -}
257 -
258 -src_install() {
259 - emake DESTDIR="${D}" install
260 - dodoc BUGS README TODO ChangeLog
261 -}