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 7A20B1381F4 for ; Mon, 10 Dec 2012 14:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9660BE0738; Mon, 10 Dec 2012 14:47:28 +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 A62C9E0738 for ; Mon, 10 Dec 2012 14:47:27 +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 BA06133DAB3 for ; Mon, 10 Dec 2012 14:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 68F39E5444 for ; Mon, 10 Dec 2012 14:47:24 +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: <1354819319.92e440635618b4de93b6777051f8f234be7be80c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/ X-VCS-Repository: proj/sci X-VCS-Files: 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: 92e440635618b4de93b6777051f8f234be7be80c X-VCS-Branch: master Date: Mon, 10 Dec 2012 14:47:24 +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: e2946258-c78b-4c74-922c-82a110608b6d X-Archives-Hash: 0376e422e43094731e5de4d95bd30054 commit: 92e440635618b4de93b6777051f8f234be7be80c Author: TheChymera mail ru> AuthorDate: Thu Dec 6 18:41:59 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 6 18:41:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=92e44063 ran repoman -vdx fix as per jlec'S recommendation --- sci-biology/pybrain/metadata.xml | 34 +++++++++++++++++++++++++++++++ sci-biology/pybrain/pybrain-9999.ebuild | 2 +- 2 files changed, 35 insertions(+), 1 deletions(-) diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml new file mode 100644 index 0000000..4dcddcb --- /dev/null +++ b/sci-biology/pybrain/metadata.xml @@ -0,0 +1,34 @@ + + + + + sci + + @gentoo.org + + + + + diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild index c8908f4..f70e86c 100644 --- a/sci-biology/pybrain/pybrain-9999.ebuild +++ b/sci-biology/pybrain/pybrain-9999.ebuild @@ -14,12 +14,12 @@ inherit eutils distutils git-2 DESCRIPTION="The Python Machine Learning Library" HOMEPAGE="http://pybrain.org/" EGIT_REPO_URI="git://github.com/pybrain/pybrain.git" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="sci-libs/scipy" - DEPEND="dev-python/setuptools test? ( ${RDEPEND} )"