diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-03-23 21:39:33 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-24 02:13:46 -0400 |
commit | bfa49393239bbf660082ef1be45848a17cb99d94 (patch) | |
tree | ec45d2fb08de175d5b87149d21b947f316c4de2d /app-text/ttf2pk2 | |
parent | app-shells/fzy: drop debugging CFLAG and respect CC (diff) | |
download | gentoo-bfa49393239bbf660082ef1be45848a17cb99d94.tar.gz gentoo-bfa49393239bbf660082ef1be45848a17cb99d94.tar.bz2 gentoo-bfa49393239bbf660082ef1be45848a17cb99d94.zip |
app-text/texlive-core: drop vulnerable versions wrt bug #432144
Closes: https://github.com/gentoo/gentoo/pull/7576
Diffstat (limited to 'app-text/ttf2pk2')
-rw-r--r-- | app-text/ttf2pk2/Manifest | 2 | ||||
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild | 39 | ||||
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild | 43 |
3 files changed, 0 insertions, 84 deletions
diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest index 54e25e51f139..9afc2e575f97 100644 --- a/app-text/ttf2pk2/Manifest +++ b/app-text/ttf2pk2/Manifest @@ -1,5 +1,3 @@ -DIST texlive-20120701-source.tar.xz 131904044 BLAKE2B d6325ac4c8403ae2d4c4e949ce8b1c2ab44d82937aa6f199ae8f807fcd2eb0b602c28c336de98e0adc63aeff4e17bcf5be8399a56daba35e18f7a8468fbe5fea SHA512 0e8653aa21094e079900d17256f0768ac5514690a3725d96923d5fdc7633484d611441df1af8c674b38b9ce6a8845a9004976cd00635742dfc6837aa433caf5f -DIST texlive-20140525-source.tar.xz 41657688 BLAKE2B 0e0ffa3add7ed003bb3042d25a6e84636bdeb1c2c73981d4769459252e530a6755e80680fef7a8969ab6cd38d686c17f305a7369a6447b6b325cc4e972cbd55a SHA512 09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad DIST texlive-20150521-source.tar.xz 45459552 BLAKE2B 639eaee7c9dd173e5ede9f157ccd9a9655ee55cabf232985915f10afa36dce618b8b78848e5d9853bf0f96f818d03d68fa17d8abcdc4d1a1349fe13dfe3a1ddc SHA512 9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855 DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109 SHA512 915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4 SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa diff --git a/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild b/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild deleted file mode 100644 index 2c8637433267..000000000000 --- a/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" -HOMEPAGE="http://tug.org/texlive/" -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -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" -IUSE="" - -# Note about blockers: it is a freetype2 based replacement for ttf2pk and -# ttf2tfm from freetype1, so block freetype1. -# It installs some data that collides with -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012, -# meanwhile we can start dropping freetype1. -RDEPEND=">=dev-libs/kpathsea-6.0.1_p20110627 - media-libs/freetype:2 - sys-libs/zlib - !media-libs/freetype:1 - !=dev-texlive/texlive-langcjk-2011*[source]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -src_configure() { - econf --with-system-kpathsea \ - --with-system-freetype2 \ - --with-system-zlib -} - -src_install() { - emake DESTDIR="${D}" install - dodoc BUGS README TODO ChangeLog -} diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild deleted file mode 100644 index bfadc797558a..000000000000 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" -HOMEPAGE="http://tug.org/texlive/" -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -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" -IUSE="" - -# Note about blockers: it is a freetype2 based replacement for ttf2pk and -# ttf2tfm from freetype1, so block freetype1. -# It installs some data that collides with -# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012, -# meanwhile we can start dropping freetype1. -RDEPEND=">=dev-libs/kpathsea-6.2.0 - media-libs/freetype:2 - sys-libs/zlib - !media-libs/freetype:1 - !=dev-texlive/texlive-langcjk-2011*[source]" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig" - -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} - -src_configure() { - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - econf --with-system-kpathsea \ - --with-system-freetype2 \ - --with-system-zlib -} - -src_install() { - emake DESTDIR="${D}" install - dodoc BUGS README TODO ChangeLog -} |