From c88bfa20916a0b2b102ad90347f6cc3ce6f1b753 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 1 Jan 2017 17:50:14 -0500 Subject: app-backup/untangle-https-backup: replace v0.0.5 with v0.0.6. Package-Manager: portage-2.3.0 --- app-backup/untangle-https-backup/Manifest | 2 +- .../untangle-https-backup-0.0.5.ebuild | 27 ---------------------- .../untangle-https-backup-0.0.6.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.5.ebuild create mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.6.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 9ab67c4098e5..2b458232890f 100644 --- a/app-backup/untangle-https-backup/Manifest +++ b/app-backup/untangle-https-backup/Manifest @@ -1 +1 @@ -DIST untangle-https-backup-0.0.5.tar.gz 15728 SHA256 7061c5d289aedb0f02281458ebc70f0bb10e413aeb9eb813ac2ee9432dd1459f SHA512 a1db06c770fc2989daed9666d8e0dfc4fe045a44ac18d25ff7fb9e3ba050c0107636297063e407f1c1e5362e81b4587e24df0acbfe51a9e1218af0e0bfb59d47 WHIRLPOOL 09fdd55525181b3b757d244e0c04fb8bf7743f20e3c256442314e66ec8d1237e701f25daa44492910e88558c91cc12ded968f27d6e1f9dba5c8a67945ae5c671 +DIST untangle-https-backup-0.0.6.tar.gz 15730 SHA256 91f5a308557d89de50d4f741c623b3b2073878bae44d2efa64b9237b06d18baa SHA512 a7854fe23faba88ee21e3bc9aaaedc54aefc58d8cd844d200d184ddffcff3cc5c90ff429464914e89cbfc4651057007ad328a665ed706d65ba3e1bda87965da1 WHIRLPOOL 913bec9d3bd291798688aa9a1cda9af8fbd746574401d3387f42e7f32bcd817e34702e498594012db19b06ff214b997bd06b0a0712e4690d9549cb5df5a06770 diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.0.5.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.5.ebuild deleted file mode 100644 index f1d0c5ae4450..000000000000 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python{3_4,3_5} ) -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.6.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.6.ebuild new file mode 100644 index 000000000000..f1d0c5ae4450 --- /dev/null +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{3_4,3_5} ) +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-65-gdbad