diff options
author | 2012-02-04 14:51:52 +0100 | |
---|---|---|
committer | 2015-10-11 10:47:15 +0200 | |
commit | a6bee4fe7448f443802ac20f3431a8195eede36c (patch) | |
tree | 9af5fb2d9f34cb2d444d94c94ee132e01a9f1d66 /dev-util/diffhelp | |
parent | Bump firewall-mv, adding init scripts (diff) | |
download | mv-a6bee4fe7448f443802ac20f3431a8195eede36c.tar.gz mv-a6bee4fe7448f443802ac20f3431a8195eede36c.tar.bz2 mv-a6bee4fe7448f443802ac20f3431a8195eede36c.zip |
Add diffhelp
Diffstat (limited to 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/diffhelp/Manifest | 1 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.1.ebuild | 29 | ||||
-rw-r--r-- | dev-util/diffhelp/metadata.xml | 9 |
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog new file mode 100644 index 00000000..54a5c3c0 --- /dev/null +++ b/dev-util/diffhelp/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-util/diffhelp +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header $ + +*diffhelp-1.1 (04 Feb 2012) + + 04 Feb 2011; Martin Väth <martin@mvath.de> + New ebuild from scratch. diff --git a/dev-util/diffhelp/Manifest b/dev-util/diffhelp/Manifest new file mode 100644 index 00000000..169cd7b7 --- /dev/null +++ b/dev-util/diffhelp/Manifest @@ -0,0 +1 @@ +DIST diffhelp-1.1.tar.gz 1996 RMD160 588115810c782b20430ad4efb4c3c2f1d69850c4 SHA1 7733a18f3295a09c6295f231a29309493bbc66d4 SHA256 dc916d08d42c04c191dba07098945d757f7bf7c6a9bb07456ba8416a1af61c27 diff --git a/dev-util/diffhelp/diffhelp-1.1.ebuild b/dev-util/diffhelp/diffhelp-1.1.ebuild new file mode 100644 index 00000000..605c9abe --- /dev/null +++ b/dev-util/diffhelp/diffhelp-1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="4" +RESTRICT="mirror" + +DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" +HOMEPAGE="https://github.com/vaeth/${PN}" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="zsh-completion" + +src_unpack() { + default + cd *"${PN}"-* + S="${PWD}" +} + +src_install() { + dobin "${PN}" + if use zsh-completion + then insinto /usr/share/zsh/site-functions + doins "_${PN}" + fi +} diff --git a/dev-util/diffhelp/metadata.xml b/dev-util/diffhelp/metadata.xml new file mode 100644 index 00000000..0c91bdcd --- /dev/null +++ b/dev-util/diffhelp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>martin@mvath.de</email> + <name>Martin Väth</name> +</maintainer> +</pkgmetadata> |