commit:     866bcdc4f502bf15af69b2ce1611b86891d80ec4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:11:16 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:41:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866bcdc4

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.3.ebuild               | 49 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/xfce-extra/xfce4-places-plugin/Manifest 
b/xfce-extra/xfce4-places-plugin/Manifest
index 4b97a74c2b6f..08528f375365 100644
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ b/xfce-extra/xfce4-places-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-places-plugin-1.8.3.tar.bz2 388661 BLAKE2B 
c824db5b7cfb1458c3562ab8dc1334d8fd7223ede49c62f52def23c16899848490907a044998e205a31837c96264415c9cfe2ef7adac5ddabd9f4440cafae562
 SHA512 
31ab8a47606c6406e93a753c55eb902fb25828f2c89c31814c11534dde327e656678ffcd590b41ebfab0a761bfcf0dae72e1ca3bb84eef5d0592f52114556ac9
 DIST xfce4-places-plugin-1.8.4.tar.bz2 452904 BLAKE2B 
b0a331ce87cbd170c8fbec0b2e772901550efea982bec29e3a70d72c5905c278834b4b595497720e02e1c1dee6de05dce0aeb8f316fc892ffd781991973f81e2
 SHA512 
41c9386989ad18fd6b3e30779c964b13db2c03c60de573397109ff745cde52e0fc4965dae365b3aac5e5ad72cf64144268621fcda5485c7b6d65de673d886fe9

diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.3.ebuild 
b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.3.ebuild
deleted file mode 100644
index 14ec9b3c2a17..000000000000
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 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="~alpha 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-0.6:=
-       >=xfce-base/libxfce4ui-4.13:=
-       >=xfce-base/libxfce4util-4.12:=
-       >=xfce-base/xfce4-panel-4.12:=
-       >=xfce-base/xfconf-4.12:=
-       libnotify? ( >=x11-libs/libnotify-0.7:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       dev-util/intltool
-       sys-devel/gettext
-       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