X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/06f0dd8fe1d81749a86cf05d20f33d5b9a68c638..c839110e72105629c85e121fc7c7d5b06a3093a4:/app-portage/squashmirror/squashmirror-20161005-r1.ebuild diff --git a/app-portage/squashmirror/squashmirror-20161005-r1.ebuild b/app-portage/squashmirror/squashmirror-20161005-r1.ebuild new file mode 100644 index 0000000..b1c6c6d --- /dev/null +++ b/app-portage/squashmirror/squashmirror-20161005-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright © 2015-2017 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or later. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 ) +inherit distutils-r1 + +SHA1=f419e6e863af2c87773b829fb5e8ef09797a620a + +DESCRIPTION="Portage sync module to generate squashfs repository filesystems" +SRC_URI="http://git.draconx.ca/gitweb/squashmirror.git/snapshot/$SHA1.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +COMMON_DEPS=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]" + +RDEPEND="$COMMON_DEPS + sys-fs/squashfs-tools:0" +DEPEND="$COMMON_DEPS + dev-python/setuptools[$PYTHON_USEDEP]" + +S=$WORKDIR/$SHA1