summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-09-26 23:01:00 +0200
committerMartin Väth <martin@mvath.de>2016-09-26 23:01:00 +0200
commit2a3a9c1a62ff3b26ef2106f441e1057a4b1c8414 (patch)
tree68f54109f770c5f381603f5a17d8afbe9cef6ab7 /net-misc/sshstart/sshstart-2.15.ebuild
parentapp-portage/trickyfetch: Version bump (diff)
downloadmv-2a3a9c1a62ff3b26ef2106f441e1057a4b1c8414.tar.gz
mv-2a3a9c1a62ff3b26ef2106f441e1057a4b1c8414.tar.bz2
mv-2a3a9c1a62ff3b26ef2106f441e1057a4b1c8414.zip
net-misc/sshstart: Version bump
Diffstat (limited to 'net-misc/sshstart/sshstart-2.15.ebuild')
-rw-r--r--net-misc/sshstart/sshstart-2.15.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/sshstart/sshstart-2.15.ebuild b/net-misc/sshstart/sshstart-2.15.ebuild
deleted file mode 100644
index 9fa3b9e0..00000000
--- a/net-misc/sshstart/sshstart-2.15.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT="mirror"
-
-DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends"
-HOMEPAGE="https://github.com/vaeth/sshstart/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+keychain"
-RDEPEND="app-shells/push
- keychain? ( net-misc/keychain )"
-DEPEND=""
-
-src_prepare() {
- use prefix || sed -i \
- -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
- -- "${PN}" || die
- eapply_user
-}
-
-src_install() {
- dobin "${PN}"
- dodoc README
-}