From 2cb8e37b772591624272e5d1a89a0c4376d24e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Sat, 14 Dec 2019 16:52:11 +0100 Subject: dev-util/mv_perl: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-4.0.ebuild | 41 ------------------------------------- dev-util/mv_perl/mv_perl-4.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-4.0.ebuild create mode 100644 dev-util/mv_perl/mv_perl-4.1.ebuild (limited to 'dev-util') diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index 7f802b71..c4267c04 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-4.0.tar.gz 72857 SHA512 b8256d320232083815a51d57639a34a221cf6e4cf080839fcf0a2353e9dccbf60894dc43159100b7297b574175633213a9b594f86cd9aef51de883922e2b1fb8 +DIST mv_perl-4.1.tar.gz 72912 SHA512 acaa8d82ed8b962d905dd35f23a769b6a8a3952a6e4a304c39fadf4281be42ca84e528cd10c3a14b63a7f3878447b8a1092430990da379fb7c345f2027d873f8 diff --git a/dev-util/mv_perl/mv_perl-4.0.ebuild b/dev-util/mv_perl/mv_perl-4.0.ebuild deleted file mode 100644 index 15890dff..00000000 --- a/dev-util/mv_perl/mv_perl-4.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2012-2019 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -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 - default -} - -src_install() { - dobin bin/* - dodoc README.md - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/mv_perl/mv_perl-4.1.ebuild b/dev-util/mv_perl/mv_perl-4.1.ebuild new file mode 100644 index 00000000..15890dff --- /dev/null +++ b/dev-util/mv_perl/mv_perl-4.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2012-2019 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 + default +} + +src_install() { + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} -- cgit v1.2.3