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 2B3CA158090 for ; Tue, 24 Sep 2024 07:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E227B2BC03C; Tue, 24 Sep 2024 07:02:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC84D2BC03C for ; Tue, 24 Sep 2024 07:02:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FE003434DF for ; Tue, 24 Sep 2024 07:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751A21F46 for ; Tue, 24 Sep 2024 07:02:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1727161275.38c37d52625422aa29ada7af1b3c8f158aeb9f4b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/solarize/solarize-9999.ebuild X-VCS-Directories: media-fonts/solarize/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 38c37d52625422aa29ada7af1b3c8f158aeb9f4b X-VCS-Branch: master Date: Tue, 24 Sep 2024 07:02:30 +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: 3e8cd538-1ac7-44d6-be58-6a30bcbc3ea0 X-Archives-Hash: 9aa598abfd9fbac22c5a9ce72ce943fc commit: 38c37d52625422aa29ada7af1b3c8f158aeb9f4b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Sep 4 17:56:30 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 24 07:01:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c37d52 media-fonts/solarize: remove live ebuild Remove live ebuild since upstream wasn't updated for a couple of years. I think it makes no sense to keep these ebuilds, especially when the non-live ebuild is already at HEAD. Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> media-fonts/solarize/solarize-9999.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild deleted file mode 100644 index 70484abd1b3b..000000000000 --- a/media-fonts/solarize/solarize-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2018-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Large Linux console font (suitable for word processing)" -HOMEPAGE="https://github.com/talamus/solarize-12x29-psf" - -MY_PN="${PN}-12x29-psf" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/talamus/${MY_PN}.git" -else - EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac" - SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" - S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -src_install() { - insinto /usr/share/consolefonts - doins Solarize.12x29.psfu.gz - einstalldocs -}