public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2013-03-23 11:53 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2013-03-23 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     79657931c589cf1030670f45ff481578756fbbf7
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 11:53:04 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 11:53:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79657931

Add Gromacs Python wrapper

Package-Manager: portage-2.2.0_alpha169

---
 sci-chemistry/GromacsWrapper/ChangeLog             |   10 +++++
 .../GromacsWrapper/GromacsWrapper-0.3.1.ebuild     |   35 +++++++++++++++++++
 .../GromacsWrapper/GromacsWrapper-9999.ebuild      |   36 ++++++++++++++++++++
 sci-chemistry/GromacsWrapper/metadata.xml          |    9 +++++
 4 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
new file mode 100644
index 0000000..d7ba1d0
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/GromacsWrapper
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*GromacsWrapper-0.3.1 (23 Mar 2013)
+*GromacsWrapper-9999 (23 Mar 2013)
+
+  23 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> +GromacsWrapper-0.3.1.ebuild,
+  +GromacsWrapper-9999.ebuild, +metadata.xml:
+  Add Gromacs Python wrapper

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
new file mode 100644
index 0000000..a49da8e
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+if [[ $PV = *9999* ]]; then
+	scm_eclass=git-2
+	EGIT_REPO_URI="
+		git://github.com/orbeckst/${PN}.git
+		https://github.com/orbeckst/${PN}.git"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	scm_eclass=vcs-snapshot
+	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="GromacsWrapper - a python framework for Gromacs"
+HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+		>=dev-python/matplotlib-0.91.3
+		>=dev-python/RecSQL-0.3
+		>=sci-libs/scipy-0.9
+		"
+RDEPEND="${DEPEND}"

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
new file mode 100644
index 0000000..735a559
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+if [[ $PV = *9999* ]]; then
+	scm_eclass=git-2
+	EGIT_REPO_URI="
+		git://github.com/orbeckst/${PN}.git
+		https://github.com/orbeckst/${PN}.git"
+	EGIT_BRANCH="develop"
+	SRC_URI=""
+	KEYWORDS=""
+else
+	scm_eclass=vcs-snapshot
+	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="GromacsWrapper - a python framework for Gromacs"
+HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+		>=dev-python/matplotlib-0.91.3
+		>=dev-python/RecSQL-0.3
+		>=sci-libs/scipy-0.9
+		"
+RDEPEND="${DEPEND}"

diff --git a/sci-chemistry/GromacsWrapper/metadata.xml b/sci-chemistry/GromacsWrapper/metadata.xml
new file mode 100644
index 0000000..fe31728
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+	<maintainer>
+		<email>alexxy@gentoo.org</email>
+		<name>Alexey Shvetsov</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2013-03-26 15:34 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-03-26 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4bede2b11f9816b86942fb790bbcccfbc345c530
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 15:18:19 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 15:18:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4bede2b1

sci-chemistry/GromacsWrapper: Drop in tree version

Package-Manager: portage-2.2.0_alpha169

---
 sci-chemistry/GromacsWrapper/ChangeLog             |    4 ++
 .../GromacsWrapper/GromacsWrapper-0.3.1.ebuild     |   40 --------------------
 sci-chemistry/GromacsWrapper/metadata.xml          |   10 ++--
 3 files changed, 9 insertions(+), 45 deletions(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
index 48c310a..936d16c 100644
--- a/sci-chemistry/GromacsWrapper/ChangeLog
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Mar 2013; Justin Lecher <jlec@gentoo.org> -GromacsWrapper-0.3.1.ebuild,
+  metadata.xml:
+  Drop in tree version
+
   23 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org>
   +files/0001-Drop-chmod-hack.patch, GromacsWrapper-0.3.1.ebuild,
   GromacsWrapper-9999.ebuild:

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
deleted file mode 100644
index dd94e8c..0000000
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
-
-if [[ $PV = *9999* ]]; then
-	scm_eclass=git-2
-	EGIT_REPO_URI="
-		git://github.com/orbeckst/${PN}.git
-		https://github.com/orbeckst/${PN}.git"
-	EGIT_BRANCH="develop"
-	SRC_URI=""
-	KEYWORDS=""
-else
-	scm_eclass=vcs-snapshot
-	SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="GromacsWrapper - a python framework for Gromacs"
-HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-		>=dev-python/matplotlib-0.91.3
-		>=dev-python/RecSQL-0.3
-		>=sci-libs/scipy-0.9
-		"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/0001-Drop-chmod-hack.patch"
-)

diff --git a/sci-chemistry/GromacsWrapper/metadata.xml b/sci-chemistry/GromacsWrapper/metadata.xml
index fe31728..098ac09 100644
--- a/sci-chemistry/GromacsWrapper/metadata.xml
+++ b/sci-chemistry/GromacsWrapper/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>alexxy@gentoo.org</email>
-		<name>Alexey Shvetsov</name>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>alexxy@gentoo.org</email>
+    <name>Alexey Shvetsov</name>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2013-03-26 15:34 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-03-26 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     49a1c762297704969059a0a0a552de0c39f40077
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 15:32:06 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 15:32:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49a1c762

sci-chemistry/GromacsWrapper: Enhance python r1 eclass usage

Package-Manager: portage-2.2.0_alpha169

---
 sci-chemistry/GromacsWrapper/ChangeLog             |    3 +++
 .../GromacsWrapper/GromacsWrapper-9999.ebuild      |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
index 936d16c..66bf923 100644
--- a/sci-chemistry/GromacsWrapper/ChangeLog
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Mar 2013; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
+  Enhance python r1 eclass usage
+
   26 Mar 2013; Justin Lecher <jlec@gentoo.org> -GromacsWrapper-0.3.1.ebuild,
   metadata.xml:
   Drop in tree version

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
index dd94e8c..9f4c3e9 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
@@ -22,16 +22,17 @@ fi
 
 inherit eutils distutils-r1 ${scm_eclass}
 
-DESCRIPTION="GromacsWrapper - a python framework for Gromacs"
+DESCRIPTION="Python framework for Gromacs"
 HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/"
+
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
 IUSE=""
 
 DEPEND="
-		>=dev-python/matplotlib-0.91.3
-		>=dev-python/RecSQL-0.3
-		>=sci-libs/scipy-0.9
+		>=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
+		>=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
+		>=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
 		"
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2013-03-26 15:34 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-03-26 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7039cd6112534f7ba3a4ab0aaa1ecf25d2caa8cb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 15:34:41 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 15:34:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7039cd61

sci-chemistry/GromacsWrapper: Drop py 2.5 support

Package-Manager: portage-2.2.0_alpha169

---
 sci-chemistry/GromacsWrapper/ChangeLog             |    3 +++
 .../GromacsWrapper/GromacsWrapper-9999.ebuild      |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
index 66bf923..f8c6e32 100644
--- a/sci-chemistry/GromacsWrapper/ChangeLog
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   26 Mar 2013; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
+  Drop py 2.5 support
+
+  26 Mar 2013; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
   Enhance python r1 eclass usage
 
   26 Mar 2013; Justin Lecher <jlec@gentoo.org> -GromacsWrapper-0.3.1.ebuild,

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
index 9f4c3e9..4d8864d 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 if [[ $PV = *9999* ]]; then
 	scm_eclass=git-2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3edbf64b13cfcc533632bbdbd5fdd54be40521b4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:15:31 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:15:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3edbf64b

sci-chemistry/GromacsWrapper: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 sci-chemistry/GromacsWrapper/ChangeLog                  |  5 ++++-
 sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild | 10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
index f8c6e32..7e3d83c 100644
--- a/sci-chemistry/GromacsWrapper/ChangeLog
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/GromacsWrapper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
+  Switch from git-2 to git-r3
+
   26 Mar 2013; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
   Drop py 2.5 support
 

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
index 4d8864d..c510eab 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,7 +7,7 @@ EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 if [[ $PV = *9999* ]]; then
-	scm_eclass=git-2
+	scm_eclass=git-r3
 	EGIT_REPO_URI="
 		git://github.com/orbeckst/${PN}.git
 		https://github.com/orbeckst/${PN}.git"
@@ -30,9 +30,9 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-		>=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
-		>=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
-		>=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
+	>=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
+	>=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
+	>=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
 		"
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/
@ 2015-06-06 10:23 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-06 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     055d72900ef91dffe2630eb559ae26d7dee76a23
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:14:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:14:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=055d7290

sci-chemistry/GromacsWrapper: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-chemistry/GromacsWrapper/ChangeLog    | 5 ++++-
 sci-chemistry/GromacsWrapper/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog
index 7e3d83c..eba252f 100644
--- a/sci-chemistry/GromacsWrapper/ChangeLog
+++ b/sci-chemistry/GromacsWrapper/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/GromacsWrapper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-chemistry/GromacsWrapper: Add github to remote-id in metadata.xml
+
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> GromacsWrapper-9999.ebuild:
   Switch from git-2 to git-r3
 

diff --git a/sci-chemistry/GromacsWrapper/metadata.xml b/sci-chemistry/GromacsWrapper/metadata.xml
index 13ef0bf..43390c9 100644
--- a/sci-chemistry/GromacsWrapper/metadata.xml
+++ b/sci-chemistry/GromacsWrapper/metadata.xml
@@ -6,4 +6,7 @@
     <email>alexxy@gentoo.org</email>
     <name>Alexey Shvetsov</name>
   </maintainer>
+  <upstream>
+    <remote-id type="github">orbeckst/GromacsWrapper</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-06 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 15:34 [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-06-06 10:23 Justin Lecher
2014-01-06 19:27 Justin Lecher
2013-03-26 15:34 Justin Lecher
2013-03-26 15:34 Justin Lecher
2013-03-23 11:53 Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox