From ac0b646317e2f1cdcdc0933b016e95587aa4f2b8 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 1 Dec 2019 10:58:54 +0100 Subject: dev-util/mv_perl, sys-fs/squashmount: Version bumps 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-3.16.ebuild | 41 ------------- dev-util/mv_perl/mv_perl-4.0.ebuild | 41 +++++++++++++ metadata/pkg_desc_index | 4 +- sys-fs/squashmount/Manifest | 2 +- sys-fs/squashmount/squashmount-21.0.1.ebuild | 89 ++++++++++++++++++++++++++++ sys-fs/squashmount/squashmount-21.0.ebuild | 89 ---------------------------- 7 files changed, 134 insertions(+), 134 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-3.16.ebuild create mode 100644 dev-util/mv_perl/mv_perl-4.0.ebuild create mode 100644 sys-fs/squashmount/squashmount-21.0.1.ebuild delete mode 100644 sys-fs/squashmount/squashmount-21.0.ebuild diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index 7d89c33d..7f802b71 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-3.16.tar.gz 71632 SHA512 1752d685adbaa69ac82bc1a1cf11bfe193de8e81c318a3b3d8bba82403d747848908d92d8cafa1167c9f5bb8a398c70266993fc95b5037b48036e5d08a1fa8a4 +DIST mv_perl-4.0.tar.gz 72857 SHA512 b8256d320232083815a51d57639a34a221cf6e4cf080839fcf0a2353e9dccbf60894dc43159100b7297b574175633213a9b594f86cd9aef51de883922e2b1fb8 diff --git a/dev-util/mv_perl/mv_perl-3.16.ebuild b/dev-util/mv_perl/mv_perl-3.16.ebuild deleted file mode 100644 index 06bb6e8c..00000000 --- a/dev-util/mv_perl/mv_perl-3.16.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2012-2018 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.0.ebuild b/dev-util/mv_perl/mv_perl-4.0.ebuild new file mode 100644 index 00000000..15890dff --- /dev/null +++ b/dev-util/mv_perl/mv_perl-4.0.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/_* +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index d71cbb3b..ff0589cf 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -60,7 +60,7 @@ dev-perl/File-lchown 0.20-r1: Use the lchown(2) and lutimes(2) system call from dev-tex/chklref 2.6.0 2.6.1_alpha20170913: Finds useless references in latex files or unnecessarily numbered environments 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.16: A collection of perl scripts (replacement in files, syncing dirs etc) +dev-util/mv_perl 4.0: A collection of perl scripts (replacement in files, syncing dirs etc) dev-util/pyrep 1.5-r1: Search and/or replace regular expressions within many files interactively dev-util/replacer 3.1-r1: Search and replace python regular expressions within many files interactively dev-vcs/git-wrappers-mv 2.1: Some personal wrappers for the most important git commands @@ -110,7 +110,7 @@ sys-fs/emount 3.0.4: mount/unmount create/remove dm-crypt filesystems according sys-fs/squash_dir 13.14-r1: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist sys-fs/squashfs-tools 4.4 99999999: Tool for creating compressed filesystem type squashfs sys-fs/squashfuse 0.1.103 0.1.104_alpha20180721: FUSE filesystem to mount squashfs archives -sys-fs/squashmount 16.1.0-r1 21.0: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist +sys-fs/squashmount 16.1.0-r1 21.0.1: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist sys-kernel/kccmp 0.3-r1: A simple tool for comparing two linux kernel .config files sys-kernel/kernel 4.9: A POSIX shell script to compile the kernel with user permissions virtual/cdrtools 1: Virtual for command-line recorders cdrtools and cdrkit diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index a577b58b..f0dc073a 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1,2 +1,2 @@ DIST squashmount-16.1.0.tar.gz 68224 SHA512 d0530367a8edbaa01dd14a224d808259975630e77763a56fe3c1a3a15a0497e2bea341bd68ed07983f2ffd6bf539dbbabb278f03e5fa48d09043d4bb1c3c50bc -DIST squashmount-21.0.tar.gz 74401 SHA512 a06b143b692c9375a30e823d2d56400b33555d02b91ac56158400048ca9016a54bb1c53b19e9de635c76f14704a0e41deaed762c9cb3e00c3a44ac4b6fa93e8e +DIST squashmount-21.0.1.tar.gz 74420 SHA512 4bde2d688ebecb67ac3784dca1b805db8e543dbaa23f8b7457f03bb859ed02587315d2ae880d609250a4e66f18260de870d5f6bc7a6cdbf30f2f8fd65eef5244 diff --git a/sys-fs/squashmount/squashmount-21.0.1.ebuild b/sys-fs/squashmount/squashmount-21.0.1.ebuild new file mode 100644 index 00000000..024b51a6 --- /dev/null +++ b/sys-fs/squashmount/squashmount-21.0.1.ebuild @@ -0,0 +1,89 @@ +# Copyright 2013-2019 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" +inherit eutils readme.gentoo-r1 systemd tmpfiles + +DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist" +HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html +https://github.com/vaeth/squashmount/" +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" +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="app-shells/runtitle +dev-perl/File-Which +!arm? ( !ia64? ( !sparc? ( dev-perl/String-ShellQuote ) ) )" + +RDEPEND="!=dev-lang/perl-5.22 + || ( dev-perl/File-Which sys-apps/which ) + || ( sys-fs/squashfs-tools sys-fs/squashfs-tools-ng ) + !=dev-lang/perl-5.12 +# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Path-2.6.5 ) +# || ( >=dev-lang/perl-5.4.5 virtual/perl-File-Spec ) +# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Temp-0.19 ) +# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) +# || ( >=dev-lang/perl-5.9.3 virtual/perl-IO-Compress ) +DEPEND="" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="Please adapt /etc/squashmount.pl as well as +/etc/systemd/system/squashmount.service.d/timeout.conf to your needs. + +Configure the mount point 'gentoo' only if you use sync-type = squashdelta. + +For improved output use sys-fs/squashfs-tools from the mv overlay. + +It is recommended to put into your zshrc the line: +alias squashmount='noglob squashmount'" + +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 ChangeLog compress.txt demo.svg + docompress -x "/usr/share/doc/${PF}/demo.svg" + doinitd openrc/init.d/* + systemd_dounit systemd/system/* + dotmpfiles tmpfiles.d/* + insinto /etc + doins -r etc/revdep-rebuild etc/systemd + exeinto /etc/portage/repo.postsync.d + doexe etc/portage/repo.postsync.d/* + insinto /usr/lib + doins lib/* + doins -r lib/find_cruft + insinto /usr/share/zsh/site-functions + doins zsh/* + readme.gentoo_create_doc +} + +pkg_postinst() { + if use arm || use ia64 || use sparc + then optfeature "improved output" 'dev-perl/String-ShellQuote' + fi + optfeature "user mounting" \ + '>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \ + '>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs' + case " ${REPLACING_VERSIONS}" in + *' '[0-9].*|*' '1[0-4].*|*' '15.[0-2].*|*' '15.3.0*) + FORCE_PRINT_ELOG="true";; + esac + readme.gentoo_print_elog + tmpfiles_process squashmount.conf +} diff --git a/sys-fs/squashmount/squashmount-21.0.ebuild b/sys-fs/squashmount/squashmount-21.0.ebuild deleted file mode 100644 index 024b51a6..00000000 --- a/sys-fs/squashmount/squashmount-21.0.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 2013-2019 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" -inherit eutils readme.gentoo-r1 systemd tmpfiles - -DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist" -HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html -https://github.com/vaeth/squashmount/" -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" -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="app-shells/runtitle -dev-perl/File-Which -!arm? ( !ia64? ( !sparc? ( dev-perl/String-ShellQuote ) ) )" - -RDEPEND="!=dev-lang/perl-5.22 - || ( dev-perl/File-Which sys-apps/which ) - || ( sys-fs/squashfs-tools sys-fs/squashfs-tools-ng ) - !=dev-lang/perl-5.12 -# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Path-2.6.5 ) -# || ( >=dev-lang/perl-5.4.5 virtual/perl-File-Spec ) -# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Temp-0.19 ) -# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) -# || ( >=dev-lang/perl-5.9.3 virtual/perl-IO-Compress ) -DEPEND="" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="Please adapt /etc/squashmount.pl as well as -/etc/systemd/system/squashmount.service.d/timeout.conf to your needs. - -Configure the mount point 'gentoo' only if you use sync-type = squashdelta. - -For improved output use sys-fs/squashfs-tools from the mv overlay. - -It is recommended to put into your zshrc the line: -alias squashmount='noglob squashmount'" - -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 ChangeLog compress.txt demo.svg - docompress -x "/usr/share/doc/${PF}/demo.svg" - doinitd openrc/init.d/* - systemd_dounit systemd/system/* - dotmpfiles tmpfiles.d/* - insinto /etc - doins -r etc/revdep-rebuild etc/systemd - exeinto /etc/portage/repo.postsync.d - doexe etc/portage/repo.postsync.d/* - insinto /usr/lib - doins lib/* - doins -r lib/find_cruft - insinto /usr/share/zsh/site-functions - doins zsh/* - readme.gentoo_create_doc -} - -pkg_postinst() { - if use arm || use ia64 || use sparc - then optfeature "improved output" 'dev-perl/String-ShellQuote' - fi - optfeature "user mounting" \ - '>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \ - '>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs' - case " ${REPLACING_VERSIONS}" in - *' '[0-9].*|*' '1[0-4].*|*' '15.[0-2].*|*' '15.3.0*) - FORCE_PRINT_ELOG="true";; - esac - readme.gentoo_print_elog - tmpfiles_process squashmount.conf -} -- cgit v1.2.3-18-g5258