diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-24 19:12:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-24 19:12:09 +0100 |
commit | d0719dac7e4357ebd03a9cf34e217a816ded0f4a (patch) | |
tree | 9e0e1f352e07a17ed774f36ba52367ef0abb0034 /x11-terms | |
parent | app-arch/libarchive: Added verify-sig integration. (diff) | |
download | gentoo-d0719dac7e4357ebd03a9cf34e217a816ded0f4a.tar.gz gentoo-d0719dac7e4357ebd03a9cf34e217a816ded0f4a.tar.bz2 gentoo-d0719dac7e4357ebd03a9cf34e217a816ded0f4a.zip |
x11-terms/xfce4-terminal: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xfce4-terminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-terms/xfce4-terminal/Manifest b/x11-terms/xfce4-terminal/Manifest index 86a586c36133..a43be3e0a401 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.1.tar.bz2 1017371 BLAKE2B fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9 SHA512 0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318 DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee SHA512 1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild deleted file mode 100644 index 182386ffe3aa..000000000000 --- a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.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 -} |