X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/f09192bc782a0dc87fd4b5b35628b8ac9e136fb7:/app-portage/squashmirror/squashmirror-20161005-r2.ebuild..111c5218c1cadadab8962b1bb9c8ffe1d88fca12:/app-portage/squashmirror/squashmirror-20161005-r3.ebuild diff --git a/app-portage/squashmirror/squashmirror-20161005-r2.ebuild b/app-portage/squashmirror/squashmirror-20161005-r3.ebuild similarity index 77% rename from app-portage/squashmirror/squashmirror-20161005-r2.ebuild rename to app-portage/squashmirror/squashmirror-20161005-r3.ebuild index 2d9aa2d..6adf4f9 100644 --- a/app-portage/squashmirror/squashmirror-20161005-r2.ebuild +++ b/app-portage/squashmirror/squashmirror-20161005-r3.ebuild @@ -1,20 +1,21 @@ -# Copyright © 2015-2018 Nick Bowler +# Copyright © 2015-2018,2020 Nick Bowler # License GPLv3+: GNU General Public License version 3 or later. # There is NO WARRANTY, to the extent permitted by law. -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 ) 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" +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]"