]> git.draconx.ca Git - gentoo-draconx.git/blob - app-portage/squashmirror/squashmirror-20150926.ebuild
Update portage sync modules for new python.
[gentoo-draconx.git] / app-portage / squashmirror / squashmirror-20150926.ebuild
1 # Copyright © 2015-2017 Nick Bowler
2 # License GPLv3+: GNU General Public License version 3 or later.
3 # There is NO WARRANTY, to the extent permitted by law.
4
5 EAPI=5
6
7 PYTHON_COMPAT=( python3_4 python3_5 )
8 inherit distutils-r1
9
10 SHA1=6a2e8e8c5880fa7f35ef90fbfeea8dfbbfc048a1
11
12 DESCRIPTION="Portage sync module to generate squashfs repository filesystems"
13 SRC_URI="http://git.draconx.ca/gitweb/squashmirror.git/snapshot/$SHA1.tar.xz"
14
15 LICENSE="GPL-2+"
16 SLOT="0"
17 KEYWORDS="~amd64"
18
19 RDEPEND=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]"
20 DEPEND="$RDEPEND
21         dev-python/setuptools[$PYTHON_USEDEP]"
22
23 S=$WORKDIR/$SHA1