From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 117B4138334 for ; Sun, 27 Jan 2019 12:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B46DE1110; Sun, 27 Jan 2019 12:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E78D9E1111 for ; Sun, 27 Jan 2019 12:36:39 +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 DE440335D52 for ; Sun, 27 Jan 2019 12:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 824F252E for ; Sun, 27 Jan 2019 12:36:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1548592568.d3ae15413d5d50d9491fec0583e75e317efbe577.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/maybe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/maybe/Manifest dev-python/maybe/maybe-0.3.0.ebuild X-VCS-Directories: dev-python/maybe/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d3ae15413d5d50d9491fec0583e75e317efbe577 X-VCS-Branch: master Date: Sun, 27 Jan 2019 12:36:35 +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: d74c6049-3874-42e8-bd5d-c176b568b186 X-Archives-Hash: b0039839e44dab28430c17f8e6331e85 commit: d3ae15413d5d50d9491fec0583e75e317efbe577 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 27 12:24:02 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 27 12:36:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ae1541 dev-python/maybe: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> dev-python/maybe/Manifest | 1 - dev-python/maybe/maybe-0.3.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/maybe/Manifest b/dev-python/maybe/Manifest index d519d947bc8..d7e75b15d6e 100644 --- a/dev-python/maybe/Manifest +++ b/dev-python/maybe/Manifest @@ -1,2 +1 @@ -DIST maybe-0.3.0.tar.gz 5738 BLAKE2B f41094425bbcbb1a691b7b56a667d840822b9a8ce717ae7dd503c214a11a0309f2c9311bc9c800b1bcc17838352ea066afcc48e22eaac2c1a1081cb652dc5c0e SHA512 512b7b5251c27a64891bd105599b5625331cb21d40dbf7d1b88b56375a5ead484f02f87da6410c01682c180218cae7b0df7a9f92ad7a69a862b333ee36265152 DIST maybe-0.4.0.tar.gz 6105 BLAKE2B 73052b156e8940769897b5b9505286d1b78cc156976445d5ebdceb6cbe503ce079872836ebaab5fda3fb77798909467af17bf37451eaf563ca9add7f2470aeb7 SHA512 39882c69375b408e809e899b997675c9395ddf50b8625fd04a0d78cbd041f6138e491b76578c8b530ba122b921c694bc27d256eab7485ea4638330f6e0411129 diff --git a/dev-python/maybe/maybe-0.3.0.ebuild b/dev-python/maybe/maybe-0.3.0.ebuild deleted file mode 100644 index ef053715004..00000000000 --- a/dev-python/maybe/maybe-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 - -DESCRIPTION="See what a program does before deciding whether you really want it to happen" -HOMEPAGE="https://github.com/p-e-w/maybe https://pypi.org/project/maybe/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/blessings[${PYTHON_USEDEP}] - dev-python/python-ptrace[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"