diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-07 09:28:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-07 10:28:11 +0200 |
commit | 3f01749c9cd42a02818cda6b103d4b3c8dffbe77 (patch) | |
tree | 37b8031f58eb1d2e26ebff441558898b5ce3a2ec /x11-terms/xfce4-terminal | |
parent | media-video/parole: Drop old (diff) | |
download | gentoo-3f01749c9cd42a02818cda6b103d4b3c8dffbe77.tar.gz gentoo-3f01749c9cd42a02818cda6b103d4b3c8dffbe77.tar.bz2 gentoo-3f01749c9cd42a02818cda6b103d4b3c8dffbe77.zip |
x11-terms/xfce4-terminal: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-terms/xfce4-terminal')
-rw-r--r-- | x11-terms/xfce4-terminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.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 50efa8151501..4b7ab739de55 100644 --- a/x11-terms/xfce4-terminal/Manifest +++ b/x11-terms/xfce4-terminal/Manifest @@ -1,2 +1 @@ -DIST xfce4-terminal-0.8.7.2.tar.bz2 889974 BLAKE2B cf3aff96e0038f77fd40dcfd6dcfad898a85bd607ec6726606f4537864d4d222b7171675872e40a8c8133aafeedefd9fb9dfb5f3bfa3f2cae490dd68b1ccde13 SHA512 adcf43c6f9c8512ef82548347af985a2e23a7d88a2aea51eb48a483108cb23fd5fee7736b4cf85a6eac6911e063ea4d395d8cc25feee153ecd83250fb139ac5f DIST xfce4-terminal-0.8.7.4.tar.bz2 884272 BLAKE2B 563223180cf781fa1723821c3851e60e15fc59473bf8608f781b8dffac052b90fbe4be672d4d878ffd00686ad992e2d5c53dbfdc80539e7197dcb631314f3370 SHA512 de56c08d5be47583484acf9aa5b3c0a0f14b1ac2790e0f6b59db61f80d71f871ff87e94f9353a0cc187cf1d9dff643e40ce15ed60a24d550843d898eee3d62dd diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild deleted file mode 100644 index 1730de65cad0..000000000000 --- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="utempter" - -RDEPEND=">=dev-libs/glib-2.32: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[@]}" -} |