commit:     fe9c294faba2c252366634d92863c40a8215ed44
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 20:27:21 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 20:27:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9c294f

gui-libs/libdecor: Drop old 0.2.2-r1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 gui-libs/libdecor/Manifest                 |  1 -
 gui-libs/libdecor/libdecor-0.2.2-r1.ebuild | 54 ------------------------------
 2 files changed, 55 deletions(-)

diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest
index 2934609c2c6d..ac1850dc6099 100644
--- a/gui-libs/libdecor/Manifest
+++ b/gui-libs/libdecor/Manifest
@@ -1,2 +1 @@
-DIST libdecor-0.2.2.tar.bz2 45375 BLAKE2B 
86e78ce5017b0babc627b5f9ce75b7e2cca38929e3c382828e0453329efed707e2c010fb51522b7b5077a616d54cf2f9af70d5b3d68d2b2aa1d6d36b7a834b8d
 SHA512 
f9761a8c59dc85dd92c871f73192ab05eb56ea34e85a38b5a7222822173f9fd71b5bfb5cffe2782e8c0a6275100e32b6761143cb1469dbcc6988d046a09f1b9a
 DIST libdecor-0.2.3.tar.bz2 45727 BLAKE2B 
0a0adfcf90eaaba5961498665970ed4611123b8d6fc1b39d3bf1dcba32cfc681d5997fbe30786eae7964d3d12bf3f4b3b28cb5c9576a41b766bd68826c26dfff
 SHA512 
9aa9ba80499fe34d1fb5495e5fae6bdeb9b60e39944fa75f2afcc22fb1cc0b510a5bb9a7774e3011b1902a24b34bf39b066492c356528615c1d91e398c6d15a3

diff --git a/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild 
b/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild
deleted file mode 100644
index 2c41e124969f..000000000000
--- a/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson-multilib
-
-DESCRIPTION="A client-side decorations library for Wayland clients"
-HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor";
-if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git";
-       inherit git-r3
-else
-       
SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2";
-       KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
-fi
-LICENSE="MIT"
-SLOT="0"
-IUSE="+dbus +gtk examples"
-
-RDEPEND="
-       >=dev-libs/wayland-1.18[${MULTILIB_USEDEP}]
-       x11-libs/pango[${MULTILIB_USEDEP}]
-       x11-libs/cairo[${MULTILIB_USEDEP}]
-       dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-       gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-       examples? (
-               media-libs/libglvnd
-               x11-libs/libxkbcommon
-       )
-"
-
-DEPEND="
-       ${RDEPEND}
-       >=dev-libs/wayland-protocols-1.15
-"
-
-BDEPEND="
-       dev-util/wayland-scanner
-       virtual/pkgconfig
-"
-
-multilib_src_configure() {
-       local emesonargs=(
-               # Avoid auto-magic, built-in feature of meson
-               -Dauto_features=disabled
-               $(meson_feature gtk)
-               $(meson_feature dbus)
-               $(meson_native_use_bool examples demo)
-               -Dinstall_demo=true
-       )
-
-       meson_src_configure
-}

Reply via email to