commit:     ecfc782962bdac72c679f5031e0b17fb8471911d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 15:43:12 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 15:43:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfc7829

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest                  |  1 -
 .../xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild  | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 8321342a3c71..ee9956cfd448 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1 @@
-DIST xfce4-terminal-1.1.4.tar.bz2 1498643 BLAKE2B 
290a765b8873b54f799166fa28e4ff92d712a7b90cbd16479ea3aa1eb93782f8f63b7a45c0a6ec62fba6b1cebfa9d7a80ffd8ab9b6f482c14a83a842167645eb
 SHA512 
c2a749f75142690f188d1f66a63573c612bb47db42f1933d63cfd8026ac0a66067112d92ff52f9ce7dfb735f7f6ea1ac55d34077be0341e7848dd7daffc101a9
 DIST xfce4-terminal-1.1.5.tar.xz 440192 BLAKE2B 
d17a90a89e883d274e63ccba8332fc5b4caf4a9fab50eed26afc1401795df305ba4190cfb8e653b7a2730226dd3f6a870e32581a0c5ba2d660cbe79000ba9a54
 SHA512 
075ce32f60198ab6f99ac08f9b00328c70cc3b35a082dcdbf245028a31f471fb5758c2d5569f6ccdce9593c70040f8a88d87ea53b86e021e603a85413b6f89c5

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.ebuild
deleted file mode 100644
index ff1fdcf76054..000000000000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.4-r1.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="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="
-       https://docs.xfce.org/apps/terminal/start
-       https://gitlab.xfce.org/apps/xfce4-terminal/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-solaris"
-IUSE="utempter wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
-       >=dev-libs/glib-2.44.0:2
-       >=dev-libs/libpcre2-10.00:=
-       >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
-       >=x11-libs/vte-0.51.3:2.91
-       >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
-       >=xfce-base/xfconf-4.16.0:=
-       utempter? ( sys-libs/libutempter:= )
-       wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
-       X? ( >=x11-libs/libX11-1.6.7 )
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       dev-libs/libxml2
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local myconf=(
-               $(use_with utempter)
-               $(use_enable wayland)
-               $(use_enable wayland gtk-layer-shell)
-               $(use_enable X x11)
-       )
-
-       econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to