commit: 519a8140f664c9a0c2b3264f073d179e810eae56
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:53:21 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:57:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a8140
xfce-extra/xfce4-windowck-plugin: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-extra/xfce4-windowck-plugin/Manifest | 1 -
.../xfce4-windowck-plugin-0.5.0.ebuild | 53 ----------------------
2 files changed, 54 deletions(-)
diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest
b/xfce-extra/xfce4-windowck-plugin/Manifest
index 1bb7bcfe5631..bf5b6b344077 100644
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-windowck-plugin-0.5.0.tar.bz2 404966 BLAKE2B
0dd76bdc5688c834c5223f1457a9a7db2b47ddaf8fe6f02970fef44d3cfef1e14136d1b786c65132084a705b5ca12d3c34597c0371c5da9e6661ab04a05a61f8
SHA512
ea3da45460201c88c7b7cd0c18715a2dad63f9c95e96450a2d39217523b5bac8f5dc671d3d71d9c7ca309c5d9b78cf18ddabd955da510a57d3bb2aeeb91507f4
DIST xfce4-windowck-plugin-0.5.1.tar.bz2 396115 BLAKE2B
f7c9c4094cd482a61438345c57b59a9899fb7e15aec686c50f03793b6677ac4c0aa4c9d4cd8dedbb2d4f6fc4780b8dcb751bdb971b3003e981ef61d59a06c99e
SHA512
cb5eb377b9c4cd118b923832ffa6bc4dc104fe74f9b1c6ed24a066c9f94c2787fa94782af394a75ed1f36300a7cfad9a2f9fafebdc7f1e7ebc34864ccb1a622c
diff --git
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild
deleted file mode 100644
index 858a3554cdeb..000000000000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit python-any-r1 xdg-utils
-
-DESCRIPTION="Panel plugin to put the maximized window title and window buttons
on the panel"
-HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- x11-libs/gtk+:3
- x11-libs/libwnck:3
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.14:=
- >=xfce-base/libxfce4util-4.14:=
- >=xfce-base/xfce4-panel-4.14:=
- >=xfce-base/xfconf-4.14:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- ${PYTHON_DEPS}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- python_fix_shebang themes/*/*/generator.py
- default
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}