From 7ac28e1e6c588e442ecba47a882fb0442f8abd28 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 26 Sep 2016 23:05:32 +0200 Subject: sys-fs/squash_dir: Version bump --- sys-fs/squash_dir/Manifest | 2 +- sys-fs/squash_dir/squash_dir-13.8.ebuild | 100 ------------------------------- sys-fs/squash_dir/squash_dir-13.9.ebuild | 100 +++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 101 deletions(-) delete mode 100644 sys-fs/squash_dir/squash_dir-13.8.ebuild create mode 100644 sys-fs/squash_dir/squash_dir-13.9.ebuild (limited to 'sys-fs/squash_dir') diff --git a/sys-fs/squash_dir/Manifest b/sys-fs/squash_dir/Manifest index 8a037cd9..3ca7ba93 100644 --- a/sys-fs/squash_dir/Manifest +++ b/sys-fs/squash_dir/Manifest @@ -1 +1 @@ -DIST squash_dir-13.8.tar.gz 31453 SHA256 f123d76ef3d6572ca9e1cb1c239e2fff925cdc8ae65b4047d8b50e351004b5d1 +DIST squash_dir-13.9.tar.gz 31445 SHA256 c42d9a35839da3f8fd4c7e52b65782cd9ae88dfe007c8a214e330f4ce50e5a43 diff --git a/sys-fs/squash_dir/squash_dir-13.8.ebuild b/sys-fs/squash_dir/squash_dir-13.8.ebuild deleted file mode 100644 index 3bf35aca..00000000 --- a/sys-fs/squash_dir/squash_dir-13.8.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -WANT_LIBTOOL=none -AUTOTOOLS_IN_SOURCE_BUILD=true -inherit autotools eutils linux-info 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" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse" - -BOTHDEPEND="bundled-openrc-wrapper? ( !!sys-apps/openrc-wrapper )" -RDEPEND="sys-fs/squashfs-tools - !bundled-openrc-wrapper? ( sys-apps/openrc-wrapper ) - ${BOTHDEPEND} - >=app-shells/runtitle-2.3 - !