games-util/factorio-mod-updater: treeclean

This commit is contained in:
Alarig Le Lay 2023-07-14 16:50:14 +02:00
parent 0160c90b8f
commit 252afa696f
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
5 changed files with 0 additions and 101 deletions

View File

@ -1,3 +0,0 @@
DIST factorio-mod-updater-0.1.1.tar.gz 5268 BLAKE2B 2734ef968d5314b3dfc9ea59cac39ff9280833f6314e0876dc72b3d4736376a28bbe7e83515fdf9a704dd454abf4ba34026d87da41b1654b4068906218180e89 SHA512 c80dafe28206d91a26bc8e34c88fae5efe1eb7f40d3d3fef7db355b1d6fc38bb1ea3548ad08b562e81142aa6e8c9cb327ce97df3dc5d9e3d0f65bcb3530065c8
DIST factorio-mod-updater-0.2.0.tar.gz 6255 BLAKE2B 3278a85f02b8f58439fc7543d15d85c6b781dd1a60de06ba7530096a247c124fc36292ccc399a6d3160ea97fccb78dcc3a203610f60ca1441426c98a3423287a SHA512 5935509b7f69ed9edd7d8e725056c1de82b4c5ff5f8f9b872122843117232b91f3093c76e20cf20522c4c7a949edccd05bb4b418bdd3e1840b75514218d584e5
DIST factorio-mod-updater-0.2.2.tar.gz 7341 BLAKE2B b5e7493430d3cf8e0a9fb5ef8acec879b1ba6fa17c7f6cdeda1cb26ff94336ed313041138f12e97037ec30e67b2580011138f5de640a4d1bb27b0ca8d10db6ba SHA512 01a4c4de36de190ae0570afe3e485c28aa40e988f596b883a2565005538d02b3f7407542729904117cd2c55ca361c94c6b5770065da750ba45b484b92bc7f8d6

View File

@ -1,30 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-r1
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
python_foreach_impl python_newscript mod_updater.py factorio-mod-updater
}

View File

@ -1,30 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-r1
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
python_foreach_impl python_newscript mod_updater.py factorio-mod-updater
}

View File

@ -1,30 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-r1
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
python_foreach_impl python_newscript mod_updater.py factorio-mod-updater
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>