From 93dd346cfe6ccc905f747bc800d4172b51178a0e Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 6 May 2016 17:25:13 +0200 Subject: dev-util/mv_perl: Version bump --- dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-2.61.ebuild | 34 ---------------------------------- dev-util/mv_perl/mv_perl-2.62.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-2.61.ebuild create mode 100644 dev-util/mv_perl/mv_perl-2.62.ebuild (limited to 'dev-util/mv_perl') diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index 163ed70f..24db8a81 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-2.61.tar.gz 67180 SHA256 d3b6a517d9350fefa8477f1dd5f9714fe23b25d172155c48db2d8573b6ee3be2 +DIST mv_perl-2.62.tar.gz 67538 SHA256 999986a6be8fb7a1a353e7373546288ca454531ae1158ec27578bf0af5c0484c diff --git a/dev-util/mv_perl/mv_perl-2.61.ebuild b/dev-util/mv_perl/mv_perl-2.61.ebuild deleted file mode 100644 index 2f483745..00000000 --- a/dev-util/mv_perl/mv_perl-2.61.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -RESTRICT="mirror" -inherit eutils - -DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" -HOMEPAGE="https://github.com/vaeth/mv_perl/" -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 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) - -src_install() { - dobin bin/* - dodoc README - insinto /usr/share/zsh/site-functions - doins zsh/_* -} - -pkg_postinst() { - optfeature "support to set timestamps of symlinks" 'dev-perl/File-lchown' - optfeature "improved output" 'dev-perl/String-ShellQuote' -} diff --git a/dev-util/mv_perl/mv_perl-2.62.ebuild b/dev-util/mv_perl/mv_perl-2.62.ebuild new file mode 100644 index 00000000..2f483745 --- /dev/null +++ b/dev-util/mv_perl/mv_perl-2.62.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" +HOMEPAGE="https://github.com/vaeth/mv_perl/" +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 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) + +src_install() { + dobin bin/* + dodoc README + insinto /usr/share/zsh/site-functions + doins zsh/_* +} + +pkg_postinst() { + optfeature "support to set timestamps of symlinks" 'dev-perl/File-lchown' + optfeature "improved output" 'dev-perl/String-ShellQuote' +} -- cgit v1.2.3-65-gdbad