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 A8BF51381F4 for ; Mon, 10 Dec 2012 14:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DBC7E0747; Mon, 10 Dec 2012 14:47:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DFCDE0747 for ; Mon, 10 Dec 2012 14:47:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DCF933DA95 for ; Mon, 10 Dec 2012 14:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6F30E544C for ; Mon, 10 Dec 2012 14:47:25 +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: <1355150833.b1dcc6c593992af8f6f3396f12d5a7de636337d3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pybrain/ChangeLog sci-biology/pybrain/metadata.xml sci-biology/pybrain/pybrain-9999.ebuild X-VCS-Directories: sci-biology/pybrain/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b1dcc6c593992af8f6f3396f12d5a7de636337d3 X-VCS-Branch: master Date: Mon, 10 Dec 2012 14:47:25 +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: 05f8abb9-00dd-4c68-bc14-cece39c1ac4e X-Archives-Hash: ccaa1d86f90a8715af8d8776abbbb0f2 commit: b1dcc6c593992af8f6f3396f12d5a7de636337d3 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 10 14:47:13 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 10 14:47:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1dcc6c5 sci-biology/pybrain: Drop comments from metadata.xml; drop keywords from live ebuild Package-Manager: portage-2.2.0_alpha147 --- sci-biology/pybrain/ChangeLog | 8 ++++++++ sci-biology/pybrain/metadata.xml | 29 ----------------------------- sci-biology/pybrain/pybrain-9999.ebuild | 2 +- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/sci-biology/pybrain/ChangeLog b/sci-biology/pybrain/ChangeLog new file mode 100644 index 0000000..33bf496 --- /dev/null +++ b/sci-biology/pybrain/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-biology/pybrain +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 10 Dec 2012; Justin Lecher pybrain-9999.ebuild, + metadata.xml: + Drop comments from metadata.xml; drop keywords from live ebuild + diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml index 4dcddcb..d369d06 100644 --- a/sci-biology/pybrain/metadata.xml +++ b/sci-biology/pybrain/metadata.xml @@ -1,34 +1,5 @@ - sci - - @gentoo.org - - - - diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild index f70e86c..57f098c 100644 --- a/sci-biology/pybrain/pybrain-9999.ebuild +++ b/sci-biology/pybrain/pybrain-9999.ebuild @@ -17,7 +17,7 @@ EGIT_REPO_URI="git://github.com/pybrain/pybrain.git" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="test" RDEPEND="sci-libs/scipy"