From b83600d8cea21ed5bb826644cf1866b3af9dc2df Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 8 Oct 2022 12:02:26 +0200 Subject: [PATCH] Removed ebuild for urxvt-theme-switch --- x11-misc/urxvt-theme-switch/Manifest | 2 -- .../urxvt-theme-switch-config-location.patch | 12 ---------- .../urxvt-theme-switch-9999.ebuild | 22 ------------------- 3 files changed, 36 deletions(-) delete mode 100644 x11-misc/urxvt-theme-switch/Manifest delete mode 100644 x11-misc/urxvt-theme-switch/files/urxvt-theme-switch-config-location.patch delete mode 100644 x11-misc/urxvt-theme-switch/urxvt-theme-switch-9999.ebuild diff --git a/x11-misc/urxvt-theme-switch/Manifest b/x11-misc/urxvt-theme-switch/Manifest deleted file mode 100644 index dcabe5f..0000000 --- a/x11-misc/urxvt-theme-switch/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX urxvt-theme-switch-config-location.patch 663 BLAKE2B f128134ae9629a3166ed78dbc812d267c34c714e556728964cc2afd3462af5a3bbad1e1295c22541a5c67e91e75e6f6435e368ff084183c4996f6d67c6c2246c SHA512 4e4b75af20ba1489cd33b0cfb1a2d9fe143b2782c2e0a2143af5d15c1d88ecda993208f9385bd9c545b522c516d70890ef83dc3a4bc95a04f58f0678d4769e2f -EBUILD urxvt-theme-switch-9999.ebuild 509 BLAKE2B 7566cab134a42bff1fad1c0a127982f1c182b01ef69e455d8969667ac7a7040a45d5eecdb808dfb7563deea15ae0d155e6fd0a61a7c10c773fa1eaa9ac7bf257 SHA512 1c80ac3f06aac2cb0b54cb6e32dc57c4b552431935775fdb2ad735479d010b8ab65c4f6269f90d0b0a667e11e30499ea31aeafad4f6d28744d1de5ecaa32f36a diff --git a/x11-misc/urxvt-theme-switch/files/urxvt-theme-switch-config-location.patch b/x11-misc/urxvt-theme-switch/files/urxvt-theme-switch-config-location.patch deleted file mode 100644 index 68da1be..0000000 --- a/x11-misc/urxvt-theme-switch/files/urxvt-theme-switch-config-location.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur urxvt-theme-switch_orig/color-themes urxvt-theme-switch/color-themes ---- urxvt-theme-switch_orig/color-themes 2022-10-06 20:03:34.863989585 +0200 -+++ urxvt-theme-switch/color-themes 2022-10-08 11:52:21.193377761 +0200 -@@ -38,7 +38,7 @@ - $self->{theme_dir} = $path; - $self->{auto_save_state} = $self->x_resource('color-themes.autosave') || 0; - $self->{settingsfile} = -- glob( $self->x_resource('color-themes.state-file') || "~/.urxvt-theme" ); -+ glob( $self->x_resource('color-themes.state-file') || "~/.config/urxvt-theme" ); - $self->{preprocessor} = - glob( $self->x_resource('color-themes.preprocessor') || "" ); - diff --git a/x11-misc/urxvt-theme-switch/urxvt-theme-switch-9999.ebuild b/x11-misc/urxvt-theme-switch/urxvt-theme-switch-9999.ebuild deleted file mode 100644 index 11f262b..0000000 --- a/x11-misc/urxvt-theme-switch/urxvt-theme-switch-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 - -DESCRIPTION="Urxvt plugin that allows to switch color themes during runtime" -HOMEPAGE="https://github.com/felixr/urxvt-theme-switch" -EGIT_REPO_URI="https://github.com/felixr/urxvt-theme-switch" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND="x11-terms/rxvt-unicode[perl]" - -src_install() { - insinto /usr/$(get_libdir)/urxvt/perl - doins color-themes - einstalldocs -}