X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/fe1a62d11545bdc60bc3daf64cfa9e19f574204a..c839110e72105629c85e121fc7c7d5b06a3093a4:/app-portage/squashmirror/squashmirror-20150926.ebuild diff --git a/app-portage/squashmirror/squashmirror-20150926.ebuild b/app-portage/squashmirror/squashmirror-20150926.ebuild deleted file mode 100644 index d68e03d..0000000 --- a/app-portage/squashmirror/squashmirror-20150926.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright © 2015 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or later. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=5 - -PYTHON_COMPAT=( python3_4 ) -inherit distutils-r1 - -SHA1=6a2e8e8c5880fa7f35ef90fbfeea8dfbbfc048a1 - -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" - -RDEPEND=">=sys-apps/portage-2.2.21[$PYTHON_USEDEP]" -DEPEND="$RDEPEND - dev-python/setuptools[$PYTHON_USEDEP]" - -S=$WORKDIR/$SHA1