From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DED115ACFB for ; Wed, 19 Apr 2023 12:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66F66E092D; Wed, 19 Apr 2023 12:35:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5292FE092D for ; Wed, 19 Apr 2023 12:35:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F233B341092 for ; Wed, 19 Apr 2023 12:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA91DA4A for ; Wed, 19 Apr 2023 12:35:27 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1681907647.4b012ed16b6c55b75c4ac6d72b348b572651c4e0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/untangle-https-backup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild X-VCS-Directories: app-backup/untangle-https-backup/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 4b012ed16b6c55b75c4ac6d72b348b572651c4e0 X-VCS-Branch: master Date: Wed, 19 Apr 2023 12:35:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1930137e-c266-4657-b6a3-14c752958cf7 X-Archives-Hash: f9a573b03d7d9d51d5d493708eb736b9 commit: 4b012ed16b6c55b75c4ac6d72b348b572651c4e0 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Apr 19 12:27:22 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Apr 19 12:34:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b012ed1 app-backup/untangle-https-backup: drop 0.1.0 Signed-off-by: Michael Orlitzky gentoo.org> .../untangle-https-backup-0.1.0.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild deleted file mode 100644 index 74acc6fcb52d..000000000000 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_9 python3_10 ) -PYTHON_REQ_USE="ssl(+)" -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 - -DESCRIPTION="Back up Untangle configurations via the web admin UI" -HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.xhtml" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -src_install() { - distutils-r1_src_install - doman "doc/man8/${PN}.8" - dodoc "doc/${PN}.example.ini" -}