X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/e4ef498becc315ef9607944354186e34efdea4de..af49b34dac1cba53c228d3e2c04f24937273b1b5:/app-portage/squashmirror/squashmirror-20161005-r5.ebuild diff --git a/app-portage/squashmirror/squashmirror-20161005-r5.ebuild b/app-portage/squashmirror/squashmirror-20161005-r5.ebuild new file mode 100644 index 0000000..91aafb3 --- /dev/null +++ b/app-portage/squashmirror/squashmirror-20161005-r5.ebuild @@ -0,0 +1,28 @@ +# Copyright © 2015-2018,2020-2023 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=7 + +PYTHON_COMPAT=( python3_{4..11} ) +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 -> $P.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE=$PYTHON_REQUIRED_USE + +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