]> git.draconx.ca Git - gentoo-draconx.git/blob - app-portage/squashmirror/squashmirror-20161005-r4.ebuild
app-portage/squashmirror: Update PYTHON_COMPAT.
[gentoo-draconx.git] / app-portage / squashmirror / squashmirror-20161005-r4.ebuild
1 # Copyright © 2015-2018,2020-2021 Nick Bowler
2 # License GPLv3+: GNU General Public License version 3 or any later version.
3 # This is free software: you are free to change and redistribute it.
4 # There is NO WARRANTY, to the extent permitted by law.
5
6 EAPI=7
7
8 PYTHON_COMPAT=( python3_{4..9} )
9 inherit distutils-r1
10
11 SHA1=f419e6e863af2c87773b829fb5e8ef09797a620a
12
13 DESCRIPTION="Portage sync module to generate squashfs repository filesystems"
14 SRC_URI="http://git.draconx.ca/gitweb/squashmirror.git/snapshot/$SHA1.tar.xz -> $P.tar.xz"
15
16 LICENSE="GPL-2+"
17 SLOT="0"
18 KEYWORDS="~amd64"
19 REQUIRED_USE=$PYTHON_REQUIRED_USE
20
21 COMMON_DEPS=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]"
22
23 RDEPEND="$COMMON_DEPS
24         sys-fs/squashfs-tools:0"
25 DEPEND="$COMMON_DEPS
26         dev-python/setuptools[$PYTHON_USEDEP]"
27
28 S=$WORKDIR/$SHA1