From ab473ea2b3506887ed9686dd72530668999581dc Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 11 Feb 2018 09:57:36 +0100 Subject: dev-util/mv_perl: Version bump --- dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-3.14.ebuild | 41 ------------------------------------ dev-util/mv_perl/mv_perl-3.15.ebuild | 41 ++++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-3.14.ebuild create mode 100644 dev-util/mv_perl/mv_perl-3.15.ebuild diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index df39fa99..8a333478 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-3.14.tar.gz 71241 SHA512 83dd97aecd5739cbca4e21a4c2e88984e021d636529f2a0b76fd1412998bda58427cbc60d3519bc956b20812c6b6860dbaaba238680d98b8472eb11c8456c8c1 +DIST mv_perl-3.15.tar.gz 71507 SHA512 2b408f6ef886d3051914742dc82c1abcf38bd7d371788f5c8f0a652bb6f4539f423cfb9b4b702058c7f93d4ab3d37afa8dcc604cf0271baddff8e65f266f4573 diff --git a/dev-util/mv_perl/mv_perl-3.14.ebuild b/dev-util/mv_perl/mv_perl-3.14.ebuild deleted file mode 100644 index 207e1f7b..00000000 --- a/dev-util/mv_perl/mv_perl-3.14.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.15.ebuild b/dev-util/mv_perl/mv_perl-3.15.ebuild new file mode 100644 index 00000000..5bde7c30 --- /dev/null +++ b/dev-util/mv_perl/mv_perl-3.15.ebuild @@ -0,0 +1,41 @@ +# Copyright 2018 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 + || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) + ${OPTIONAL_RDEPEND}" +# || ( >=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/metadata/pkg_desc_index b/metadata/pkg_desc_index index 7c29d2b4..61dcd34f 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -55,7 +55,7 @@ dev-tex/chklref 2.6.0: Finds useless references in latex files or unnecessarily dev-util/ccache 99999999: fast compiler cache dev-util/comp 4.3: compare files or directories, including metadata dev-util/diffhelp 1.11: A frontend, beautifier, and path-fixer for diff -u -dev-util/mv_perl 3.14: A collection of perl scripts (replacement in files, syncing dirs etc) +dev-util/mv_perl 3.15: A collection of perl scripts (replacement in files, syncing dirs etc) dev-util/pyrep 1.4-r1: Search and/or replace regular expressions within many files interactively dev-vcs/git-wrappers-mv 1.16: Some personal wrappers for the most important git commands games-action/trackballs 1.1.4-r1: simple game similar to the classical game Marble Madness -- cgit v1.2.3-65-gdbad