From 800eab645b57f2c503b1a82d618b9452694c15db Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 15 May 2016 18:55:51 +0200 Subject: dev-util/comp: New ebuild for project splitted from dev-util/mv_perl --- dev-util/comp/Manifest | 1 + dev-util/comp/comp-4.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-util/comp/metadata.xml | 16 ++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-util/comp/Manifest create mode 100644 dev-util/comp/comp-4.0.0.ebuild create mode 100644 dev-util/comp/metadata.xml (limited to 'dev-util') diff --git a/dev-util/comp/Manifest b/dev-util/comp/Manifest new file mode 100644 index 00000000..b67aabcd --- /dev/null +++ b/dev-util/comp/Manifest @@ -0,0 +1 @@ +DIST comp-4.0.0.tar.gz 7623 SHA256 7f092dfec69593decc928ef71def8708d360a46d19f7cebc7ed58c356cefc5b7 diff --git a/dev-util/comp/comp-4.0.0.ebuild b/dev-util/comp/comp-4.0.0.ebuild new file mode 100644 index 00000000..d14ee7f0 --- /dev/null +++ b/dev-util/comp/comp-4.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="compare files or directories, including metadata" +HOMEPAGE="https://github.com/vaeth/comp/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="!=dev-lang/perl-5.12" +# || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) +# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) + +src_install() { + dobin bin/* + dodoc README + insinto /usr/share/zsh/site-functions + doins zsh/_* +} + +pkg_postinst() { + optfeature "improved output" 'dev-perl/String-ShellQuote' +} diff --git a/dev-util/comp/metadata.xml b/dev-util/comp/metadata.xml new file mode 100644 index 00000000..d72cd2a5 --- /dev/null +++ b/dev-util/comp/metadata.xml @@ -0,0 +1,16 @@ + + + + + martin@mvath.de + Martin Väth + + + + martin@mvath.de + Martin Väth + + mailto:martin@mvath.de + vaeth/comp + + -- cgit v1.2.3-65-gdbad