From f1b51b74b4e7a909187abb3f639c662227ceccb1 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 17 Dec 2017 22:21:05 +0100 Subject: dev-util/mv_perl: Version bump --- dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-3.12.ebuild | 41 ------------------------------------ dev-util/mv_perl/mv_perl-3.13.ebuild | 41 ++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-3.12.ebuild create mode 100644 dev-util/mv_perl/mv_perl-3.13.ebuild (limited to 'dev-util') diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index 472e28fe..b800ed43 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-3.12.tar.gz 71181 SHA512 90034ecb61470f0e5df4e4aab1cf407e9fa607e7c3d31e51d5cf622045408095ca381a9f93a103fe7ed1d9290203c8d4673a8f97800ad4b6eb9ab7c2a8e0551e +DIST mv_perl-3.13.tar.gz 71213 SHA512 d6a20d103a107e5df537da102707777cc601b9f6cbe0d198539176c7f277f21ae5b3fdfa99f720d69d78ada796475e54163d981dbd5227a1818f236c7b25e52d diff --git a/dev-util/mv_perl/mv_perl-3.12.ebuild b/dev-util/mv_perl/mv_perl-3.12.ebuild deleted file mode 100644 index 207e1f7b..00000000 --- a/dev-util/mv_perl/mv_perl-3.12.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -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="" - -# These should really depend on USE-flags but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND="dev-perl/File-lchown -dev-perl/String-Escape -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 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) - -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/_* -} diff --git a/dev-util/mv_perl/mv_perl-3.13.ebuild b/dev-util/mv_perl/mv_perl-3.13.ebuild new file mode 100644 index 00000000..207e1f7b --- /dev/null +++ b/dev-util/mv_perl/mv_perl-3.13.ebuild @@ -0,0 +1,41 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +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="" + +# These should really depend on USE-flags but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND="dev-perl/File-lchown +dev-perl/String-Escape +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 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) + +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