From 7494ee3151e20b7ab531aa6177bfd8088a198e02 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 14 Jul 2017 18:27:12 +0200 Subject: Mass bump: Fix systemd unit path, split /usr --- sys-fs/squash_dir/squash_dir-13.13.ebuild | 101 ++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 sys-fs/squash_dir/squash_dir-13.13.ebuild (limited to 'sys-fs/squash_dir/squash_dir-13.13.ebuild') diff --git a/sys-fs/squash_dir/squash_dir-13.13.ebuild b/sys-fs/squash_dir/squash_dir-13.13.ebuild new file mode 100644 index 00000000..04603ae4 --- /dev/null +++ b/sys-fs/squash_dir/squash_dir-13.13.ebuild @@ -0,0 +1,101 @@ +# Copyright 2017 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 + !