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 13FA0138334 for ; Tue, 6 Aug 2019 11:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0852E082F; Tue, 6 Aug 2019 11:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A0F83E082D for ; Tue, 6 Aug 2019 11:27:14 +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 5E41734986C for ; Tue, 6 Aug 2019 11:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527F5757 for ; Tue, 6 Aug 2019 11:27:11 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1565090814.4eb89f0a9db62ef78cbdd2081ff54863a52eb54d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/howdoi/Manifest dev-util/howdoi/howdoi-1.1.14.ebuild X-VCS-Directories: dev-util/howdoi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4eb89f0a9db62ef78cbdd2081ff54863a52eb54d X-VCS-Branch: master Date: Tue, 6 Aug 2019 11:27:11 +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: 71680c52-ada6-4d19-873a-af30541a7a79 X-Archives-Hash: f0c94c7e8238ea435387d1c9e48ed1c3 commit: 4eb89f0a9db62ef78cbdd2081ff54863a52eb54d Author: Michael Palimaka gentoo org> AuthorDate: Tue Aug 6 11:25:56 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Aug 6 11:26:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb89f0a dev-util/howdoi: remove 1.1.14 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Michael Palimaka gentoo.org> dev-util/howdoi/Manifest | 1 - dev-util/howdoi/howdoi-1.1.14.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest index bd2a98fba53..92e3998380e 100644 --- a/dev-util/howdoi/Manifest +++ b/dev-util/howdoi/Manifest @@ -1,2 +1 @@ -DIST howdoi-1.1.14.tar.gz 8421 BLAKE2B 40689f3ca1ce487fd5278406115b70e51d82ce2ff2f8b1e60c02fad6f92adfcb532c3ce73c4126027a0812e21b599bf5f9d20e8d3c23d6dc4e541a877e1ba52d SHA512 348125e666d42b657ee493a405207238aab12cb4815da52de2bc3d0635a85476e942ed73b6eb75e7ac51e744f01ebe987dd45ecc69b1774f264a6bd9c4a2826e DIST howdoi-1.2.1.tar.gz 13112 BLAKE2B 33492547fab53085aebff295202e8ad88d41850503155b944f38382137d6ec8fbcd4f6050583b16c01c3701683ccf18c6929c525b5d8f34bf6f2ed9410668f36 SHA512 83af30118087105392ddb95b05d9e7442f5ee5df981faa9143770dedb8927c164a4f30f37ccd219a826340f0f8cd81fc5eb9a3b12e5d3956786294699b6e2f9b diff --git a/dev-util/howdoi/howdoi-1.1.14.ebuild b/dev-util/howdoi/howdoi-1.1.14.ebuild deleted file mode 100644 index c24bb930931..00000000000 --- a/dev-util/howdoi/howdoi-1.1.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit distutils-r1 - -DESCRIPTION="A code search tool" -HOMEPAGE="https://pypi.org/project/howdoi/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/pyquery-1.4.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-cache[${PYTHON_USEDEP}] -"