commit:     108c17bac8dc4498a9da5403fb3267d79381b340
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 09:37:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 09:37:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c17ba

xfce-base/libxfce4ui: Remove old

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

 xfce-base/libxfce4ui/Manifest                 |  1 -
 xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild | 76 -----------------------
 xfce-base/libxfce4ui/libxfce4ui-4.20.0.ebuild | 86 ---------------------------
 3 files changed, 163 deletions(-)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index 479b8c1254ce..701b75520527 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,4 +1,3 @@
 DIST libxfce4ui-4.18.6.tar.bz2 906477 BLAKE2B 
b9b1a6a3a82760147cdcf9cd462c58044f640bb0c6eaa96f1f56247d6d01ce3ca97d47f6ffa03206452d0501250d6c72fd0c018870ed2c679e9226f44e618ce4
 SHA512 
1c704dd26793a304fef98c48bc3ca860248e746e9e5c39f22e984439e1a20209763e80e40e6bffcf8f0d773b323b825ebd5da4d88352582e56dfeb7c9b2ca47c
-DIST libxfce4ui-4.20.0.tar.bz2 1199495 BLAKE2B 
83ce64e1a7131142e53d9eb3cc4a301267f57512bcf86ebfbc14d804f79e249e80ebb96f0c6dd70ea2481b20b8810a3c21caa352b37f6950f70868b54d44e999
 SHA512 
33d44e57784542278941803026c9730c7fc680e3bfdebf8656fcd55fcdad3e75846c7aedc940540d8c6c6e88a00c5caec279527dd1db13731c679aa1b9cd7138
 DIST libxfce4ui-4.20.1.tar.bz2 1214543 BLAKE2B 
84c843f6efdb4a429e3133241eb76707fb2a014848445b071725c4522d92808b8a12dd435c568e6c322097565050c1b009b4501b1d430a8e43cfaf9f8ea27f59
 SHA512 
f530e14302a4e11cc04111d5488ad4b8727bc016bfdef5fd29e1098209fd5e886dde3102bd0feab7c49daff964a4fa208b67dd83be806171f832f09e27ba40a7
 DIST libxfce4ui-4.21.0.tar.xz 505448 BLAKE2B 
24b935f53cbcd80c7774319823b0fc916a6844953fe3d40d8f979157374494f84d38ec0e3e53863ebb5af208fa73ae33d465a9005e4e97cf43aa8436611892e0
 SHA512 
0ddca1d0a9bc9277838f4e395c065b3d0df73ba001c12087dd54307f63be2d271a15084fa657fc30143e03a9924ad793ebaab7c07720d95fa9102fca05c0ec52

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
deleted file mode 100644
index 2e2bc245f165..000000000000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils vala
-
-DESCRIPTION="Unified widget and session management libs for Xfce"
-HOMEPAGE="
-       https://docs.xfce.org/xfce/libxfce4ui/start
-       https://gitlab.xfce.org/xfce/libxfce4ui/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="glade +introspection startup-notification system-info vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-       >=dev-libs/glib-2.66.0
-       >=x11-libs/gtk+-3.24.0:3[introspection?,X]
-       x11-libs/libX11
-       x11-libs/libICE
-       x11-libs/libSM
-       >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
-       >=xfce-base/xfconf-4.12:=
-       glade? ( dev-util/glade:3.10 )
-       introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-       startup-notification? ( x11-libs/startup-notification )
-       system-info? (
-               dev-libs/libgudev
-               gnome-base/libgtop
-               >=media-libs/libepoxy-1.2
-       )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       dev-lang/perl
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-
-src_configure() {
-       local myconf=(
-               $(use_enable introspection)
-               $(use_enable system-info glibtop)
-               $(use_enable system-info epoxy)
-               $(use_enable system-info gudev)
-               $(use_enable startup-notification)
-               $(use_enable vala)
-               $(use_enable glade gladeui2)
-               --with-vendor-info=Gentoo
-       )
-
-       use vala && vala_setup
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.20.0.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.20.0.ebuild
deleted file mode 100644
index e4147ba48bf5..000000000000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.20.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils vala
-
-DESCRIPTION="Unified widget and session management libs for Xfce"
-HOMEPAGE="
-       https://docs.xfce.org/xfce/libxfce4ui/start
-       https://gitlab.xfce.org/xfce/libxfce4ui/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="glade +introspection startup-notification system-info vala wayland X"
-REQUIRED_USE="
-       || ( wayland X )
-       vala? ( introspection )
-"
-
-DEPEND="
-       >=dev-libs/glib-2.72.0
-       >=x11-libs/gtk+-3.24.0:3[introspection?,wayland?,X?]
-       >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
-       >=xfce-base/xfconf-4.12.0:=
-       glade? ( >=dev-util/glade-3.5.0:3.10 )
-       introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-       system-info? (
-               >=dev-libs/libgudev-232
-               >=gnome-base/libgtop-2.24.0
-               >=media-libs/libepoxy-1.2
-       )
-       X? (
-               >=x11-libs/libICE-1.0.10
-               >=x11-libs/libSM-1.2.3
-               >=x11-libs/libX11-1.6.7
-               startup-notification? ( >=x11-libs/startup-notification-0.4 )
-       )
-"
-RDEPEND="
-       ${DEPEND}
-"
-DEPEND+="
-       x11-base/xorg-proto
-"
-BDEPEND="
-       dev-lang/perl
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-
-src_configure() {
-       local myconf=(
-               $(use_enable glade gladeui2)
-               $(use_enable introspection)
-               $(use_enable system-info glibtop)
-               $(use_enable system-info epoxy)
-               $(use_enable system-info gudev)
-               $(use_enable startup-notification)
-               $(use_enable vala)
-               $(use_enable wayland)
-               $(use_enable X libsm)
-               $(use_enable X x11)
-               --with-vendor-info=Gentoo
-       )
-
-       use vala && vala_setup
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to