From 9034f040dc7a53f1e880227eb1a5db75dc74d595 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 1 Jan 2017 17:14:39 -0500 Subject: app-backup/untangle-https-backup: replace v0.0.4 with v0.0.5. Package-Manager: portage-2.3.0 --- app-backup/untangle-https-backup/Manifest | 2 +- .../untangle-https-backup-0.0.4.ebuild | 27 ---------------------- .../untangle-https-backup-0.0.5.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.4.ebuild create mode 100644 app-backup/untangle-https-backup/untangle-https-backup-0.0.5.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 7c41a2667f14..9ab67c4098e5 100644 --- a/app-backup/untangle-https-backup/Manifest +++ b/app-backup/untangle-https-backup/Manifest @@ -1 +1 @@ -DIST untangle-https-backup-0.0.4.tar.gz 15603 SHA256 ebd67322c22f69eaf42884bf4503b8590b71b9f6ea13e449a7dbe71aa5420968 SHA512 15346786365e5ec1c8548ea1abb87d980442ac56839eef13626ebb39355c5715135885a887c6acaa2bec61b2ea6983d73354589c58afb8ccd076f85937277e0c WHIRLPOOL 33d8dbe2401b8c6888b742ff0a6347b0c7c5014305a9a0c215dd4c25565aee4ba5956de7e10c05dccaf45b05811a78a23024421d0bc54eb3a60088a6a2e5c736 +DIST untangle-https-backup-0.0.5.tar.gz 15728 SHA256 7061c5d289aedb0f02281458ebc70f0bb10e413aeb9eb813ac2ee9432dd1459f SHA512 a1db06c770fc2989daed9666d8e0dfc4fe045a44ac18d25ff7fb9e3ba050c0107636297063e407f1c1e5362e81b4587e24df0acbfe51a9e1218af0e0bfb59d47 WHIRLPOOL 09fdd55525181b3b757d244e0c04fb8bf7743f20e3c256442314e66ec8d1237e701f25daa44492910e88558c91cc12ded968f27d6e1f9dba5c8a67945ae5c671 diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.0.4.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.4.ebuild deleted file mode 100644 index 596aee836080..000000000000 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 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.5.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.5.ebuild new file mode 100644 index 000000000000..f1d0c5ae4450 --- /dev/null +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.0.5.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