From e616e2dce12b2df8bdee74e4a96b809134736b08 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 26 Mar 2020 09:37:51 +0100 Subject: [PATCH] games-util/factorio-mod-updater: New ebuild Python script to update mods on a dedicated factorio server Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay --- games-util/factorio-mod-updater/Manifest | 2 ++ .../factorio-mod-updater-0.1.0.ebuild | 28 +++++++++++++++++++ .../factorio-mod-updater-0.1.1.ebuild | 28 +++++++++++++++++++ games-util/factorio-mod-updater/metadata.xml | 8 ++++++ 4 files changed, 66 insertions(+) create mode 100644 games-util/factorio-mod-updater/Manifest create mode 100644 games-util/factorio-mod-updater/factorio-mod-updater-0.1.0.ebuild create mode 100644 games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild create mode 100644 games-util/factorio-mod-updater/metadata.xml diff --git a/games-util/factorio-mod-updater/Manifest b/games-util/factorio-mod-updater/Manifest new file mode 100644 index 0000000..9a66d50 --- /dev/null +++ b/games-util/factorio-mod-updater/Manifest @@ -0,0 +1,2 @@ +DIST factorio-mod-updater-0.1.0.tar.gz 5255 BLAKE2B 56ac80d3190bd58edd698435ab332f61656071c82d41a1bafb1d33145a62eacddf6a2561c50ee8ba5feaae2332e4875c2d6a62184a771b758965634fa4056591 SHA512 492cf79c0a6147a71cfbe0341be0be32310979893a834a9561d654915d96e48b45940e7f05568603ef0d82a1cad7944c48f56d1b2d0b34ba585da8a20f6ed39f +DIST factorio-mod-updater-0.1.1.tar.gz 5268 BLAKE2B 2734ef968d5314b3dfc9ea59cac39ff9280833f6314e0876dc72b3d4736376a28bbe7e83515fdf9a704dd454abf4ba34026d87da41b1654b4068906218180e89 SHA512 c80dafe28206d91a26bc8e34c88fae5efe1eb7f40d3d3fef7db355b1d6fc38bb1ea3548ad08b562e81142aa6e8c9cb327ce97df3dc5d9e3d0f65bcb3530065c8 diff --git a/games-util/factorio-mod-updater/factorio-mod-updater-0.1.0.ebuild b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.0.ebuild new file mode 100644 index 0000000..7b4fe12 --- /dev/null +++ b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Python script to update mods on a dedicated factorio server" +HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater" +MY_GITHUB_AUTHOR="pdemonaco" +SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="all-rights-reserved" +RESTRICT="bindist mirror" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + dev-python/requests +" +BDEPEND="" + +src_install() { + default + + newbin mod_updater.py mod_updater +} diff --git a/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild new file mode 100644 index 0000000..7b4fe12 --- /dev/null +++ b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Python script to update mods on a dedicated factorio server" +HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater" +MY_GITHUB_AUTHOR="pdemonaco" +SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="all-rights-reserved" +RESTRICT="bindist mirror" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + dev-python/requests +" +BDEPEND="" + +src_install() { + default + + newbin mod_updater.py mod_updater +} diff --git a/games-util/factorio-mod-updater/metadata.xml b/games-util/factorio-mod-updater/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/games-util/factorio-mod-updater/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +