commit: e4e382e28e4d80fb3d5d2206201239a23bf35617 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 13:54:18 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 21:55:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e382e2
dev-games/t4k-common: drop 0.1.1-r1 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-games/t4k-common/t4k-common-0.1.1-r1.ebuild | 65 ------------------------- 1 file changed, 65 deletions(-) diff --git a/dev-games/t4k-common/t4k-common-0.1.1-r1.ebuild b/dev-games/t4k-common/t4k-common-0.1.1-r1.ebuild deleted file mode 100644 index c395867aa56f..000000000000 --- a/dev-games/t4k-common/t4k-common-0.1.1-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library of code shared between tuxmath and tuxtype" -HOMEPAGE="https://github.com/tux4kids/t4kcommon" -SRC_URI="https://github.com/tux4kids/t4kcommon/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/t4kcommon-upstream-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="svg" - -RDEPEND=" - dev-libs/libxml2:2 - media-libs/libsdl - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-net - media-libs/sdl-pango - svg? ( - gnome-base/librsvg:2 - media-libs/libpng:= - x11-libs/cairo - )" -DEPEND="${RDEPEND}" -# need sys-devel/gettext for AM_ICONV added to configure.ac -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-libpng.patch - "${FILESDIR}"/${P}-fno-common.patch - "${FILESDIR}"/${P}-ICONV_CONST.patch - "${FILESDIR}"/${P}-fix-declaration.patch - "${FILESDIR}"/${P}-missing-text.patch - "${FILESDIR}"/${P}-svg-libxml2.patch -) - -src_prepare() { - default - - rm m4/iconv.m4 || die - eautoreconf -} - -src_configure() { - # note: sdlpango<->sdlttf breaks ABI, prefer default pango - local econfargs=( - $(usex svg '' --without-rsvg) - --disable-static - ) - econf "${econfargs[@]}" -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}
