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 1372C138359 for ; Tue, 22 Sep 2020 14:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35646E0887; Tue, 22 Sep 2020 14:15:19 +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 20DC7E0887 for ; Tue, 22 Sep 2020 14:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E5A0340B27 for ; Tue, 22 Sep 2020 14:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDF237B for ; Tue, 22 Sep 2020 14:15:15 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600784090.7fd87b6259827c6229512fee7df1f2d81df0305f.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/xopen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/xopen/xopen-0.1.1.ebuild X-VCS-Directories: dev-python/xopen/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 7fd87b6259827c6229512fee7df1f2d81df0305f X-VCS-Branch: master Date: Tue, 22 Sep 2020 14:15:15 +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: bc00b176-2797-4957-9412-faf48aeccdd8 X-Archives-Hash: 8098640d334f4085220dcaad4aa2c4cf commit: 7fd87b6259827c6229512fee7df1f2d81df0305f Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 00:19:45 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 14:14:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7fd87b62 dev-python/xopen: drop old version Closes: https://github.com/gentoo/sci/pull/976 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/xopen/xopen-0.1.1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/xopen/xopen-0.1.1.ebuild b/dev-python/xopen/xopen-0.1.1.ebuild deleted file mode 100644 index 18d1911b5..000000000 --- a/dev-python/xopen/xopen-0.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) -inherit distutils-r1 - -DESCRIPTION="Open compressed files transparently" -HOMEPAGE="https://pypi.python.org/pypi/xopen" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"