diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 13:55:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 13:57:28 +0200 |
commit | 38c1111d4ae351dd1b1c881acc375699ec8e69d2 (patch) | |
tree | cd7960e0b2ecd0cfb4b806b652663768d913e3f0 /x11-terms | |
parent | media-video/totem: fix install with USE=gtk-doc (diff) | |
download | gentoo-38c1111d4ae351dd1b1c881acc375699ec8e69d2.tar.gz gentoo-38c1111d4ae351dd1b1c881acc375699ec8e69d2.tar.bz2 gentoo-38c1111d4ae351dd1b1c881acc375699ec8e69d2.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.8.9.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-terms/xfce4-terminal/Manifest b/x11-terms/xfce4-terminal/Manifest index 8ec54891ec89..e6d97b844603 100644 --- a/x11-terms/xfce4-terminal/Manifest +++ b/x11-terms/xfce4-terminal/Manifest @@ -1,2 +1 @@ DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358 SHA512 92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4 -DIST xfce4-terminal-0.8.9.2.tar.bz2 945176 BLAKE2B a37a665601c5bdb2f53cd62a0909befaabd9bca0747d477fe369f4e325be15a362d249ae675e6cf707ecc89e623b4b1d73f7a31d32f6c6fcc13e4c57684f5d4b SHA512 1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94 diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild deleted file mode 100644 index 3f7498753831..000000000000 --- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver - -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 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="utempter" - -RDEPEND=">=dev-libs/glib-2.38:2= - >=x11-libs/gtk+-3.20.8:3= - x11-libs/libX11:= - >=x11-libs/vte-0.38:2.91= - >=xfce-base/libxfce4ui-4.10:=[gtk3(+)] - utempter? ( sys-libs/libutempter:= )" -DEPEND="${RDEPEND} - dev-libs/libxml2 - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS ) - -src_configure() { - local myconf=( - $(use_with utempter) - ) - - econf "${myconf[@]}" -} |