diff options
author | 2014-07-06 10:57:17 +0200 | |
---|---|---|
committer | 2015-10-11 10:49:11 +0200 | |
commit | 81e8c6c109daa6974ddda917a1966d694e94eb8c (patch) | |
tree | 062f6ce8369b79bc390fb236dcea1a2d0a86dcff /dev-util/diffhelp | |
parent | Bump squashmount (diff) | |
download | mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.gz mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.bz2 mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.zip |
New style github tarballs. Bump squashmount
Diffstat (limited to 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 3 | ||||
-rw-r--r-- | dev-util/diffhelp/Manifest | 2 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.7-r1.ebuild | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index a2b80b2b..eb880361 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -4,6 +4,9 @@ *diffhelp-1.7 (17 Dec 2013) + 06 Jul 2014; Martin Väth <martin@mvath.de>: + New style github tarball + 17 Dec 2013; Martin Väth <martin@mvath.de>: Fix sh path diff --git a/dev-util/diffhelp/Manifest b/dev-util/diffhelp/Manifest index 6ecfa231..927a80b0 100644 --- a/dev-util/diffhelp/Manifest +++ b/dev-util/diffhelp/Manifest @@ -1 +1 @@ -DIST diffhelp-1.7.tar.gz 1989 SHA256 6a56707cb59e337313175203d014ed3d3fa86384bc945bc029e1f3aed9fd1e12 SHA512 bece66e8fbba0ab76b40a0306ff44021ff3c4d8e78fb8afde62431374b62da6c0f5ead2d65d9fb56cf3ee75e2546f46c59f48ed537a3ad79d061b7767e5781b2 WHIRLPOOL 2f61c6ff5f89efcc0e4ab4adcdd43312bf817fdc369ddc8c300357bc6fb658ea4745305b0978770b8b187e51b025f8baeda159fd35b750a372754cb1104bbdf0 +DIST diffhelp-1.7.tar.gz 1982 SHA256 d46688b891055a8d971948d9e9cc32d2001922589c1d602dab0ea64cf270f62e SHA512 d5667a01a0df633d5610c9a4b4765ab9cd48247456230125df898304a8bb0f720097f9067f8f7a95c2da1861b131eaca02b6568aabbeb5809d7f6f7c38b99115 WHIRLPOOL 6d725b3d737b1d43ebece750f443102c5bfd8da0dd5643942ef3bea0435bd0cc2778c5dd6a21f8b89362442d3631b9f4c2275acec4f04b1ee808d8d438405a54 diff --git a/dev-util/diffhelp/diffhelp-1.7-r1.ebuild b/dev-util/diffhelp/diffhelp-1.7-r1.ebuild index 7c2ed741..07d3fb68 100644 --- a/dev-util/diffhelp/diffhelp-1.7-r1.ebuild +++ b/dev-util/diffhelp/diffhelp-1.7-r1.ebuild @@ -4,11 +4,11 @@ EAPI=5 RESTRICT="mirror" -inherit eutils vcs-snapshot +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}/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |