From d868ca18e6dbca46ba51f7eaf17a3aaa87ffa0a5 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 19 Aug 2016 23:00:45 +0200 Subject: sys-fs/squashmount: Version bump --- sys-fs/squashmount/Manifest | 2 +- sys-fs/squashmount/squashmount-15.2.1.ebuild | 74 ---------------------------- sys-fs/squashmount/squashmount-15.3.0.ebuild | 74 ++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 75 deletions(-) delete mode 100644 sys-fs/squashmount/squashmount-15.2.1.ebuild create mode 100644 sys-fs/squashmount/squashmount-15.3.0.ebuild (limited to 'sys-fs') diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index a7e7e0c9..99a2122a 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1 +1 @@ -DIST squashmount-15.2.1.tar.gz 64946 SHA256 ce039df2c6812f161a0c0220d82056a0dfcb0d194daeb453e0b0debfac26bd65 +DIST squashmount-15.3.0.tar.gz 65195 SHA256 03d15224e7f96f1e0c044ef8860204065ff9fd6e30e29125762d2e0fa871c906 diff --git a/sys-fs/squashmount/squashmount-15.2.1.ebuild b/sys-fs/squashmount/squashmount-15.2.1.ebuild deleted file mode 100644 index 0f9ba542..00000000 --- a/sys-fs/squashmount/squashmount-15.2.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -inherit eutils readme.gentoo-r1 systemd - -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="" - -RDEPEND="!=dev-lang/perl-5.22 - || ( dev-perl/File-Which sys-apps/which ) - sys-fs/squashfs-tools - !=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 squasfs-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 - eapply_user -} - -src_install() { - dobin bin/* - dodoc README ChangeLog compress.txt etc/squashmount.pl - doinitd openrc/init.d/* - systemd_dounit systemd/system/* - systemd_dotmpfilesd tmpfiles.d/* - insinto /etc - doins -r etc/* - insinto /usr/share/zsh/site-functions - doins zsh/* - readme.gentoo_create_doc -} - -pkg_postinst() { - optfeature "status bar support" 'app-shells/runtitle' - optfeature "improved compatibility and security" 'dev-perl/File-Which' - optfeature "improved output" 'dev-perl/String-ShellQuote' - 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-7].*|' '8.[0-6]*|' '8.7.[0-4]*) - FORCE_PRINT_ELOG="true";; - esac - readme.gentoo_print_elog -} diff --git a/sys-fs/squashmount/squashmount-15.3.0.ebuild b/sys-fs/squashmount/squashmount-15.3.0.ebuild new file mode 100644 index 00000000..0f9ba542 --- /dev/null +++ b/sys-fs/squashmount/squashmount-15.3.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +inherit eutils readme.gentoo-r1 systemd + +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="" + +RDEPEND="!=dev-lang/perl-5.22 + || ( dev-perl/File-Which sys-apps/which ) + sys-fs/squashfs-tools + !=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 squasfs-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 + eapply_user +} + +src_install() { + dobin bin/* + dodoc README ChangeLog compress.txt etc/squashmount.pl + doinitd openrc/init.d/* + systemd_dounit systemd/system/* + systemd_dotmpfilesd tmpfiles.d/* + insinto /etc + doins -r etc/* + insinto /usr/share/zsh/site-functions + doins zsh/* + readme.gentoo_create_doc +} + +pkg_postinst() { + optfeature "status bar support" 'app-shells/runtitle' + optfeature "improved compatibility and security" 'dev-perl/File-Which' + optfeature "improved output" 'dev-perl/String-ShellQuote' + 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-7].*|' '8.[0-6]*|' '8.7.[0-4]*) + FORCE_PRINT_ELOG="true";; + esac + readme.gentoo_print_elog +} -- cgit v1.2.3-65-gdbad