* [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/
@ 2015-01-23 11:48 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-01-23 11:48 UTC (permalink / raw
To: gentoo-commits
commit: ec52b3493b46fe3e2e0af384ed370af95628328a
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: Tue Jan 20 22:15:21 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec52b349
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 <marbre@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>marbre@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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/
@ 2015-01-23 11:48 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-01-23 11:48 UTC (permalink / raw
To: gentoo-commits
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 <marbre@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>marbre@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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/
@ 2015-01-23 11:48 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-01-23 11:48 UTC (permalink / raw
To: gentoo-commits
commit: acbf40340c52804f68bf3e1ff8856bb30b1cb356
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 22 07:39:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 07:39:04 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acbf4034
dev-python/matlab_wrapper: Use ${PN} instead of package name
---
dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
@@ -12,7 +12,7 @@ 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"
+ EGIT_REPO_URI="https://github.com/mrkrd/${PN}.git git://github.com/mrkrd/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/
@ 2015-01-23 11:48 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-01-23 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 3c9f611a30a56e7f1f7ebf3138b852da3c76f62c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 22 07:39:04 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=3c9f611a
dev-python/matlab_wrapper: Use ${PN} instead of package name
---
dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
@@ -12,7 +12,7 @@ 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"
+ EGIT_REPO_URI="https://github.com/mrkrd/${PN}.git git://github.com/mrkrd/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/
@ 2020-09-22 20:48 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-22 20:48 UTC (permalink / raw
To: gentoo-commits
commit: acfa4cab9bb213b89ac74e66ec39ca86ea36e03f
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 20:47:53 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 20:48:04 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=acfa4cab
dev-python/matlab_wrapper: drop dead package
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../matlab_wrapper/matlab_wrapper-0.9.6.ebuild | 24 ----------------------
.../matlab_wrapper/matlab_wrapper-9999.ebuild | 24 ----------------------
dev-python/matlab_wrapper/metadata.xml | 23 ---------------------
3 files changed, 71 deletions(-)
diff --git a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild b/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
deleted file mode 100644
index 948dc7c5d..000000000
--- a/dev-python/matlab_wrapper/matlab_wrapper-0.9.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/${PN}.git git://github.com/mrkrd/${PN}.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/matlab_wrapper-9999.ebuild b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
deleted file mode 100644
index 948dc7c5d..000000000
--- a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/${PN}.git git://github.com/mrkrd/${PN}.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
deleted file mode 100644
index 4981c3b8a..000000000
--- a/dev-python/matlab_wrapper/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</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>
- <upstream>
- <remote-id type="github">mrkrd/matlab_wrapper</remote-id>
- <remote-id type="pypi">matlab_wrapper</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-22 20:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 11:48 [gentoo-commits] proj/sci:master commit in: dev-python/matlab_wrapper/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 20:48 Aisha Tammy
2015-01-23 11:48 Justin Lecher
2015-01-23 11:48 Justin Lecher
2015-01-23 11:48 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox