diff options
author | 2015-06-16 22:07:05 +0200 | |
---|---|---|
committer | 2015-10-11 10:49:23 +0200 | |
commit | 61612ccbfe98800ce91c3dcaa94d3c68adf39209 (patch) | |
tree | 44511b71fb28e8b20b36e6acccd5e65bf3542ee2 /dev-util/diffhelp | |
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 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 17 | ||||
-rw-r--r-- | dev-util/diffhelp/Manifest | 2 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.8.ebuild (renamed from dev-util/diffhelp/diffhelp-1.7-r1.ebuild) | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index 5b2b5801..8ee5a836 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*diffhelp-1.8 (16 Jun 2015) + + 16 Jun 2016; Martin Väth <martin@mvath.de>: + Version bump, remove old ebuild + *diffhelp-1.7 (17 Dec 2013) 06 Jul 2014; Martin Väth <martin@mvath.de>: @@ -13,7 +18,7 @@ *diffhelp-1.7 (21 Nov 2013) 21 Nov 2013; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *diffhelp-1.6-r1 (02 Nov 2013) @@ -23,7 +28,7 @@ *diffhelp-1.6 (09 Oct 2013) 09 Oct 2013; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *diffhelp-1.5 (07 May 2012) @@ -37,7 +42,7 @@ base->eutils 07 May 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *diffhelp-1.4 (08 Apr 2012) @@ -45,7 +50,7 @@ Inherit base 08 Apr 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *diffhelp-1.3 (01 Mar 2012) @@ -58,9 +63,9 @@ *diffhelp-1.2 (28 Feb 2012) 28 Feb 2012; Martin Väth <martin@mvath.de>: - Version bump, remove old ebuild. + Version bump, remove old ebuild *diffhelp-1.1 (04 Feb 2012) 04 Feb 2012; Martin Väth <martin@mvath.de>: - New ebuild from scratch. + New ebuild from scratch diff --git a/dev-util/diffhelp/Manifest b/dev-util/diffhelp/Manifest index 927a80b0..bed74977 100644 --- a/dev-util/diffhelp/Manifest +++ b/dev-util/diffhelp/Manifest @@ -1 +1 @@ -DIST diffhelp-1.7.tar.gz 1982 SHA256 d46688b891055a8d971948d9e9cc32d2001922589c1d602dab0ea64cf270f62e SHA512 d5667a01a0df633d5610c9a4b4765ab9cd48247456230125df898304a8bb0f720097f9067f8f7a95c2da1861b131eaca02b6568aabbeb5809d7f6f7c38b99115 WHIRLPOOL 6d725b3d737b1d43ebece750f443102c5bfd8da0dd5643942ef3bea0435bd0cc2778c5dd6a21f8b89362442d3631b9f4c2275acec4f04b1ee808d8d438405a54 +DIST diffhelp-1.8.tar.gz 1977 SHA256 63aca3b6ea69c9045aa41af82d7cb4ab9a172489a5fddd5132c7f30d25ec8d9e SHA512 8ce29d9eff3cf778c5015e2e36bfa24211177589d79bb7d9378c8cd428e46c9aed4f7bcab9037eda3c9a60b847f3f29fc45bea65f63974a666ac6ae9eb3e43e4 WHIRLPOOL fbdff94062068edc67ebc9a78d5a8e6552570a46af4e75f4a247aa0b0ec6446028bed52057a2dc15fa7f4e900405ab452b6d460e4fd77991c2a2cd241c4a7330 diff --git a/dev-util/diffhelp/diffhelp-1.7-r1.ebuild b/dev-util/diffhelp/diffhelp-1.8.ebuild index 2f74b7d7..89cb2d31 100644 --- a/dev-util/diffhelp/diffhelp-1.7-r1.ebuild +++ b/dev-util/diffhelp/diffhelp-1.8.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" HOMEPAGE="https://github.com/vaeth/diffhelp/" -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" |