commit: 7f9c73d974cb97e6f5e1b11eab677a611f173e67 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Nov 30 21:39:01 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Nov 30 21:39:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f9c73d9
net-misc/hotssh: initial ebuild Supposedly integrates nicely with Gnome to deal with connection on suspend/resume. --- net-misc/hotssh/hotssh-9999.ebuild | 29 +++++++++++++++++++++++++++++ net-misc/hotssh/metadata.xml | 5 +++++ 2 files changed, 34 insertions(+) diff --git a/net-misc/hotssh/hotssh-9999.ebuild b/net-misc/hotssh/hotssh-9999.ebuild new file mode 100644 index 0000000..7c3cb51 --- /dev/null +++ b/net-misc/hotssh/hotssh-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 +" diff --git a/net-misc/hotssh/metadata.xml b/net-misc/hotssh/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-misc/hotssh/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> +</pkgmetadata>
