summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-01-07 17:34:21 +0100
committerMartin Väth <martin@mvath.de>2017-01-07 17:34:21 +0100
commite2f11d81511c550184645373dcfba7c8374eaad9 (patch)
treec16d907c9a5b5ca492e675ea59035f18475583c7
parentsys-fs/squash_dir: Version bump (diff)
downloadmv-e2f11d81511c550184645373dcfba7c8374eaad9.tar.gz
mv-e2f11d81511c550184645373dcfba7c8374eaad9.tar.bz2
mv-e2f11d81511c550184645373dcfba7c8374eaad9.zip
sys-fs/squashmount: Version bump. Remove old
-rw-r--r--sys-fs/squashmount/Manifest2
-rw-r--r--sys-fs/squashmount/squashmount-15.4.0_p2.ebuild77
-rw-r--r--sys-fs/squashmount/squashmount-15.4.1.ebuild (renamed from sys-fs/squashmount/squashmount-15.4.0_p2-r1.ebuild)2
3 files changed, 2 insertions, 79 deletions
diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest
index f7f57fe0..76d4a43d 100644
--- a/sys-fs/squashmount/Manifest
+++ b/sys-fs/squashmount/Manifest
@@ -1 +1 @@
-DIST squashmount-15.4.0_p2.tar.gz 66630 SHA256 bfc059528d2b83990fc7b74ff43b7a5af91acbe5f4de0fa88159efbf43568634
+DIST squashmount-15.4.1.tar.gz 66634 SHA256 08d2ceb3e9e9a786aa5adcfc7a72b31b4132b347e3ac038c0e52b7e73a57bc00
diff --git a/sys-fs/squashmount/squashmount-15.4.0_p2.ebuild b/sys-fs/squashmount/squashmount-15.4.0_p2.ebuild
deleted file mode 100644
index a044bb2c..00000000
--- a/sys-fs/squashmount/squashmount-15.4.0_p2.ebuild
+++ /dev/null
@@ -1,77 +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="!<sys-apps/openrc-0.13
- >=dev-lang/perl-5.22
- || ( dev-perl/File-Which sys-apps/which )
- sys-fs/squashfs-tools
- !<sys-fs/unionfs-fuse-0.25"
-# >=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
- 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 etc/squashmount.pl
- doins -r etc/revdep-rebuild etc/systemd etc/find_cruft.d
- exeinto /etc/portage/repo.postsync.d
- doexe etc/portage/repo.postsync.d/*
- 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-9].*|*' '1[0-4].*|*' '15.[0-2].*|*' '15.3.0*)
- FORCE_PRINT_ELOG="true";;
- esac
- readme.gentoo_print_elog
-}
diff --git a/sys-fs/squashmount/squashmount-15.4.0_p2-r1.ebuild b/sys-fs/squashmount/squashmount-15.4.1.ebuild
index 8ecd766b..6e2b25c1 100644
--- a/sys-fs/squashmount/squashmount-15.4.0_p2-r1.ebuild
+++ b/sys-fs/squashmount/squashmount-15.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6