Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/hotssh/
Date: Sun, 30 Nov 2014 21:40:00
Message-Id: 1417383541.7f9c73d974cb97e6f5e1b11eab677a611f173e67.eva@gentoo
1 commit: 7f9c73d974cb97e6f5e1b11eab677a611f173e67
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 30 21:39:01 2014 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 30 21:39:01 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f9c73d9
7
8 net-misc/hotssh: initial ebuild
9
10 Supposedly integrates nicely with Gnome to deal with connection on
11 suspend/resume.
12
13 ---
14 net-misc/hotssh/hotssh-9999.ebuild | 29 +++++++++++++++++++++++++++++
15 net-misc/hotssh/metadata.xml | 5 +++++
16 2 files changed, 34 insertions(+)
17
18 diff --git a/net-misc/hotssh/hotssh-9999.ebuild b/net-misc/hotssh/hotssh-9999.ebuild
19 new file mode 100644
20 index 0000000..7c3cb51
21 --- /dev/null
22 +++ b/net-misc/hotssh/hotssh-9999.ebuild
23 @@ -0,0 +1,29 @@
24 +# Copyright 1999-2014 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +
28 +EAPI="5"
29 +GCONF_DEBUG="no"
30 +
31 +inherit gnome2-live
32 +
33 +DESCRIPTION="An interface to Secure Shell for Gnome and OpenSSH"
34 +HOMEPAGE="https://wiki.gnome.org/Apps/HotSSH"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64"
39 +IUSE=""
40 +
41 +RDEPEND="
42 + >=dev-libs/glib-2.34:2
43 + >=x11-libs/gtk+-3.10:3
44 + x11-libs/vte:2.91
45 + dev-libs/libgsystem
46 + net-libs/libgssh:1
47 +"
48 +DEPEND="${RDEPEND}
49 + >=dev-util/intltool-0.50.1
50 + sys-devel/gettext
51 + virtual/pkgconfig
52 +"
53
54 diff --git a/net-misc/hotssh/metadata.xml b/net-misc/hotssh/metadata.xml
55 new file mode 100644
56 index 0000000..6e0e2ec
57 --- /dev/null
58 +++ b/net-misc/hotssh/metadata.xml
59 @@ -0,0 +1,5 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <herd>gnome</herd>
64 +</pkgmetadata>