summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-09-04 19:56:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-09-24 10:01:15 +0300
commit38c37d52625422aa29ada7af1b3c8f158aeb9f4b (patch)
tree24b52d63a62f9594e2f39c25cd96f51a6384c7e4 /media-fonts
parentapp-portage/pgo: remove live ebuild (diff)
downloadgentoo-38c37d52625422aa29ada7af1b3c8f158aeb9f4b.tar.gz
gentoo-38c37d52625422aa29ada7af1b3c8f158aeb9f4b.tar.bz2
gentoo-38c37d52625422aa29ada7af1b3c8f158aeb9f4b.zip
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 <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/solarize/solarize-9999.ebuild29
1 files changed, 0 insertions, 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
-}