From ee77288cddcc3148d477f3bd1e979f474a2b3078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Sat, 17 Sep 2016 11:08:04 +0200 Subject: dev-util/comp: Version bump --- dev-util/comp/Manifest | 2 +- dev-util/comp/comp-4.1.1.ebuild | 38 -------------------------------------- dev-util/comp/comp-4.1.2.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-util/comp/comp-4.1.1.ebuild create mode 100644 dev-util/comp/comp-4.1.2.ebuild (limited to 'dev-util') diff --git a/dev-util/comp/Manifest b/dev-util/comp/Manifest index a778303f..e58e82af 100644 --- a/dev-util/comp/Manifest +++ b/dev-util/comp/Manifest @@ -1 +1 @@ -DIST comp-4.1.1.tar.gz 8274 SHA256 9dce94b08ef4282a8facfb609cb3eaac48e0539f0ba2bf92c8a22743aeecb4d7 +DIST comp-4.1.2.tar.gz 8301 SHA256 be23d4dbb3c88691b143be8e7e745461a2f1ed88b105999d9d0446dc467387dd diff --git a/dev-util/comp/comp-4.1.1.ebuild b/dev-util/comp/comp-4.1.1.ebuild deleted file mode 100644 index 0bbfb627..00000000 --- a/dev-util/comp/comp-4.1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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_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/_* -} - -pkg_postinst() { - optfeature "improved output" 'dev-perl/String-ShellQuote' -} diff --git a/dev-util/comp/comp-4.1.2.ebuild b/dev-util/comp/comp-4.1.2.ebuild new file mode 100644 index 00000000..5570f170 --- /dev/null +++ b/dev-util/comp/comp-4.1.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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.8" +# || ( >=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/_* +} + +pkg_postinst() { + optfeature "improved output" 'dev-perl/String-ShellQuote' +} -- cgit v1.2.3