summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 08:39:15 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 08:41:56 +0100
commit3a10de657b46dcf977c7f1bfb13dc9f1c4cce100 (patch)
tree13f96bac654605aa4c92d40625bc5bf4b001cbbd /xfce-extra/xfce4-kbdleds-plugin
parentxfce-extra/xfce4-windowck-plugin: Remove last-rited pkg (diff)
downloadgentoo-3a10de657b46dcf977c7f1bfb13dc9f1c4cce100.tar.gz
gentoo-3a10de657b46dcf977c7f1bfb13dc9f1c4cce100.tar.bz2
gentoo-3a10de657b46dcf977c7f1bfb13dc9f1c4cce100.zip
xfce-extra/xfce4-kbdleds-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-kbdleds-plugin')
-rw-r--r--xfce-extra/xfce4-kbdleds-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-kbdleds-plugin/Manifest b/xfce-extra/xfce4-kbdleds-plugin/Manifest
index 3203283f58c0..ec84a073d077 100644
--- a/xfce-extra/xfce4-kbdleds-plugin/Manifest
+++ b/xfce-extra/xfce4-kbdleds-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-kbdleds-plugin-0.0.6.tar.bz2 265889 BLAKE2B 1b166dce725f92fe05273d427dd4d185e6a240c984e4e2503f092af222e7a08b8697b8031804490322bb156bc5109c82f38273278fff185a9039b26334541ef2 SHA512 2cc48ec04d24ff55900c511c1fbe3ce1f7c45e59a30098a3b8af292ff5b219e7050e81d22f449f77ac79129b63db20ea61cb49730c5092583b935190149e127f
DIST xfce4-kbdleds-plugin-0.2.3.tar.bz2 321690 BLAKE2B 847bbf675b97659c86c0668ab9ce96787866734377f3fdb49d4b5f18a3735cace66279783df92fe8cfff57ff05f4f09fa3fff23e0dc89f1b2d0fbd512e5089f5 SHA512 ddedaf430226f77d03f63f4dc31518184fd808d01c6049adbf41cacc2f46c78c3ce48c5a0450c200acda4a328d9716d54f7cc225913f4761a0526710b76f0cee
diff --git a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild
deleted file mode 100644
index 17aed756b127..000000000000
--- a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel plug-in to show state of Caps, Num and Scroll Lock keys"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin"
-SRC_URI="http://compas.com.ua/oco/file/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="<xfce-base/libxfce4ui-4.15:=[gtk2(+)]
- >=xfce-base/libxfce4util-4.8
- <xfce-base/xfce4-panel-4.15:=[gtk2(+)]
- >=x11-libs/gtk+-2.20:2"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}