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

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

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

 xfce-extra/xfce4-places-plugin/Manifest            |  1 -
 .../xfce4-places-plugin-1.8.4.ebuild               | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/xfce-extra/xfce4-places-plugin/Manifest 
b/xfce-extra/xfce4-places-plugin/Manifest
index 4e89a3f87185..e098f09df227 100644
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ b/xfce-extra/xfce4-places-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-places-plugin-1.8.4.tar.bz2 452904 BLAKE2B 
b0a331ce87cbd170c8fbec0b2e772901550efea982bec29e3a70d72c5905c278834b4b595497720e02e1c1dee6de05dce0aeb8f316fc892ffd781991973f81e2
 SHA512 
41c9386989ad18fd6b3e30779c964b13db2c03c60de573397109ff745cde52e0fc4965dae365b3aac5e5ad72cf64144268621fcda5485c7b6d65de673d886fe9
 DIST xfce4-places-plugin-1.9.0.tar.xz 91372 BLAKE2B 
34880812c28ffc961e429d81ec281d15aa7473193ce3f0c2b8cb6a6cb75293689ef4d1faa0ddfd6a2eb0f5ea93512abd2058f1f0c589a7f5d92dccad93998c1a
 SHA512 
f8553a7639a4d360e6c555603ad0430d7264668fa8afd068562becaf4aad407c7cb38f9a26fb1688755300bee01f731431637938651aa62d65f3557e381aa0bf

diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.4.ebuild 
b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.4.ebuild
deleted file mode 100644
index 650af6c2e75e..000000000000
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A panel plug-in to provide quick access to files, folders and 
removable media"
-HOMEPAGE="
-       https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
-       https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/
-"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="libnotify"
-
-DEPEND="
-       >=dev-libs/glib-2.50:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libX11:=
-       >=xfce-base/exo-4.16.0:=
-       >=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:=
-       libnotify? ( >=x11-libs/libnotify-0.7.0:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local myconf=(
-               $(use_enable libnotify notifications)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to