diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-08-12 17:32:12 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-09-25 16:14:08 +0200 |
commit | 27240834dcc22cef774c90b4e65ae48fa45b7d1d (patch) | |
tree | 9256de1756e9e59ffbed43b68d18a16887615700 /x11-themes | |
parent | x11-themes/gnustep-silver-theme: bump EAPI & more (diff) | |
download | gentoo-27240834dcc22cef774c90b4e65ae48fa45b7d1d.tar.gz gentoo-27240834dcc22cef774c90b4e65ae48fa45b7d1d.tar.bz2 gentoo-27240834dcc22cef774c90b4e65ae48fa45b7d1d.zip |
x11-themes/gnustep-silver-theme: drop 3.1-r1
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38117
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r1.ebuild b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r1.ebuild deleted file mode 100644 index 2fd15948d9fc..000000000000 --- a/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnustep-2 - -MY_P=Silver.theme-${PV} -DESCRIPTION="a GNUstep silver theme" -HOMEPAGE="http://wiki.gnustep.org/index.php/Silver.theme" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -pkg_postinst() { - elog "Use gnustep-apps/systempreferences to switch theme" -} |