commit:     cfad9b2b3a70d1209f55232745872feb26b06258
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 05:35:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 06:55:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfad9b2b

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest                  |  2 -
 .../xfce4-terminal/xfce4-terminal-1.0.2.ebuild     | 50 ----------------------
 .../xfce4-terminal/xfce4-terminal-1.0.3.ebuild     | 50 ----------------------
 3 files changed, 102 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index bf38604af8a7..dbc0c39a767c 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1 @@
-DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757
-DIST xfce4-terminal-1.0.3.tar.bz2 1000750 BLAKE2B 
7d8f39725619f9c67b671a0ba3f358c448e53b47d8454233ab97c31735a64d6050e180d1612cbaa9cddf619daf9b12dbb77d97e0737f81337ffe5cb5d9303e4a
 SHA512 
b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3
 DIST xfce4-terminal-1.0.4.tar.bz2 1009367 BLAKE2B 
48a618f8ea98ad0408d8e54d4489358874e9e0e3c6a7011f298d0fed21512783258598cc59013c7406128e68d7311ddf64fdb13f9517306a819db50edc0555cc
 SHA512 
76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
deleted file mode 100644
index 8faf23b0abf0..000000000000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 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.51.3:2.91=
-       >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-       >=xfce-base/xfconf-4.16:=
-       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
-}

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
deleted file mode 100644
index 515d1165885b..000000000000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 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.51.3:2.91=
-       >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-       >=xfce-base/xfconf-4.16:=
-       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