commit:     3e9f438c64c8d99ab6ac114b65211d8361ae7689
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  6 18:14:32 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 18:17:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9f438c

app-text/lcdf-typetools: drop 2.108-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/lcdf-typetools/Manifest                   |  1 -
 .../lcdf-typetools/lcdf-typetools-2.108-r1.ebuild  | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index dc0ce03ce646..200a8eac4637 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1 @@
-DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0
 DIST lcdf-typetools-2.110.tar.gz 674355 BLAKE2B 
17bd88039648285d7010cd3e2d20aa0192c3dfb9343ebb60e988ae50c8cd22d7690d538760e3e503ed8cfa30218b048b317e8f5c01e7f7adc74ed9140a557fb4
 SHA512 
691c2a6c7aadace4741ad8d991575ea81fa56f243cf8eb37a8639dfced06daf565c82a1601f0d7e4490f868179ce7a83551000395fa17da214b7eb1344738c0c

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
deleted file mode 100644
index 69685a0fb2fa..000000000000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Font utilities for eg manipulating OTF"
-HOMEPAGE="
-       https://lcdf.org/type/#typetools
-       https://github.com/kohler/lcdf-typetools
-"
-SRC_URI="https://lcdf.org/type/${P}.tar.gz";
-
-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"
-IUSE="+kpathsea"
-
-RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       # gcc ICE with LTO: https://gcc.gnu.org/PR100010
-       filter-flags -fdevirtualize-at-ltrans
-
-       use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-       econf $(use_with kpathsea)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc NEWS.md README.md ONEWS
-}

Reply via email to