summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-06-08 20:22:33 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:10 +0200
commitc31079a021513d52bc1431dff653012f82f5ad72 (patch)
treed33a5916cfda3923830a2468ecf574c48692071d /sys-fs/squashmount
parentAdd systemd-cron (diff)
downloadmv-c31079a021513d52bc1431dff653012f82f5ad72.tar.gz
mv-c31079a021513d52bc1431dff653012f82f5ad72.tar.bz2
mv-c31079a021513d52bc1431dff653012f82f5ad72.zip
Bump squashfs-tools, squashmount. Use mksquashfs -quiet patch
Diffstat (limited to 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/ChangeLog6
-rw-r--r--sys-fs/squashmount/Manifest3
-rw-r--r--sys-fs/squashmount/squashmount-6.0.ebuild68
-rw-r--r--sys-fs/squashmount/squashmount-6.1.ebuild (renamed from sys-fs/squashmount/squashmount-6.0a.ebuild)2
4 files changed, 8 insertions, 71 deletions
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index 8d835515..3363d3d8 100644
--- a/sys-fs/squashmount/ChangeLog
+++ b/sys-fs/squashmount/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*squashmount-6.1 (08 Jun 2014)
+
+ 08 Jun 2014; Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild. Note that $squash_verbose meaning changed!
+ It is recommended to use squashmount with -quiet patch from mv overlay
+
*squashmount-6.0a (21 May 2014)
21 May 2014; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest
index 4f602284..f9248479 100644
--- a/sys-fs/squashmount/Manifest
+++ b/sys-fs/squashmount/Manifest
@@ -1,2 +1 @@
-DIST squashmount-6.0.tar.gz 40089 SHA256 33167386a86ca6eabeee46a3bc06ec1c9f64305afd978378c36ab2b24c2a3220 SHA512 ef09f674d8dd84563e6911248e40187c80082705f0b6b3638c1e8c513df9bf822778d811a26dd7d4ab61c28202f8f606e4c4f295231e95becaf9c15bfaeda99f WHIRLPOOL 53d6410daaa990347c052e0194fa26d9799b2b55481357df783cf66236bf694122b2ef1e8b5b027cc6274cb4065ffa3f0d5537d82e7d7a5a3d9ac0b5828811e2
-DIST squashmount-6.0a.tar.gz 40133 SHA256 a7dbdaa23240f77719f6fe9704c1b8dd6692680ac137c00f1ec5006b722e118c SHA512 96a610c6aae2f40a2bdf71ba0e781ba12785a696401ea895a3b8a0a801c20aee267bae8782e1902d5fbd0bd5d4b6901ed86166ff3fe40c9c7047e3dce6264bc8 WHIRLPOOL 0a828d36499823e0edc4d3c9ebe87d25d5b6c2e3cd8e679d5033dae4cb75903763e466b2e7dbc6d8ba32370a46f78a6c856385150888d7c602a8d0b50d38828c
+DIST squashmount-6.1.tar.gz 40467 SHA256 232aa983661ef06fe9f5a7baa0879ab72f8ca41855422662815943978d72c8d5 SHA512 89ddb95fc9e56ed65f3ed528c9d059eeae061c59e8c4288874f2e5413976a8bb2074ce9d314360dc1a783b6d522eda705109fd8c3ac9ae82b438cb773d5f3684 WHIRLPOOL 4e2fa412de7bc932e53864968cb5b0f78c4c0a175ded5204dd69c27ae2061e586c72a8ba908fafcd99eb955e2809a47fc3b44af5594b7903487edaf4d05ea49e
diff --git a/sys-fs/squashmount/squashmount-6.0.ebuild b/sys-fs/squashmount/squashmount-6.0.ebuild
deleted file mode 100644
index e6424f30..00000000
--- a/sys-fs/squashmount/squashmount-6.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-RESTRICT="mirror"
-inherit eutils readme.gentoo systemd vcs-snapshot
-
-DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist"
-HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html"
-SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=">=app-shells/runtitle-2.3
- dev-lang/perl
- || ( dev-perl/File-Which sys-apps/which )
- virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long
- sys-fs/squashfs-tools
- !<sys-fs/unionfs-fuse-0.25"
-DEPEND=""
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="Please adapt /etc/squashmount.pl to your needs.
-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
- epatch_user
-}
-
-src_install() {
- dobin bin/*
- dodoc README ChangeLog compress.txt
- doinitd openrc/init.d/*
- systemd_dounit systemd/system/*
- insinto /etc
- doins etc/*
- insinto /usr/lib/tmpfiles.d
- doins tmpfiles.d/*
- insinto /usr/share/zsh/site-functions
- doins zsh/*
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- optfeature "improved output" 'sys-fs/squashfs-tools[progress-redirect]'
- optfeature "status bar support" 'app-shells/runtitle'
- optfeature "improved compatibility and security" 'dev-perl/File-Which'
- optfeature "colored output" '>=dev-lang/perl-5.14' 'perl-core/Term-ANSIColor'
- optfeature "using ? or ?? attributes" '>=dev-lang/perl-5.12' 'virtual/perl-IO-Compress'
- case " ${REPLACING_VERSIONS}" in
- ' '[0-9][0-9]*|' '[3-9]*|' '2.[0-9][0-9]*|' '2.[7-9]*)
- :;;
- *)
- FORCE_PRINT_ELOG="true";;
- esac
- readme.gentoo_pkg_postinst
-}
diff --git a/sys-fs/squashmount/squashmount-6.0a.ebuild b/sys-fs/squashmount/squashmount-6.1.ebuild
index ed9d9899..a20304c2 100644
--- a/sys-fs/squashmount/squashmount-6.0a.ebuild
+++ b/sys-fs/squashmount/squashmount-6.1.ebuild
@@ -28,6 +28,7 @@ DEPEND=""
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="Please adapt /etc/squashmount.pl to your needs.
+For improved output use squasfs-tools from the mv overlay.
It is recommended to put into your zshrc the line:
alias squashmount='noglob squashmount'"
@@ -53,7 +54,6 @@ src_install() {
}
pkg_postinst() {
- optfeature "improved output" 'sys-fs/squashfs-tools[progress-redirect]'
optfeature "status bar support" 'app-shells/runtitle'
optfeature "improved compatibility and security" 'dev-perl/File-Which'
optfeature "colored output" '>=dev-lang/perl-5.14' 'perl-core/Term-ANSIColor'