From 033286afc1eb2e64a87a58798a0c620d8b56f497 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Mar 2025 01:33:08 +0100 Subject: gentoo auto-resync : 31:03:2025 - 01:33:08 --- app-backup/Manifest.gz | Bin 7862 -> 7858 bytes app-backup/untangle-https-backup/Manifest | 2 +- .../untangle-https-backup-0.1.0-r2.ebuild | 23 --------------------- .../untangle-https-backup-0.1.0-r3.ebuild | 23 +++++++++++++++++++++ 4 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild create mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild (limited to 'app-backup') diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index 203235983418..cc7a771315a4 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/untangle-https-backup/Manifest b/app-backup/untangle-https-backup/Manifest index a7ade0096acc..ec41d728dfba 100644 --- a/app-backup/untangle-https-backup/Manifest +++ b/app-backup/untangle-https-backup/Manifest @@ -1,3 +1,3 @@ DIST untangle-https-backup-0.1.0.tar.gz 17211 BLAKE2B bbf8725e3198573b287624850cb854c5c5c5dffaefb4546e9295e21771f8e3d25652c94be497c9932caeed5afdf1afecb15aaad75f1ff2f53f6c4b92b3ddc23c SHA512 9874dbce881c419345b6e77a1e616b4c3e97f441606d7353b1a77c680bc48715d8f70f45680f8b57a447df44d9d9346d7aebf394de0793966734b3d9865bc18e -EBUILD untangle-https-backup-0.1.0-r2.ebuild 597 BLAKE2B aa45c92c696d304031667c5ddca5a9160448100218da457c8ceff6bf03fe14b4232aa463867b15b21419e8c8d3d153b414b3cd7beae0a23da27fb0ca4f06e614 SHA512 41b426c0be2312a4c35e15cbf774defcbc0e96e6950e9f473542409f35b55f54669da725ad9b5765a5ae5f167360ebaac6caef4c3cda5dba120500634e3d4362 +EBUILD untangle-https-backup-0.1.0-r3.ebuild 615 BLAKE2B 2bebab1686e729a4dc75811a08f3bc5da4b073bba6669c15b8083f0ff812522ea68fabea1549e143504e2f539c9968c32b681d6ee8a31ba9788fbf3be8645c80 SHA512 6571dfd4a326a25c24ebca49a9cddfe5541093db19cb6ac9fd048d9045d834d638ce15bdec7f4d6e24d7a4025656ce20deb0e7c73da7841234a25ea93c0c3836 MISC metadata.xml 253 BLAKE2B 63a51cab94d3e978d2c7dd1d124efd1c9e11c5ae277806a1f12359b2db370c37382fc1947e85940f6b0a439e3d49eecdd8d9bfb96587352d6a83803d2fd40bb6 SHA512 8da7cfe0cd26a54c106f2c029bbde93abf77576835e4fa66bc538dcf12fd41160f7cc2dd843a221962bb9a6f965311c076a1557caa38d503f371569b84841e33 diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild deleted file mode 100644 index 123e746bccf5..000000000000 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) -PYTHON_REQ_USE="ssl(+)" -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Back up Untangle configurations via the web admin UI" -HOMEPAGE="https://michael.orlitzky.com/code/untangle-https-backup.xhtml" -SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -src_install() { - distutils-r1_src_install - doman "doc/man8/${PN}.8" - dodoc "doc/${PN}.example.ini" -} diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild new file mode 100644 index 000000000000..dcf9aa9ae03c --- /dev/null +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0-r3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_10 python3_11 python3_12 python3_13 ) +PYTHON_REQ_USE="ssl(+)" +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Back up Untangle configurations via the web admin UI" +HOMEPAGE="https://michael.orlitzky.com/code/untangle-https-backup.xhtml" +SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="amd64 ~riscv x86" + +src_install() { + distutils-r1_src_install + doman "doc/man8/${PN}.8" + dodoc "doc/${PN}.example.ini" +} -- cgit v1.2.3