commit:     78b70e65cd80e383121108a3b79b1446265b3d67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 10:32:46 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 10:35:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b70e65

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-0.9.0.ebuild     | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 8fceacf7ca34..fde2d74e1e3c 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
-DIST xfce4-terminal-0.9.0.tar.bz2 1006628 BLAKE2B 
a96d661a38865af67119729ce0d401f2b08a43ed3ade891fc65756b007b40b43485d4fdad83529323984a6c9f6df4ea7548c9bcbadf7ec25dce97add5d0f0592
 SHA512 
c431cc3ba93695683301d4a742758ad26994d892d00f394d166315b62a70d00c04e32752fa478b9afbf5642916a0da9470ea22079f9698fbb8455f45f05e2453
 DIST xfce4-terminal-0.9.1.tar.bz2 1017371 BLAKE2B 
fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9
 SHA512 
0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
deleted file mode 100644
index 182386ffe3aa..000000000000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 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";
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="utempter"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-       >=x11-libs/gtk+-3.22:3=
-       x11-libs/libX11:=
-       >=x11-libs/vte-0.46:2.91=
-       >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
-       >=xfce-base/xfconf-4.14:=
-       utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-libs/libxml2
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_configure() {
-       local myconf=(
-               $(use_with utempter)
-       )
-
-       econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to