From b6ec141ee122fc936a5c5d9277ae085d878cfa80 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 24 Dec 2017 11:05:01 +0100 Subject: dev-util/comp: Version bump --- dev-util/comp/Manifest | 2 +- dev-util/comp/comp-4.2.1.ebuild | 38 -------------------------------------- dev-util/comp/comp-4.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-util/comp/comp-4.2.1.ebuild create mode 100644 dev-util/comp/comp-4.3.ebuild (limited to 'dev-util') diff --git a/dev-util/comp/Manifest b/dev-util/comp/Manifest index a2854861..d8cc2d04 100644 --- a/dev-util/comp/Manifest +++ b/dev-util/comp/Manifest @@ -1 +1 @@ -DIST comp-4.2.1.tar.gz 8335 SHA512 bcf8cb52e0b431cfaa5d616cf7d4175dfc5a1bb4cd1094276e9c32977c2207fea4a759dc7579f267e367106b5f14d68d9a1216db851df19b0aba1a7c241321ca +DIST comp-4.3.tar.gz 8386 SHA512 81c45abf66922b05ebf983978cf820a15f7045fddb777361c7561ee0f9d9c19379cbdebf648e280ce7e31423ad6d860ade9a0114ab6b3e6e6fbd0f0dcb1dd876 diff --git a/dev-util/comp/comp-4.2.1.ebuild b/dev-util/comp/comp-4.2.1.ebuild deleted file mode 100644 index be7a40ee..00000000 --- a/dev-util/comp/comp-4.2.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -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="" - -# This should really depend on a USE-flag but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND="dev-perl/String-ShellQuote" - -RDEPEND="!=dev-lang/perl-5.8 -${OPTIONAL_RDEPEND}" -# || ( >=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_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - eapply_user -} - -src_install() { - dobin bin/* - dodoc README - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/comp/comp-4.3.ebuild b/dev-util/comp/comp-4.3.ebuild new file mode 100644 index 00000000..d2b3e25d --- /dev/null +++ b/dev-util/comp/comp-4.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +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="" + +# This should really depend on a USE-flag but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND="dev-perl/String-ShellQuote" + +RDEPEND="!=dev-lang/perl-5.8 +${OPTIONAL_RDEPEND}" +# || ( >=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_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + eapply_user +} + +src_install() { + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} -- cgit v1.2.3-65-gdbad