From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2157613888F for ; Mon, 12 Oct 2015 14:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45B2321C001; Mon, 12 Oct 2015 14:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDA6021C001 for ; Mon, 12 Oct 2015 14:01:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C854D34016B for ; Mon, 12 Oct 2015 14:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F29EC1 for ; Mon, 12 Oct 2015 14:01:42 +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: <1444658490.6c0d568d859a886588873c8bdf528203b42952ec.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.6.ebuild X-VCS-Directories: dev-util/howdoi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6c0d568d859a886588873c8bdf528203b42952ec X-VCS-Branch: master Date: Mon, 12 Oct 2015 14:01:42 +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-Archives-Salt: 27220d7a-4c8f-4858-a473-69c36985fe63 X-Archives-Hash: f2e6c5d25cc9de83914c2c5a0ff14896 commit: 6c0d568d859a886588873c8bdf528203b42952ec Author: Michael Palimaka gentoo org> AuthorDate: Mon Oct 12 13:38:31 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Oct 12 14:01:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d568d dev-util/howdoi: remove old Package-Manager: portage-2.2.20.1 dev-util/howdoi/Manifest | 1 - dev-util/howdoi/howdoi-1.1.6.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest index 449f1cb..bedc8b3 100644 --- a/dev-util/howdoi/Manifest +++ b/dev-util/howdoi/Manifest @@ -1,2 +1 @@ -DIST howdoi-1.1.6.tar.gz 6769 SHA256 29b06c588825fb007f111106cfd475fc88dbf4e1329758dcf42e903097872c83 SHA512 369bdbb30fc97b094fe8c1cb49b3dd696f16b1120cb980e6785dcf6c2da56698f3d103a983174d6e4a3cfa7b0bbb3d4109760f5cadaaa365480af9fae8323232 WHIRLPOOL db543d7f93c6bcb5ea3e44d5a8cc3ae15b7f180f2aac59d89b1beffbd1cf192b684d938fe8cad1cb0f1c642c7c894026f53880d79c8214422eac83b0a7fe27b6 DIST howdoi-1.1.7.tar.gz 7378 SHA256 df4e49a219872324875d588e7699a1a82174a267e8487505e86bfcb180aea9b7 SHA512 5f08a0ee341813ab8dde0528bb6d04e02965dddd30851b8cfa7f92900f60f6d83ff74aaa565e2fc5b7a336ec7cd35ed932bbfecc09064010268a4bdbc521902b WHIRLPOOL 93bf26d7553e05d99f6efbecbdc747301ee628d192c74369b492d5c2fb0def737d83b89baf80b8254701f8923927948610fd4f58c27c698f55843d416b00bf91 diff --git a/dev-util/howdoi/howdoi-1.1.6.ebuild b/dev-util/howdoi/howdoi-1.1.6.ebuild deleted file mode 100644 index 4ae621c..0000000 --- a/dev-util/howdoi/howdoi-1.1.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A code search tool" -HOMEPAGE="https://pypi.python.org/pypi/howdoi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyquery[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-cache[${PYTHON_USEDEP}]"