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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55621138334 for ; Fri, 13 Dec 2019 20:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73900E090E; Fri, 13 Dec 2019 20:45:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5885CE090E for ; Fri, 13 Dec 2019 20:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AA1834D95F for ; Fri, 13 Dec 2019 20:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03CD8D7 for ; Fri, 13 Dec 2019 20:45:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1576269888.b3672ce4d4ad6685fe3a37645e7b2eabed9dc843.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libzilla/Manifest dev-python/libzilla/libzilla-1.4.ebuild X-VCS-Directories: dev-python/libzilla/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b3672ce4d4ad6685fe3a37645e7b2eabed9dc843 X-VCS-Branch: master Date: Fri, 13 Dec 2019 20:45:17 +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: ba6dca08-ac8d-4593-9273-84f51e619ddb X-Archives-Hash: 8f0071576d63a7410b41af2a27d5173a commit: b3672ce4d4ad6685fe3a37645e7b2eabed9dc843 Author: David Seifert gentoo org> AuthorDate: Fri Dec 13 20:44:48 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 13 20:44:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3672ce4 dev-python/libzilla: Remove old Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/libzilla/Manifest | 1 - dev-python/libzilla/libzilla-1.4.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest index f1b1c71c246..f9cebc5feb3 100644 --- a/dev-python/libzilla/Manifest +++ b/dev-python/libzilla/Manifest @@ -1,2 +1 @@ -DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c DIST libzilla-1.5.tar.gz 12052 BLAKE2B 48eac27be098484d2ff1407e5f6c757d81071a20c5ce00a409e4c0ad7defa6208a729e3878a0fa25726635e13c79ce406b5caeebb6c03e94dd19af6d7ad055f2 SHA512 a4916a0453a0045541ad9df80fcb06a74ccb1e090983f369f78d21887ea3330129fc53bb912961c400a85cbf0e783f1d2ac74af83cce990780539efa414d8219 diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild deleted file mode 100644 index 995d6f9b9e6..00000000000 --- a/dev-python/libzilla/libzilla-1.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Library for managing Bugzilla bug reports from the CLI" -HOMEPAGE="https://github.com/monsieurp/libzilla" -SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64 x86" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"