From d7ea8d54b9049edc616fdfdf5ebd2f24403e94d8 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 12 Oct 2014 10:00:59 +0200 Subject: eix: bump gettext. Bump squashmount --- sys-fs/squashmount/ChangeLog | 5 +++ sys-fs/squashmount/Manifest | 2 +- sys-fs/squashmount/squashmount-8.7.3.ebuild | 69 ----------------------------- sys-fs/squashmount/squashmount-8.7.4.ebuild | 69 +++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 70 deletions(-) delete mode 100644 sys-fs/squashmount/squashmount-8.7.3.ebuild create mode 100644 sys-fs/squashmount/squashmount-8.7.4.ebuild (limited to 'sys-fs') diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog index 3b7b8b95..e2b59eb8 100644 --- a/sys-fs/squashmount/ChangeLog +++ b/sys-fs/squashmount/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*squashmount-8.7.3 (12 Oct 2014) + + 12 Oct 2014; Martin Väth : + Version bump, remove old ebuild + *squashmount-8.7.3 (20 Sep 2014) 20 Sep 2014; Martin Väth : diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index 46836922..48c139f4 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1 +1 @@ -DIST squashmount-v8.7.3.tar.gz 52304 SHA256 24ca739ae8536021475919caa02119a2da5686ac7287d9c5bb6f204a82424906 SHA512 68f518523ac315372c98f7cde77fc117ce210b08dc8f1496963ed0f4423e89905dd50f9245e07ed1237169d80a2a9e35f634384563d71d525130ef0b6455b961 WHIRLPOOL 66e2cd753637477ddfdc43809339d44b8066d9cd9c79fa9f1dabcdd89c3e68fa77e23cf073ccb6cbd7157652500a8b64907a10df110285e6ec8eb765b63bfd41 +DIST squashmount-v8.7.4.tar.gz 52304 SHA256 a402a3504c126e8c0252acd0a7073e96fd04a646daaf0f78d5570e4cfa2efb70 SHA512 7faf777f7c12451236a9673f5a1757d765294249a2a1e445f64ec3457f3463368f69c3881e2c668bf0b535f55d42860f92bf8302618c1eeaaf48d3486e46a889 WHIRLPOOL 93df56d03bc15843fb3459b3047b36c2b3006fdb0fcce9eec5e8f54e5230084e8d675223f948440a79d37e833273bdbcddbadebb2a758ee781b8e7b3e7481f1c diff --git a/sys-fs/squashmount/squashmount-8.7.3.ebuild b/sys-fs/squashmount/squashmount-8.7.3.ebuild deleted file mode 100644 index 1a7ec7c4..00000000 --- a/sys-fs/squashmount/squashmount-8.7.3.ebuild +++ /dev/null @@ -1,69 +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 - -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 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-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-8.7.4.ebuild b/sys-fs/squashmount/squashmount-8.7.4.ebuild new file mode 100644 index 00000000..1a7ec7c4 --- /dev/null +++ b/sys-fs/squashmount/squashmount-8.7.4.ebuild @@ -0,0 +1,69 @@ +# 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 + +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 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-9][0-9]*|' '[3-9]*|' '2.[0-9][0-9]*|' '2.[7-9]*) + :;; + *) + FORCE_PRINT_ELOG="true";; + esac + readme.gentoo_pkg_postinst +} -- cgit v1.2.3-65-gdbad