From: "Alice Ferrazzi" <alicef@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sshrc/
Date: Fri, 7 Oct 2016 14:54:12 +0000 (UTC) [thread overview]
Message-ID: <1475851752.824f155401be902989dac872e8115d296b16dcaf.alicef@gentoo> (raw)
commit: 824f155401be902989dac872e8115d296b16dcaf
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 14:49:12 2016 +0000
Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 14:49:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824f1554
net-misc/sshrc: New package
Bring your .bashrc, .vimrc, etc.
from your local machine when you ssh
Gentoo-bug: 596184
Ebuild-by: <otakuto.gentoo <AT> gmail.com>
Package-Manager: portage-2.3.0
net-misc/sshrc/Manifest | 1 +
net-misc/sshrc/metadata.xml | 18 ++++++++++++++++++
net-misc/sshrc/sshrc-0.6.1.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/net-misc/sshrc/Manifest b/net-misc/sshrc/Manifest
new file mode 100644
index 00000000..23a1181
--- /dev/null
+++ b/net-misc/sshrc/Manifest
@@ -0,0 +1 @@
+DIST sshrc-0.6.1.tar.gz 3701 SHA256 e849ff19319381548011a9bdf1e33abc6eba3dc6a910c4226e6981d75d5564dd SHA512 69e0919bdef0ec6fb187814f1a0dd360b331dc4c0fc047f7767399944eccb949c172682331e6ebe940c275f0a2b6293a66a6018e12351f566638eed1ac362d64 WHIRLPOOL 590e0bad2239466f1f37dd44f04ff9c3dec39d654fe48dbfbb40a607eb82700a50cc01877e231c086ee1895c9c072a8caae7b7f42c5b7184855615abb4bee5ed
diff --git a/net-misc/sshrc/metadata.xml b/net-misc/sshrc/metadata.xml
new file mode 100644
index 00000000..f0ef82c
--- /dev/null
+++ b/net-misc/sshrc/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>otakuto.gentoo@gmail.com</email>
+ <name>Tact Yoshida</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="mosh">Install Support for mosh</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">Russell91/sshrc</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/sshrc/sshrc-0.6.1.ebuild b/net-misc/sshrc/sshrc-0.6.1.ebuild
new file mode 100644
index 00000000..c729892
--- /dev/null
+++ b/net-misc/sshrc/sshrc-0.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Bring your .bashrc, .vimrc, etc. from your local machine when you ssh"
+HOMEPAGE="https://github.com/Russell91/sshrc"
+SRC_URI="https://github.com/Russell91/sshrc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mosh"
+
+RDEPEND="
+ virtual/ssh:0=
+ mosh? ( net-misc/mosh:0[client] )
+"
+
+src_install()
+{
+ dobin sshrc
+ use mosh && dobin moshrc
+}
next reply other threads:[~2016-10-07 14:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 14:54 Alice Ferrazzi [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-07 15:37 [gentoo-commits] repo/gentoo:master commit in: net-misc/sshrc/ Alice Ferrazzi
2016-10-14 17:04 Michael Palimaka
2018-07-21 21:59 Patrice Clement
2018-12-29 19:12 Thomas Deutschmann
2019-01-03 10:30 Mikle Kolyada
2022-08-31 4:59 Alice Ferrazzi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475851752.824f155401be902989dac872e8115d296b16dcaf.alicef@gentoo \
--to=alicef@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox