From 109d6b4f673a249aea4deeb0cdb5b54a21592410 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 11 Oct 2015 11:26:48 +0200 Subject: Clear history for egencache --repo=mv --update-changelogs --- sys-fs/squash_dir/Manifest | 1 + sys-fs/squash_dir/metadata.xml | 22 +++++++ sys-fs/squash_dir/squash_dir-13.8.ebuild | 100 +++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 sys-fs/squash_dir/Manifest create mode 100644 sys-fs/squash_dir/metadata.xml create mode 100644 sys-fs/squash_dir/squash_dir-13.8.ebuild (limited to 'sys-fs/squash_dir') diff --git a/sys-fs/squash_dir/Manifest b/sys-fs/squash_dir/Manifest new file mode 100644 index 00000000..d20b18bb --- /dev/null +++ b/sys-fs/squash_dir/Manifest @@ -0,0 +1 @@ +DIST squash_dir-13.8.tar.gz 31453 SHA256 f123d76ef3d6572ca9e1cb1c239e2fff925cdc8ae65b4047d8b50e351004b5d1 SHA512 0f86f387077a5878612e9847602d1c2e255b79bfcbae5573a6bf413d72ff8b3246b12583ea7050188feb116e55e7704ae9dd2d02df35ce072a2205c1eadfad32 WHIRLPOOL 46bde67d35b7540a28c0a768438a46bec035dbd9c92289e42448de744b054fed4e6bc79a75cea5ab126740a486877896f31b892a661a15bfe8541eb6ed6f9671 diff --git a/sys-fs/squash_dir/metadata.xml b/sys-fs/squash_dir/metadata.xml new file mode 100644 index 00000000..8bf06804 --- /dev/null +++ b/sys-fs/squash_dir/metadata.xml @@ -0,0 +1,22 @@ + + + + + martin@mvath.de + Martin Väth + + + + martin@mvath.de + Martin Väth + + mailto:martin@mvath.de + vaeth/squash_dir + + + Prefer aufs + Prefer overlayfs + Prefer unionfs-fuse + Install the bundled openrc-wrapper + + diff --git a/sys-fs/squash_dir/squash_dir-13.8.ebuild b/sys-fs/squash_dir/squash_dir-13.8.ebuild new file mode 100644 index 00000000..73072d21 --- /dev/null +++ b/sys-fs/squash_dir/squash_dir-13.8.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +RESTRICT="mirror" +WANT_LIBTOOL=none +AUTOTOOLS_IN_SOURCE_BUILD=true +inherit autotools autotools-utils eutils linux-info readme.gentoo 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" +KEYWORDS="" +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 + !