From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 490C51389E2 for ; Sun, 30 Nov 2014 21:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E3C0E090F; Sun, 30 Nov 2014 21:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E090E08FC for ; Sun, 30 Nov 2014 21:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CB16340465 for ; Sun, 30 Nov 2014 21:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB21DB3EE for ; Sun, 30 Nov 2014 21:39:55 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1417383541.7f9c73d974cb97e6f5e1b11eab677a611f173e67.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/hotssh/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/hotssh/hotssh-9999.ebuild net-misc/hotssh/metadata.xml X-VCS-Directories: net-misc/hotssh/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7f9c73d974cb97e6f5e1b11eab677a611f173e67 X-VCS-Branch: master Date: Sun, 30 Nov 2014 21:39:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88a1dc03-f45a-44bc-920a-67e5e6964f95 X-Archives-Hash: fedf41f3e653eb2edc1d36f513017a23 commit: 7f9c73d974cb97e6f5e1b11eab677a611f173e67 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 30 21:39:01 2014 +0000 Commit: Gilles Dartiguelongue gentoo 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 @@ + + + + gnome +