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 949081388C1 for ; Fri, 26 Feb 2016 09:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48B8E0801; Fri, 26 Feb 2016 09:02:36 +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 13C44E0801 for ; Fri, 26 Feb 2016 09:02:36 +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 40256340C92 for ; Fri, 26 Feb 2016 09:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E503516C5 for ; Fri, 26 Feb 2016 09:02:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456476675.d16b35a4148bb41602dceca798a34cc0e3a4b766.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blacs/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blacs/blacs-1.1.ebuild X-VCS-Directories: virtual/blacs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d16b35a4148bb41602dceca798a34cc0e3a4b766 X-VCS-Branch: master Date: Fri, 26 Feb 2016 09:02:31 +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: bf5d1500-111d-4817-99dd-3ab55284ce03 X-Archives-Hash: 0c6e5c26e267a50d84de19756729d406 commit: d16b35a4148bb41602dceca798a34cc0e3a4b766 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:51:15 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:51:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d16b35a4 virtual/blacs: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/blacs/blacs-1.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/virtual/blacs/blacs-1.1.ebuild b/virtual/blacs/blacs-1.1.ebuild deleted file mode 100644 index f41d009..0000000 --- a/virtual/blacs/blacs-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Virtual for BLACS implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" - -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="doc" -RDEPEND="|| ( - >=sci-libs/mpiblacs-1.1 - >=sci-libs/mkl-10.3 - ) - doc? ( >=app-doc/blacs-docs-1 )" -DEPEND=""