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 8AA7559CB4 for ; Tue, 19 Apr 2016 22:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A434521C00A; Tue, 19 Apr 2016 22:44:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DD1D21C00A for ; Tue, 19 Apr 2016 22:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B3FC340B7A for ; Tue, 19 Apr 2016 22:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2AA415F5 for ; Tue, 19 Apr 2016 22:44:55 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461105884.016d7c1057f0f798a0c0ef61811a38b864bead7e.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/cpyrit-cuda/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0.ebuild X-VCS-Directories: net-wireless/cpyrit-cuda/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 016d7c1057f0f798a0c0ef61811a38b864bead7e X-VCS-Branch: master Date: Tue, 19 Apr 2016 22:44:55 +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: b60c6c33-9b5e-4c93-b9a5-5e65824f20eb X-Archives-Hash: efd96b1a113f832c692073475fdf0f6d commit: 016d7c1057f0f798a0c0ef61811a38b864bead7e Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 19 22:44:44 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 19 22:44:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016d7c10 net-wireless/cpyrit-cuda: Remove old Package-Manager: portage-2.2.28 net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0.ebuild | 27 ----------------------- 1 file changed, 27 deletions(-) diff --git a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0.ebuild b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0.ebuild deleted file mode 100644 index c5ab8cf..0000000 --- a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="A sub-package that adds CUDA-capability to Pyrit" -HOMEPAGE="https://code.google.com/p/pyrit/" -SRC_URI="https://pyrit.googlecode.com/files/cpyrit-cuda-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/openssl - net-libs/libpcap - dev-util/nvidia-cuda-toolkit" -RDEPEND="${DEPEND}" -PDEPEND="~net-wireless/pyrit-${PV}"