diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-16 10:13:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-16 10:13:26 -0400 |
commit | b256e784aedf045f13f64c0009f5a7ebe880dcbf (patch) | |
tree | 7cebd2257fd5fbcf47e0dde741282a6eb5a42644 /net-misc/hotssh/hotssh-9999.ebuild | |
parent | app-office/gnome-todo: Remove, in ::gentoo since a long time (diff) | |
download | gnome-b256e784aedf045f13f64c0009f5a7ebe880dcbf.tar.gz gnome-b256e784aedf045f13f64c0009f5a7ebe880dcbf.tar.bz2 gnome-b256e784aedf045f13f64c0009f5a7ebe880dcbf.zip |
Remove unsourceable ebuilds
Closes: https://bugs.gentoo.org/856190
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-misc/hotssh/hotssh-9999.ebuild')
-rw-r--r-- | net-misc/hotssh/hotssh-9999.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/hotssh/hotssh-9999.ebuild b/net-misc/hotssh/hotssh-9999.ebuild deleted file mode 100644 index a873a619..00000000 --- a/net-misc/hotssh/hotssh-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2-live - -DESCRIPTION="An interface to Secure Shell for Gnome and OpenSSH" -HOMEPAGE="https://wiki.gnome.org/Apps/HotSSH" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.34:2 - >=x11-libs/gtk+-3.10:3 - x11-libs/vte:2.91 - dev-libs/libgsystem - net-libs/libgssh:1 -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.50.1 - sys-devel/gettext - virtual/pkgconfig -" |