commit:     cb92284b828e0444da2bc59ba533c8a804bce4a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 17:04:01 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 17:04:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb92284b

xfce-extra/xfce4-windowck-plugin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-windowck-plugin/Manifest          |  2 -
 .../xfce4-windowck-plugin-0.5.2.ebuild             | 45 ---------------------
 .../xfce4-windowck-plugin-0.6.0.ebuild             | 46 ----------------------
 3 files changed, 93 deletions(-)

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
index 3b92b84aa203..242c80b73024 100644
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-windowck-plugin-0.5.2.tar.bz2 516409 BLAKE2B 
6b86e0e44dd29a4ee656a743173524fa8d7c67b7dcb21e7b94dde0051285ed451a77ad6dab1a58e8e5121e5f7e4140d0fbcb06abe0d374336c40eb7aedfee7ac
 SHA512 
91b8e511b16ddef6a143e00a8c7e6a31317f20749704cf8ff43a7e8efc610f9a6e5405c2ab77491285bdf274c66989af3e5928fa41effcafd0396c53c2157226
-DIST xfce4-windowck-plugin-0.6.0.tar.xz 101992 BLAKE2B 
adb9a663972efdbaab577d70722e628e7936018474f2d12427f031ebeb9fcbad3202c463d7b80193ed1b5631be31a56ca9c1b21ea66732f89e1e123d25e7a228
 SHA512 
6719fa70ea7de3fe4ec6ff713de7b2171a8aaff70bfe0150c0e0c80da4823d2003bcdb445a3da90063e7db93b1ed382b1b512474ef5d40e40cb5e89541a42520
 DIST xfce4-windowck-plugin-0.6.1.tar.xz 101992 BLAKE2B 
b09f639c611f1e51b7b04bd4a7cd8dc3139fb06d50e191694e9833269c58267e9b908fd1078794854a00ce9df405bd038b814b4a897872209af54905face830e
 SHA512 
feb23464612bbfb3fc21914646b6ce6b7b658e1ea2c043a55df1d6831eee81a5878071c920f6e26ac0b0ad73aa10123358429779549ea966a42d6eb9435b4f0a

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild
deleted file mode 100644
index d7652e759436..000000000000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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="
-       >=dev-libs/glib-2.50.0
-       >=x11-libs/gtk+-3.22.0:3
-       >=x11-libs/libwnck-3.22:3
-       x11-libs/libX11
-       >=xfce-base/libxfce4ui-4.16.0:=
-       >=xfce-base/libxfce4util-4.16.0:=
-       >=xfce-base/xfce4-panel-4.16.0:=
-       >=xfce-base/xfconf-4.16.0:=
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild
deleted file mode 100644
index e19085a79b12..000000000000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit meson 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.xz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       >=dev-libs/glib-2.64.0
-       >=x11-libs/gtk+-3.22.0:3
-       >=x11-libs/libwnck-3.22:3
-       >=xfce-base/libxfce4ui-4.16.0:=
-       >=xfce-base/libxfce4util-4.16.0:=
-       >=xfce-base/xfce4-panel-4.16.0:=
-       >=xfce-base/xfconf-4.16.0:=
-"
-RDEPEND="
-       ${DEPEND}
-"
-# dev-libs/glib for glib-compile-resources
-BDEPEND="
-       ${PYTHON_DEPS}
-       >=dev-libs/glib-2.64.0
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to