commit:     53dea0bc81d687d94c9626a7ebf1db38149a5c81
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 20 22:15:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 11:51:47 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53dea0bc

dev-python/matlab_wrapper: Add to overlay

---
 dev-python/matlab_wrapper/ChangeLog                |  9 ++++++++
 .../matlab_wrapper/matlab_wrapper-0.9.6.ebuild     |  1 +
 .../matlab_wrapper/matlab_wrapper-9999.ebuild      | 25 ++++++++++++++++++++++
 dev-python/matlab_wrapper/metadata.xml             | 16 ++++++++++++++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/matlab_wrapper/ChangeLog 
b/dev-python/matlab_wrapper/ChangeLog
new file mode 100644
index 0000000..4787534
--- /dev/null
+++ b/dev-python/matlab_wrapper/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*matlab_wrapper-9999 (20 Jan 2015)
+*matlab_wrapper-0.9.6 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler <mar...@linux.sungazer.de> +metadata.xml,
+  +matlab_wrapper-9999.ebuild, +matlab_wrapper-0.9.6.ebuild:
+  Initial commit.

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
new file mode 120000
index 0000000..09a5074
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
@@ -0,0 +1 @@
+matlab_wrapper-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild 
b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
new file mode 100644
index 0000000..39ce305
--- /dev/null
+++ b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="MATLAB wrapper for Python"
+HOMEPAGE="https://github.com/mrkrd/matlab_wrapper";
+
+if [ ${PV} == "9999" ] ; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git 
git://github.com/mrkrd/matlab_wrapper.git"
+else
+       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+       KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/matlab_wrapper/metadata.xml 
b/dev-python/matlab_wrapper/metadata.xml
new file mode 100644
index 0000000..f24eccb
--- /dev/null
+++ b/dev-python/matlab_wrapper/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>mar...@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    matlab_wrapper allows you to use MATLAB in a convenient way in
+    Python. You can call MATLAB functions and access workspace
+    variables directly from your Python scripts and interactive
+    shell. MATLAB session is started in the background and appears
+    as a regular Python module.
+  </longdescription>
+</pkgmetadata>

Reply via email to