diff options
author | 2012-03-19 22:27:05 +0100 | |
---|---|---|
committer | 2015-10-11 10:47:26 +0200 | |
commit | 01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch) | |
tree | 51faca7560d66b840a9f4a6d040e89d48315dcab /dev-util/diffhelp | |
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 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.3.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index 09392fb0..912566b3 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -4,15 +4,18 @@ *diffhelp-1.2 (01 Mar 2012) - 01 Mar 2011; Martin Väth <martin@mvath.de> + 19 Mar 2012; Martin Väth <martin@mvath.de> + Use vcs-snapshot.eclass + + 01 Mar 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. Fixes option parsing broken previously *diffhelp-1.2 (28 Feb 2012) - 28 Feb 2011; Martin Väth <martin@mvath.de> + 28 Feb 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. *diffhelp-1.1 (04 Feb 2012) - 04 Feb 2011; Martin Väth <martin@mvath.de> + 04 Feb 2012; Martin Väth <martin@mvath.de> New ebuild from scratch. diff --git a/dev-util/diffhelp/diffhelp-1.3.ebuild b/dev-util/diffhelp/diffhelp-1.3.ebuild index 605c9abe..04b3833a 100644 --- a/dev-util/diffhelp/diffhelp-1.3.ebuild +++ b/dev-util/diffhelp/diffhelp-1.3.ebuild @@ -4,9 +4,10 @@ EAPI="4" RESTRICT="mirror" +inherit vcs-snapshot DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" -HOMEPAGE="https://github.com/vaeth/${PN}" +HOMEPAGE="https://github.com/vaeth/diffhelp/" SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" @@ -14,12 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" -src_unpack() { - default - cd *"${PN}"-* - S="${PWD}" -} - src_install() { dobin "${PN}" if use zsh-completion |