commit:     d1df86dbbb7e65e8cfd01a61864b944daf877df2
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Sep  4 18:04:51 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 07:01:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1df86db

x11-misc/urxvt-font-size: 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 <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../urxvt-font-size/urxvt-font-size-9999.ebuild    | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild 
b/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild
deleted file mode 100644
index 7ed3f5eb0668..000000000000
--- a/x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the 
fly"
-HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/";
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       x11-apps/xlsfonts
-       x11-terms/rxvt-unicode[perl]
-"
-
-src_install() {
-       insinto /usr/$(get_libdir)/urxvt/perl
-       doins font-size
-       dodoc README.markdown
-}

Reply via email to