From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60E7E158083 for ; Tue, 24 Sep 2024 20:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED542BC0B7; Tue, 24 Sep 2024 20:25:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 958FE2BC0B7 for ; Tue, 24 Sep 2024 20:25:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B139334309C for ; Tue, 24 Sep 2024 20:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6CA62702 for ; Tue, 24 Sep 2024 20:25:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1727209526.56098b869360716c33f8010fb5fdf9cbf2d23589.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/terminus-font/terminus-font-4.49.1.ebuild X-VCS-Directories: media-fonts/terminus-font/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56098b869360716c33f8010fb5fdf9cbf2d23589 X-VCS-Branch: master Date: Tue, 24 Sep 2024 20:25:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 416413e1-ff5f-4e07-a6a4-41b40c1686c2 X-Archives-Hash: 4bbbae88687086b4903c0e878d1cd1fa commit: 56098b869360716c33f8010fb5fdf9cbf2d23589 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 22 20:25:42 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 24 20:25:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56098b86 media-fonts/terminus-font: drop 4.49.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../terminus-font/terminus-font-4.49.1.ebuild | 100 --------------------- 1 file changed, 100 deletions(-) diff --git a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild deleted file mode 100644 index db3875c4ec9f..000000000000 --- a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit font python-any-r1 - -DESCRIPTION="A clean fixed font for the console and X11" -HOMEPAGE="https://terminus-font.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}-$(ver_cut 1-2)/${P}.tar.gz" - -LICENSE="OFL-1.1 GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="a-like-o +center-tilde distinct-l +otf pcf-8bit +pcf-unicode +psf quote - ru-dv +ru-g ru-i ru-k" - -BDEPEND="app-alternatives/gzip - ${PYTHON_DEPS} - app-alternatives/awk - pcf-8bit? ( x11-apps/bdftopcf ) - pcf-unicode? ( x11-apps/bdftopcf )" -RDEPEND="" - -FONTDIR=/usr/share/fonts/terminus -FONT_CONF=( 75-yes-terminus.conf ) -DOCS=( README README-BG AUTHORS CHANGES ) - -REQUIRED_USE="X? ( || ( otf pcf-8bit pcf-unicode ) )" - -pkg_setup() { - python_setup -} - -src_prepare() { - default - - # Upstream patches. Some of them are suggested to be applied by default - # dv - de NOT like latin g, but like caps greek delta - # ve NOT like greek beta, but like caps latin B - # ge - ge NOT like "mirrored" latin s, but like caps greek gamma - # ka - small ka NOT like minimised caps latin K, but like small latin k - use a-like-o && eapply "${S}"/alt/ao2.diff - use center-tilde && eapply "${S}"/alt/td1.diff - use distinct-l && eapply "${S}"/alt/ll2.diff - use ru-i && eapply "${S}"/alt/ij1.diff - use ru-k && eapply "${S}"/alt/ka2.diff - use ru-dv && eapply "${S}"/alt/dv1.diff - use ru-g && eapply "${S}"/alt/ge2.diff - use quote && eapply "${S}"/alt/gq2.diff -} - -src_configure() { - local configure_args=( - --prefix="${EPREFIX}"/usr - --psfdir="${EPREFIX}"/usr/share/consolefonts - --x11dir="${EPREFIX}"/${FONTDIR} - ) - # selfwritten configure script - ./configure "${configure_args[@]}" || die -} - -src_compile() { - local args=( - $(usex otf otb "") - $(usex pcf-8bit "pcf-8bit" "") - $(usex pcf-unicode "pcf" "") - $(usex psf "psf psf-vgaw" "") - ) - [[ ${#args[@]} -gt 0 ]] && emake "${args[@]}" -} - -src_install() { - local args=( - $(usex otf "install-otb" "") - $(usex pcf-8bit "install-pcf-8bit" "") - $(usex pcf-unicode "install-pcf" "") - $(usex psf "install-psf install-psf-vgaw install-psf-ref" "") - ) - # Set the CHECKDIR to a dummy location so we always get the same set of - # files installed regardless of what is in / or ROOT or wherever. - [[ ${#args[@]} -gt 0 ]] && emake DESTDIR="${D}" CHECKDIR="${D}" "${args[@]}" - - use otf && FONT_SUFFIX=otb font_src_install - - einstalldocs -} - -pkg_postinst() { - if use otf || use pcf-8bit || use pcf-unicode; then - font_pkg_postinst - fi -} - -pkg_postrm() { - if use otf || use pcf-8bit || use pcf-unicode; then - font_pkg_postrm - fi -}