diff options
author | 2012-05-12 21:48:57 +0200 | |
---|---|---|
committer | 2015-10-11 10:48:06 +0200 | |
commit | d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch) | |
tree | 2a5ea9ae39450958316da86a1e309d6de091e7c5 /dev-util/diffhelp | |
parent | Bump portage-bashrc-mv, noscript. Update checksums (diff) | |
download | mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2 mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip |
base-eclass. Update checksums
Diffstat (limited to 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 3 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.5.ebuild | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index 46ac270f..b5b1d271 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -4,6 +4,9 @@ *diffhelp-1.5 (07 May 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 07 May 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. diff --git a/dev-util/diffhelp/diffhelp-1.5.ebuild b/dev-util/diffhelp/diffhelp-1.5.ebuild index 328dca1e..f94f6c9b 100644 --- a/dev-util/diffhelp/diffhelp-1.5.ebuild +++ b/dev-util/diffhelp/diffhelp-1.5.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" HOMEPAGE="https://github.com/vaeth/diffhelp/" @@ -15,6 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" +src_prepare() { + epatch_user +} + src_install() { dobin "${PN}" if use zsh-completion |