diff options
author | Martin Väth <martin@mvath.de> | 2015-06-16 22:07:05 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:23 +0200 |
commit | 61612ccbfe98800ce91c3dcaa94d3c68adf39209 (patch) | |
tree | 44511b71fb28e8b20b36e6acccd5e65bf3542ee2 /net-misc | |
parent | Fix File-lchown dependencies. Remove ExtUtils-CChecker (diff) | |
download | mv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.tar.gz mv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.tar.bz2 mv-61612ccbfe98800ce91c3dcaa94d3c68adf39209.zip |
Version bumps which remove redundant shell quoting
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshstart/ChangeLog | 19 | ||||
-rw-r--r-- | net-misc/sshstart/Manifest | 2 | ||||
-rw-r--r-- | net-misc/sshstart/sshstart-2.12.ebuild (renamed from net-misc/sshstart/sshstart-2.11.ebuild) | 2 |
3 files changed, 14 insertions, 9 deletions
diff --git a/net-misc/sshstart/ChangeLog b/net-misc/sshstart/ChangeLog index 7a8e57bd..c386fcd5 100644 --- a/net-misc/sshstart/ChangeLog +++ b/net-misc/sshstart/ChangeLog @@ -2,13 +2,18 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*sshstart-2.12 (16 Jun 2015) + + 16 Jun 2015; Martin Väth <martin@mvath.de>: + Version bump, remove old ebuild + *sshstart-2.11 (30 Mar 2014) 06 Jul 2014; Martin Väth <martin@mvath.de>: New style github tarball 30 Mar 2014; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.10-r1 (17 Dec 2013) @@ -18,7 +23,7 @@ *sshstart-2.10 (21 Nov 2013) 21 Nov 2013; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.9 (02 Nov 2013) @@ -34,12 +39,12 @@ base->eutils 07 May 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.7 (04 May 2012) 04 May 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.6 (08 Apr 2012) @@ -47,7 +52,7 @@ Inherit base 08 Apr 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.5 (28 Feb 2012) @@ -55,9 +60,9 @@ Use vcs-snapshot.eclass 28 Feb 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *sshstart-2.4 (13 Feb 2012) 13 Feb 2012; Martin Väth <martin@mvath.de>: - New ebuild from scratch. + New ebuild from scratch diff --git a/net-misc/sshstart/Manifest b/net-misc/sshstart/Manifest index e426fd3f..1f884b7b 100644 --- a/net-misc/sshstart/Manifest +++ b/net-misc/sshstart/Manifest @@ -1 +1 @@ -DIST sshstart-2.11.tar.gz 2477 SHA256 437e4de6055104eae6b348df5a9a72761fa3aec030191b256c90c7eb6209a366 SHA512 3bc4ddd8980c17bb63d40174c7c7568edeb56fd0dae3ca3abe1ba5e154a786a0a5516519aeb9a3c5bb2944acbea33a2e49172b1611ad96dac0edd8f30556960e WHIRLPOOL cebf8415362d1510704f0af97f55171cbc9d654b06b8ff431c918c945262649023ae350f8b01add938e91a133f2859c49ca67450da1b04d2bde55aa71629e35e +DIST sshstart-2.12.tar.gz 2459 SHA256 71fb6d1f4ebf1e88cd0f103362d747c7d0060283874b33833513288d44dc7a70 SHA512 8dc183551f582fd62e19d6bee49b6a591ea74dd23800bcec8696bdb5290644a0194cb411a290a45d8e4b9fe761fa8acc2249b5ca4c5e01a1233c332198f53f4a WHIRLPOOL f8b512dc55aefd93f6edb821485f99892edaa24aa0100ac932098b0dbef7dbc57789be6e799a2d44b7485155d2fa83e47bc82753cc028f1e9b4755a7b1114663 diff --git a/net-misc/sshstart/sshstart-2.11.ebuild b/net-misc/sshstart/sshstart-2.12.ebuild index 98e9cd66..e7fa5209 100644 --- a/net-misc/sshstart/sshstart-2.11.ebuild +++ b/net-misc/sshstart/sshstart-2.12.ebuild @@ -8,7 +8,7 @@ inherit eutils 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/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |