From 844229c7a8591aadfeb7971505f1fefc85e2bc0d Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 6 Jul 2014 01:10:49 +0200 Subject: Bump squashmount --- sys-fs/squashmount/ChangeLog | 5 +++ sys-fs/squashmount/Manifest | 2 +- sys-fs/squashmount/squashmount-7.1.ebuild | 68 ------------------------------- sys-fs/squashmount/squashmount-7.2.ebuild | 68 +++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 69 deletions(-) delete mode 100644 sys-fs/squashmount/squashmount-7.1.ebuild create mode 100644 sys-fs/squashmount/squashmount-7.2.ebuild (limited to 'sys-fs') diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog index ac120f9b..70074b55 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-7.2 (06 Jul 2014) + + 06 Jul 2014; Martin Väth : + Version bump, remove old ebuild. Perl-5.20 compatibility + *squashmount-7.1 (05 Jul 2014) 05 Jul 2014; Martin Väth : diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index 132370b1..b8f5f3bd 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1,2 +1,2 @@ DIST squashmount-6.3.tar.gz 42059 SHA256 09699ad6355e39e694e2e95c1074a111a428e2615f5c21c6f0d1942825a5d188 SHA512 c1ffe71abc43b10fde4ac9a66a7518bf3450b6257a59b167f0eabf4f82ba32b82a737099ff0b050ad838ae06ddcefc968c08ab9923b8c89fe579c1492974ebf3 WHIRLPOOL 69c94ff4ee0e1161f59618f58b37fd004495adeedd7ba107c6fdc1318fc13e60e5fadbf44db4a5e06482e708cba648da4e24ec726c7cfb70bdf4e33f914c9464 -DIST squashmount-7.1.tar.gz 43470 SHA256 6be80976c85438b0a6da26110b91376f296cad1381a85f764ea908767d732145 SHA512 778ebcdc06d2785147dbeded201aae728c189b6abb635fb2d99701692216417b435bdd1ae074a3fe9d1dfe1f04e71f717e5f9f8ba53f193c8162c761a2e66096 WHIRLPOOL 4b2fa74d14ed443c162895d2b7831c744088dec9ba8070d340cd7c27a7b470d201b73c7ef16cc1243585536c185aa8179530cdb1a06d193a0b76dd1849c7efb1 +DIST squashmount-7.2.tar.gz 43505 SHA256 6c2dfa3999d00ed1cdfd8412dd6f6f49a9fcd657d25b5c77f40429c971a9f590 SHA512 d97eedca29add0e5cf8db1d88ba9b70eb82abafe7042a4f6176bc4b869ef49960e0072713ff108f3e79ae089e95d8d85fd28df8f63f03edb0d8a03e99ffedbf2 WHIRLPOOL ada4b2f0ed6d851a2f05bbb9f2ca261f04a5bf6c92871c0888bc9295f35f99a31f91bb191e443b19b1402d293dbcc4389037ace28c9f8daf0554af65bfe7617b diff --git a/sys-fs/squashmount/squashmount-7.1.ebuild b/sys-fs/squashmount/squashmount-7.1.ebuild deleted file mode 100644 index a20304c2..00000000 --- a/sys-fs/squashmount/squashmount-7.1.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="~amd64 ~ppc ~x86" -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 - !=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-7.2.ebuild b/sys-fs/squashmount/squashmount-7.2.ebuild new file mode 100644 index 00000000..a20304c2 --- /dev/null +++ b/sys-fs/squashmount/squashmount-7.2.ebuild @@ -0,0 +1,68 @@ +# 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="~amd64 ~ppc ~x86" +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 + !=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 +} -- cgit v1.2.3-65-gdbad