commit:     de6da624714fad70d5dd551dba1c3a6f0a944f24
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 13:38:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 13:38:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6da624

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

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

 xfce-extra/xfce4-mailwatch-plugin/Manifest         |  1 -
 .../xfce4-mailwatch-plugin-1.3.2.ebuild            | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest 
b/xfce-extra/xfce4-mailwatch-plugin/Manifest
index 4290c2356129..c2ad17476281 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/Manifest
+++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mailwatch-plugin-1.3.2.tar.bz2 712411 BLAKE2B 
3fff577b5633e59e5d99e96af0134fff2f147590a985db0561a439614471ce75559206add986189fa02ee8e5f8daeb02deb79c12f59fc3cf8468b76d4bf0debd
 SHA512 
97afde722984139cc5714612904915fc42e9b6905078529e3e367908f1880c5ce19f6fb5f381e6d5f3737633451e3a1f55105b1f5eaf6936b0108bd78490efd8
 DIST xfce4-mailwatch-plugin-1.4.0.tar.xz 167520 BLAKE2B 
28399ce378e19e6b021e27a4aee94d62f2bd2d5b788a6292d91708a2651cf10fda2ff10380b4b1f143ac4cb93f556578abbddf94d9dd7e83b60d376c2b057e1f
 SHA512 
a356e6c62d563291dc5686e0f207630615c1695be41cb572e2db3b7b842feb171858438eebf321e584ee6001598a3f94b1eb9340891aba634909d8b7ac86c7a3

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.2.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.2.ebuild
deleted file mode 100644
index 91d4f630c132..000000000000
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="An mail notification panel plug-in for the Xfce desktop 
environment"
-HOMEPAGE="
-       https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start
-       https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/
-"
-SRC_URI="
-       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="ssl"
-
-DEPEND="
-       >=dev-libs/glib-2.50.0:=
-       >=x11-libs/gtk+-3.22.0:3=
-       >=xfce-base/exo-0.11.0:=
-       >=xfce-base/libxfce4ui-4.16.0:=
-       >=xfce-base/libxfce4util-4.16.0:=
-       >=xfce-base/xfce4-panel-4.16.0:=
-       ssl? ( >=net-libs/gnutls-2:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local myconf=(
-               $(use_enable ssl)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to