commit: 264951c92d673e9a11c04cc8e5dcc53e394bec3d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 18:15:58 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 18:17:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264951c9
app-text/ttf2pk2: drop 2.0_p20210325, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-text/ttf2pk2/Manifest | 1 - app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 31 --------------------------- 2 files changed, 32 deletions(-) diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest index 1380a04b8f79..67621d7651a1 100644 --- a/app-text/ttf2pk2/Manifest +++ b/app-text/ttf2pk2/Manifest @@ -1,3 +1,2 @@ -DIST texlive-20210325-source.tar.xz 54837368 BLAKE2B 66bd4bdd43ff53513004b9b9b90ababa0ab5efcf183a27864a3d39cde9cf90721456bda90c49ad6014f4b12d2e6293feaf9a8b152b85a89ffaa96bf5056347df SHA512 afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213 DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild deleted file mode 100644 index 3c6fc518966d..000000000000 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" -HOMEPAGE="https://tug.org/texlive/" -SRC_URI="https://dev.gentoo.org/~sam/texlive/texlive-${PV#*_p}-source.tar.xz" -S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -# 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.1 - media-libs/freetype:2 - sys-libs/zlib - !media-libs/freetype:1" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf --with-system-kpathsea \ - --with-system-freetype2 \ - --with-system-zlib -}
