From 957235cf19a691360c720f7913672adda4258ed0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Oct 2018 11:03:14 +0100 Subject: gentoo resync : 07.10.2018 --- app-backup/untangle-https-backup/Manifest | 4 ++-- .../untangle-https-backup-0.0.10.ebuild | 26 ++++++++++++++++++++++ .../untangle-https-backup-0.0.8.ebuild | 26 ---------------------- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild delete mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.8.ebuild (limited to 'app-backup/untangle-https-backup') diff --git a/app-backup/untangle-https-backup/Manifest b/app-backup/untangle-https-backup/Manifest index 32525fa57304..75fafe038250 100644 --- a/app-backup/untangle-https-backup/Manifest +++ b/app-backup/untangle-https-backup/Manifest @@ -1,3 +1,3 @@ -DIST untangle-https-backup-0.0.8.tar.gz 16263 BLAKE2B 3a41b2ee172a14e3a11ac6e1d47adf9bb818facf8e45d16826a0da70e9280c28d09f9d4f670b4efdda487c152ce4ef5350709b70165dc9262ae4e3e0d0a106c9 SHA512 4eb74d4cb939a9ac59fc475b5dbcc2a1fb4b36b59e6335c02b6de44b5fd56c44f1b7a52f6b71b36ed91663aff17556e0c9cfb04f309a191596a7a858ffec4693 -EBUILD untangle-https-backup-0.0.8.ebuild 579 BLAKE2B e5774400d0962670a5a6d2d0576d575d8e76b4346e1fcb574469395bf1f592c70dd007428712479c1a6cb24ab00b8f4b59290b34bf9405224eca86ff74367765 SHA512 5d6999edd4fa55f363de6f4f61c78019b8247ebdb1df53f0e129d28550095c981b3936f324216dcbd35ddf7e58717c1fc529ac1269da0b093a91574cfc9f02f2 +DIST untangle-https-backup-0.0.10.tar.gz 16377 BLAKE2B 1c6233383e3e986bb63177b5b9f47d57631f2128da822775e0daf8a8bf6fb175f7cd1518ef18d6db116d6a12b2c697fe40e145fe41d2c98a4e12eaf76760b92a SHA512 0bd13fb0b7133bfce1c582317b4e0904e976e07f943a2dedf5f03729baebb5cd8f9aa38cc30c55f953692ed88f358d08b693bc40e89c24e329af2f5167e9247c +EBUILD untangle-https-backup-0.0.10.ebuild 579 BLAKE2B e5774400d0962670a5a6d2d0576d575d8e76b4346e1fcb574469395bf1f592c70dd007428712479c1a6cb24ab00b8f4b59290b34bf9405224eca86ff74367765 SHA512 5d6999edd4fa55f363de6f4f61c78019b8247ebdb1df53f0e129d28550095c981b3936f324216dcbd35ddf7e58717c1fc529ac1269da0b093a91574cfc9f02f2 MISC metadata.xml 252 BLAKE2B fa9e1dbdc0de3313b50ecd9de7ac59006074b8b75ecb97a8fc4de5fb14609cb00dc1b24ba95a2e7fb11cbc6f8c8f0c068bd0311713cc2aa7e6016992dbd6e8bd SHA512 92f660063c96ac5b3e24e58733006d4a72a7e2f41605988efb575546a2539a92b1ceb3a37e018fcb5c08264a42af26950d6520ea80ba60130ad25ce6092ce742 diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild new file mode 100644 index 000000000000..872eda0cac70 --- /dev/null +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_REQ_USE="ssl(+)" +inherit distutils-r1 + +DESCRIPTION="Back up Untangle configurations via the web admin UI" +HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.php" +SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +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.0.8.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.8.ebuild deleted file mode 100644 index 872eda0cac70..000000000000 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.0.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -PYTHON_REQ_USE="ssl(+)" -inherit distutils-r1 - -DESCRIPTION="Back up Untangle configurations via the web admin UI" -HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.php" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - distutils-r1_src_install - doman "doc/man8/${PN}.8" - dodoc "doc/${PN}.example.ini" -} -- cgit v1.2.3