diff options
author | Martin Väth <martin@mvath.de> | 2012-03-19 22:27:05 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:26 +0200 |
commit | 01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch) | |
tree | 51faca7560d66b840a9f4a6d040e89d48315dcab /net-misc | |
parent | Bump noscript (diff) | |
download | mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.gz mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.bz2 mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.zip |
Bump getdelta. Use vcs-snapshot.eclass. Homepage without variable
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshstart/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/sshstart/sshstart-2.5.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-misc/sshstart/ChangeLog b/net-misc/sshstart/ChangeLog index 990f2e94..6414c9e5 100644 --- a/net-misc/sshstart/ChangeLog +++ b/net-misc/sshstart/ChangeLog @@ -4,10 +4,13 @@ *sshstart-2.5 (28 Feb 2012) - 28 Feb 2011; Martin Väth <martin@mvath.de> + 19 Mar 2012; Martin Väth <martin@mvath.de> + Use vcs-snapshot.eclass + + 28 Feb 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. *sshstart-2.4 (13 Feb 2012) - 13 Feb 2011; Martin Väth <martin@mvath.de> + 13 Feb 2012; Martin Väth <martin@mvath.de> New ebuild from scratch. diff --git a/net-misc/sshstart/sshstart-2.5.ebuild b/net-misc/sshstart/sshstart-2.5.ebuild index a7edfcdc..97c1c12c 100644 --- a/net-misc/sshstart/sshstart-2.5.ebuild +++ b/net-misc/sshstart/sshstart-2.5.ebuild @@ -4,9 +4,10 @@ EAPI="4" RESTRICT="mirror" +inherit vcs-snapshot DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends" -HOMEPAGE="https://github.com/vaeth/${PN}" +HOMEPAGE="https://github.com/vaeth/sshstart/" SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" @@ -16,12 +17,6 @@ IUSE="+keychain" RDEPEND="keychain? ( net-misc/keychain )" DEPEND="" -src_unpack() { - default - cd *"${PN}"-* - S="${PWD}" -} - src_install() { dobin sshstart dodoc README |