From fe1a62d11545bdc60bc3daf64cfa9e19f574204a Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 26 Sep 2015 17:26:09 -0400 Subject: [PATCH] Add squashmirror ebuild. --- app-portage/squashmirror/Manifest | 2 ++ .../squashmirror/squashmirror-20150926.ebuild | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app-portage/squashmirror/Manifest create mode 100644 app-portage/squashmirror/squashmirror-20150926.ebuild diff --git a/app-portage/squashmirror/Manifest b/app-portage/squashmirror/Manifest new file mode 100644 index 0000000..0450e30 --- /dev/null +++ b/app-portage/squashmirror/Manifest @@ -0,0 +1,2 @@ +DIST 6a2e8e8c5880fa7f35ef90fbfeea8dfbbfc048a1.tar.xz 8340 SHA256 0237658248070617ebf637bf637b7a7cec2bf9a245af5f75b79ae2374444b896 SHA512 e2544e34dfc0869a7d26ba305adf71f33e926f48ed8a928c86e49a779b216a62305f7e076c27bad4b3bc328e3223da8d215561712c1d2992fe8d4b8d14c7a93d WHIRLPOOL 3481e8449bddcfbe582cbb9326a7c820e6280e199af0b60e4654eefd6454a8968e86355a3b958781fc2d1f667eb53d27b7bb1b8d8ed3b5e083c40dbb139a4baa +EBUILD squashmirror-20150926.ebuild 588 SHA256 22c285f1927379c611196a6ff38adbfb4af88de3fb5cfada10ee9420f8f7b58a SHA512 1fb1f79f1190456dd37994464651c85570f4fa18b360c3c298e77b84981062d07414561921d32911aae3811e7de0621887e88bb8fb89400591e0fa652cff8ee8 WHIRLPOOL dce56704bb1d084c30d9906aac40769897d1013b678e00c57ecbbc962dfff623b07a8a9938e67948734aca5fd3d14b21a7132d8f1349b3322af903584bc9810f diff --git a/app-portage/squashmirror/squashmirror-20150926.ebuild b/app-portage/squashmirror/squashmirror-20150926.ebuild new file mode 100644 index 0000000..d68e03d --- /dev/null +++ b/app-portage/squashmirror/squashmirror-20150926.ebuild @@ -0,0 +1,23 @@ +# 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 -- 2.43.0