From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 612111381FA for ; Tue, 20 May 2014 12:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4473E0B5E; Tue, 20 May 2014 12:00:12 +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 819FDE0B5E for ; Tue, 20 May 2014 12:00:12 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A07CA33FDC0 for ; Tue, 20 May 2014 12:00:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 454F51818D for ; Tue, 20 May 2014 12:00:10 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1400587203.cc600a43e6632a1a390cc043c5e6de9d856b3d13.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: virtual/salma-deps/ X-VCS-Repository: dev/xmw X-VCS-Files: virtual/salma-deps/ChangeLog virtual/salma-deps/metadata.xml virtual/salma-deps/salma-deps-0.ebuild X-VCS-Directories: virtual/salma-deps/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: cc600a43e6632a1a390cc043c5e6de9d856b3d13 X-VCS-Branch: master Date: Tue, 20 May 2014 12:00:10 +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: 848cb855-e96a-4019-aebd-6b33bdbcc57f X-Archives-Hash: aa1056aada6c1b9336909bfece6d3d70 commit: cc600a43e6632a1a390cc043c5e6de9d856b3d13 Author: Michael Weber xmw de> AuthorDate: Tue May 20 12:00:03 2014 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue May 20 12:00:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=cc600a43 Initial import Package-Manager: portage-2.2.10 Manifest-Sign-Key: 62EEF090 --- virtual/salma-deps/ChangeLog | 5 +++++ virtual/salma-deps/metadata.xml | 8 ++++++++ virtual/salma-deps/salma-deps-0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/virtual/salma-deps/ChangeLog b/virtual/salma-deps/ChangeLog new file mode 100644 index 0000000..6a72bc8 --- /dev/null +++ b/virtual/salma-deps/ChangeLog @@ -0,0 +1,5 @@ +*salma-deps-0 (20 May 2014) + + 20 May 2014; Michael Weber +metadata.xml, + +salma-deps-0.ebuild: + Initial import diff --git a/virtual/salma-deps/metadata.xml b/virtual/salma-deps/metadata.xml new file mode 100644 index 0000000..5b80fb9 --- /dev/null +++ b/virtual/salma-deps/metadata.xml @@ -0,0 +1,8 @@ + + + + +xmw@gentoo.org +Michael Weber + + diff --git a/virtual/salma-deps/salma-deps-0.ebuild b/virtual/salma-deps/salma-deps-0.ebuild new file mode 100644 index 0000000..edd8eae --- /dev/null +++ b/virtual/salma-deps/salma-deps-0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Dependencies for diploma thesis software" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-python/PyCLP + dev-python/matplotlib + dev-python/statsmodels + dev-python/numpy + dev-python/nose + dev-python/celery + dev-python/pyside + dev-util/eclipse-cpl[coin] + net-misc/rabbitmq-server" +DEPEND="${RDEPEND}"