logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: a7f5c7b78ec8e686ca959e8a19a9b86015e6efaa
parent 8c890f5a4ae397b0303cd344e376ed94248829e1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  6 Mar 2021 05:05:56 +0100

net-misc/fbxosctrl: Clean version-bump, 2.4.4

Diffstat:

Mnet-misc/fbxosctrl/Manifest1-
Dnet-misc/fbxosctrl/fbxosctrl-2.3.2.ebuild30------------------------------
Anet-misc/fbxosctrl/fbxosctrl-2.4.4.ebuild31+++++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/net-misc/fbxosctrl/Manifest b/net-misc/fbxosctrl/Manifest @@ -1,2 +1 @@ DIST fbxosctrl-2.3.2.tar.gz 24760 BLAKE2B 80b41b2a5a017860d54907c181a09a5069f9e37fea9b995c9eb7504545bd0feea2b2d8da1d5b389fc31ae9fe1b44e59e5419168588a9649455a786ecb364ee8b SHA512 7dbfd9f8edb543e91f20c468801756ff5cddc03ecd444a3fecaaf6a4d5b726edd95d13432a083a29b11bfc8fd7c721fa41335fe980c5ab37efb5e5072b16e31b -DIST fbxosctrl-lisezmoi.md 2907 BLAKE2B 83d336d32adf0216168f855e1bfc2ddbe7cececc7678c6ad3eac24f834eaa80524ae55b571416aa03fb84a770c214f3e1f0df23a6792b35ee282fd02ea9b1193 SHA512 07a62e91677684dd22f0379962b13215dcac01baf42a1e8c427d7d7f82af34079b0847ba941a01e409d2c8c5b3143b3b5d080c7bf9f3e6ca2d2c7738522b1018 diff --git a/net-misc/fbxosctrl/fbxosctrl-2.3.2.ebuild b/net-misc/fbxosctrl/fbxosctrl-2.3.2.ebuild @@ -1,30 +0,0 @@ -# Copyright 2018 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit python-single-r1 - -DESCRIPTION="Shell tool to control some Freebox OS stuff: wifi, reboot..." -HOMEPAGE="https://github.com/skimpax/fbxosctrl" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -SRC_URI=" - https://github.com/skimpax/fbxosctrl/archive/${PV}.tar.gz -> ${P}.tar.gz - https://raw.githubusercontent.com/wiki/skimpax/fbxosctrl/Mise-en-oeuvre-de-fbxosctrl.md -> fbxosctrl-lisezmoi.md -" - -DEPEND=" - ${PYTHON_DEPS} - dev-python/requests[${PYTHON_USEDEP}] -" - -DOCS=("${DISTDIR}/fbxosctrl-lisezmoi.md") - -src_install() { - default - python_doexe fbxosctrl.py -} diff --git a/net-misc/fbxosctrl/fbxosctrl-2.4.4.ebuild b/net-misc/fbxosctrl/fbxosctrl-2.4.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 2018-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit python-single-r1 + +DESCRIPTION="Shell tool to control some Freebox OS stuff: wifi, reboot..." +HOMEPAGE="https://github.com/skimpax/fbxosctrl" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +SRC_URI="https://github.com/skimpax/fbxosctrl/archive/${PV}.tar.gz -> ${P}.tar.gz" + +DEPEND=" + ${PYTHON_DEPS} + dev-python/requests[${PYTHON_USEDEP}] +" + +DOCS=("${DISTDIR}/fbxosctrl-lisezmoi.md") + +src_install() { + default + python_doexe fbxosctrl.py +} + +pkg_install() { + emessage "Pour la mise en place, voir: https://raw.githubusercontent.com/wiki/skimpax/fbxosctrl/Mise-en-oeuvre-de-fbxosctrl.md" +}