From 9b3ec48b1ef9db799f7695b3d7633fde33d0ae9d Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 23 May 2015 22:19:02 +0200 Subject: Bump squashmount --- sys-fs/squashmount/ChangeLog | 5 ++ sys-fs/squashmount/Manifest | 2 +- sys-fs/squashmount/squashmount-10.0.2.ebuild | 69 ---------------------------- sys-fs/squashmount/squashmount-10.1.0.ebuild | 69 ++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 70 deletions(-) delete mode 100644 sys-fs/squashmount/squashmount-10.0.2.ebuild create mode 100644 sys-fs/squashmount/squashmount-10.1.0.ebuild (limited to 'sys-fs') diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog index 22342fd6..aa503c44 100644 --- a/sys-fs/squashmount/ChangeLog +++ b/sys-fs/squashmount/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*squashmount-10.1.0 (23 May 2015) + + 23 May 2015; Martin Väth : + Version bump, remove old ebuild + *squashmount-10.0.2 (06 Apr 2015) 06 Apr 2015; Martin Väth : diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index 658d10bf..06b295af 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1 +1 @@ -DIST squashmount-v10.0.2.tar.gz 57067 SHA256 907a675a62f3719eff1e8b153ddbe7d40a95a1a79404d58a97b95465a57ba18e SHA512 a7e60bac2d06e1df85c3e320d2f3089376418d4046f06f3235f747188d8b969cd573f25c1775b0c946966691ad168579d87c0417cd4b0a58aac930574f75c835 WHIRLPOOL 29a6a88f3acf896dea5d971a4cb9b317a436e02eee35db2fbbc01b1125caa096e9d8f7208bccde322c6786fca79358ff37f7224edcc6c12fd191730eabdb3ccb +DIST squashmount-v10.1.0.tar.gz 57697 SHA256 bcb76cdb3764cd6c8c77a76f3b6b0691927e034c5691df99ce350f976d73934c SHA512 f0e1b811bac12e0d690db9205c7d52f9849da59c02ff8dc25855c41551050a532e46d0d17429b1fcb7f8ffafe022787c32f80402e0016c7ab1fb4809db3064d2 WHIRLPOOL 0456690ee26a347ea5aba5bd2647afe40dfccab829fa1b6c827369e50242e6eb1dc4e3daa4d6852041050ca998edc85633a25dfcb42e54eee82298a72adc1c7a diff --git a/sys-fs/squashmount/squashmount-10.0.2.ebuild b/sys-fs/squashmount/squashmount-10.0.2.ebuild deleted file mode 100644 index 98bc26ff..00000000 --- a/sys-fs/squashmount/squashmount-10.0.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils readme.gentoo 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 -> ${PN}-v${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="!=app-shells/runtitle-2.3 - >=dev-lang/perl-5.12 - || ( dev-perl/File-Which sys-apps/which ) - sys-fs/squashfs-tools - !=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. -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 - epatch_user -} - -src_install() { - dobin bin/* - dodoc README ChangeLog compress.txt etc/squashmount.pl - doinitd openrc/init.d/* - systemd_dounit systemd/system/* - insinto /etc - doins -r etc/* - insinto /usr/lib/tmpfiles.d - doins tmpfiles.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 "colored output" '>=dev-lang/perl-5.14' 'virtual/perl-Term-ANSIColor' - case " ${REPLACING_VERSIONS}" in - ' '[0-7].*|' '8.[0-6]*|' '8.7.[0-4]*) - FORCE_PRINT_ELOG="true";; - esac - readme.gentoo_pkg_postinst -} diff --git a/sys-fs/squashmount/squashmount-10.1.0.ebuild b/sys-fs/squashmount/squashmount-10.1.0.ebuild new file mode 100644 index 00000000..98bc26ff --- /dev/null +++ b/sys-fs/squashmount/squashmount-10.1.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils readme.gentoo 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 -> ${PN}-v${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="!=app-shells/runtitle-2.3 + >=dev-lang/perl-5.12 + || ( dev-perl/File-Which sys-apps/which ) + sys-fs/squashfs-tools + !=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. +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 + epatch_user +} + +src_install() { + dobin bin/* + dodoc README ChangeLog compress.txt etc/squashmount.pl + doinitd openrc/init.d/* + systemd_dounit systemd/system/* + insinto /etc + doins -r etc/* + insinto /usr/lib/tmpfiles.d + doins tmpfiles.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 "colored output" '>=dev-lang/perl-5.14' 'virtual/perl-Term-ANSIColor' + case " ${REPLACING_VERSIONS}" in + ' '[0-7].*|' '8.[0-6]*|' '8.7.[0-4]*) + FORCE_PRINT_ELOG="true";; + esac + readme.gentoo_pkg_postinst +} -- cgit v1.2.3-65-gdbad