[gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/

2016-02-10 Thread Reinis Danne
commit: 0fea6abf5717468137b9963ea260b8e7f0b6c67d
Author: Reinis Danne  gmail  com>
AuthorDate: Wed Feb 10 13:48:14 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Wed Feb 10 13:48:14 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fea6abf

sci-chemistry/wxmacmolplt: Bump to version 7.6.2

 sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild 
b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
new file mode 100644
index 000..028ff6f
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools eutils wxwidgets
+
+DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
+HOMEPAGE="http://brettbode.github.io/wxmacmolplt/";
+SRC_URI="https://github.com/brettbode/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="flash"
+
+RDEPEND="
+   media-libs/glew
+   media-libs/mesa
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
+   flash? ( media-libs/ming )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   epatch_user
+
+   sed \
+   -e "/^dist_doc_DATA/d" \
+   -i Makefile.am || die "Failed to disable installation of 
LICENSE file"
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-glew \
+   $(use_with flash ming)
+}
+
+src_install() {
+   default
+   doicon resources/${PN}.png
+   make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
+}



[gentoo-commits] proj/sci: New branch: wxmacmolplt

2016-02-10 Thread Reinis Danne
commit: 
Commit: Reinis Danne  gmail  com>
CommitDate: Wed Feb 10 13:49:59 2016 +

New branch: wxmacmolplt




[gentoo-commits] proj/sci:master commit in: sci-biology/aghermann/

2016-01-20 Thread Reinis Danne
commit: 3eb25f1dcd49afe57c60e359c886616bb2c4c6fd
Author: Andrei Zavada  gmail  com>
AuthorDate: Mon Jan 18 02:25:05 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Tue Jan 19 01:20:46 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3eb25f1d

sci-biology/aghermann: delete more old ebuilds

 sci-biology/aghermann/aghermann-1.0.4.ebuild | 30 
 sci-biology/aghermann/aghermann-1.0.5.ebuild | 30 
 2 files changed, 60 deletions(-)

diff --git a/sci-biology/aghermann/aghermann-1.0.4.ebuild 
b/sci-biology/aghermann/aghermann-1.0.4.ebuild
deleted file mode 100644
index fdde191..000
--- a/sci-biology/aghermann/aghermann-1.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's 
Process S model runner"
-HOMEPAGE="http://johnhommer.com/academic/code/aghermann";
-SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-   dev-libs/libconfig
-   dev-libs/libunique:3
-   media-libs/libsamplerate
-   sci-libs/fftw:3.0
-   sci-libs/gsl
-   sci-libs/itpp
-   x11-libs/gtk+:3
-   x11-libs/vte:2.90"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf --bindir="${EPREFIX}"/usr/bin
-}

diff --git a/sci-biology/aghermann/aghermann-1.0.5.ebuild 
b/sci-biology/aghermann/aghermann-1.0.5.ebuild
deleted file mode 100644
index f73784a..000
--- a/sci-biology/aghermann/aghermann-1.0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's 
Process S model runner"
-HOMEPAGE="http://johnhommer.com/academic/code/aghermann";
-SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-   dev-libs/libconfig
-   dev-libs/libunique:3
-   media-libs/libsamplerate
-   sci-libs/fftw:3.0
-   sci-libs/gsl
-   sci-libs/itpp
-   x11-libs/gtk+:3
-   x11-libs/vte:2.91"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf --bindir="${EPREFIX}"/bin
-}



[gentoo-commits] proj/sci:master commit in: /

2016-01-20 Thread Reinis Danne
commit: b5c1e3c14413d2738e75b6e24ed5351f0f71ebcd
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan 19 07:22:54 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Tue Jan 19 07:22:54 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5c1e3c1

Merge pull request #568 from hmmr/master

new upstream releases of sci-biology/{aghermann,cnrun}

 sci-biology/aghermann/Manifest |  4 +--
 sci-biology/aghermann/aghermann-1.0.3.ebuild   | 30 --
 sci-biology/aghermann/aghermann-1.0.4.ebuild   | 30 --
 sci-biology/aghermann/aghermann-1.0.5.ebuild   | 30 --
 ...mann-1.0.3-r1.ebuild => aghermann-1.0.7.ebuild} |  4 +--
 sci-biology/cnrun/Manifest |  2 +-
 .../{cnrun-2.0.2.ebuild => cnrun-2.0.3.ebuild} |  4 +--
 7 files changed, 6 insertions(+), 98 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-biology/aghermann/

2016-01-20 Thread Reinis Danne
commit: 7a1d0c7a7461bbb1f026c71bd160959d5f907672
Author: Andrei Zavada  gmail  com>
AuthorDate: Sun Jan 17 00:39:27 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Mon Jan 18 00:17:17 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a1d0c7a

sci-biology/aghermann: Bump version, remove old

also shorten description to make it repoman clean

 sci-biology/aghermann/aghermann-1.0.3.ebuild   | 30 --
 ...mann-1.0.3-r1.ebuild => aghermann-1.0.7.ebuild} |  4 +--
 2 files changed, 2 insertions(+), 32 deletions(-)

diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild 
b/sci-biology/aghermann/aghermann-1.0.3.ebuild
deleted file mode 100644
index b3663cf..000
--- a/sci-biology/aghermann/aghermann-1.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's 
Process S model runner"
-HOMEPAGE="http://johnhommer.com/academic/code/aghermann";
-SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-   dev-libs/libconfig
-   dev-libs/libunique:3
-   media-libs/libsamplerate
-   sci-libs/fftw:3.0
-   sci-libs/gsl
-   sci-libs/itpp
-   x11-libs/gtk+:3
-   x11-libs/vte:2.90"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf --bindir="${EPREFIX}"/bin
-}

diff --git a/sci-biology/aghermann/aghermann-1.0.3-r1.ebuild 
b/sci-biology/aghermann/aghermann-1.0.7.ebuild
similarity index 79%
rename from sci-biology/aghermann/aghermann-1.0.3-r1.ebuild
rename to sci-biology/aghermann/aghermann-1.0.7.ebuild
index fdde191..a21fc27 100644
--- a/sci-biology/aghermann/aghermann-1.0.3-r1.ebuild
+++ b/sci-biology/aghermann/aghermann-1.0.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's 
Process S model runner"
+DESCRIPTION="A sleep-research experiment manager, EDF viewer & Process S 
simulator"
 HOMEPAGE="http://johnhommer.com/academic/code/aghermann";
 SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz";
 



[gentoo-commits] proj/sci:master commit in: sci-biology/cnrun/

2016-01-20 Thread Reinis Danne
commit: a9ab3db77039d8a6ca3b0d49db844d33cfa21205
Author: Andrei Zavada  gmail  com>
AuthorDate: Sun Jan 17 00:50:39 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Tue Jan 19 01:20:45 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9ab3db7

sci-biology/cnrun: bump version, remove old (which was buggy)

also shorten description to make it repoman clean

 sci-biology/cnrun/{cnrun-2.0.2.ebuild => cnrun-2.0.3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/cnrun/cnrun-2.0.2.ebuild 
b/sci-biology/cnrun/cnrun-2.0.3.ebuild
similarity index 73%
rename from sci-biology/cnrun/cnrun-2.0.2.ebuild
rename to sci-biology/cnrun/cnrun-2.0.3.ebuild
index 50dc815..862ce28 100644
--- a/sci-biology/cnrun/cnrun-2.0.2.ebuild
+++ b/sci-biology/cnrun/cnrun-2.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-DESCRIPTION="A NeuroML-enabled, neuronal network simulator w/ conductance- and 
rate-based HH neurons"
+DESCRIPTION="A NeuroML-enabled, precise but slow neuronal network simulator"
 HOMEPAGE="http://johnhommer.com/academic/code/cnrun";
 SRC_URI="http://johnhommer.com/academic/code/cnrun/source/${P}.tar.xz";
 



[gentoo-commits] proj/sci: New branch: ambertools

2016-01-20 Thread Reinis Danne
commit: 
Commit: Reinis Danne  gmail  com>
CommitDate: Wed Jan 20 21:03:55 2016 +

New branch: ambertools




[gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/

2016-01-13 Thread Reinis Danne
commit: 4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4
Author: Reinis Danne  gmail  com>
AuthorDate: Wed Jan 13 20:21:18 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Wed Jan 13 20:21:18 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b16ab6b

sci-chemistry/wxmacmolplt: Add epatch_user

 sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild 
b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
index d2177b5..028ff6f 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_prepare() {
+   epatch_user
+
sed \
-e "/^dist_doc_DATA/d" \
-i Makefile.am || die "Failed to disable installation of 
LICENSE file"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/files/, sci-chemistry/wxmacmolplt/

2016-01-13 Thread Reinis Danne
commit: 03eaca06f0f69150178ef9280e401825a8d285ea
Author: Reinis Danne  gmail  com>
AuthorDate: Wed Jan 13 16:53:47 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Wed Jan 13 16:53:47 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=03eaca06

sci-chemistry/wxmacmolplt: Remove obsolete patch, clean-up

 sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch | 12 
 sci-chemistry/wxmacmolplt/metadata.xml | 12 +---
 sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild |  2 --
 3 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch 
b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
deleted file mode 100644
index 08986db..000
--- a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN wxmacmolplt-7.4.2.orig/configure.ac wxmacmolplt-7.4.2/configure.ac
 wxmacmolplt-7.4.2.orig/configure.ac2010-12-05 02:48:29.0 
+0300
-+++ wxmacmolplt-7.4.2/configure.ac 2010-12-06 19:30:24.0 +0300
-@@ -20,7 +20,7 @@
-   ;;
-*)
-   HOST=LINUX
--  LIBGL="-lGL -lGLU"
-+  LIBGL=`pkg-config --libs glu glew`
-   ;;
- esac
- AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])

diff --git a/sci-chemistry/wxmacmolplt/metadata.xml 
b/sci-chemistry/wxmacmolplt/metadata.xml
index cd9831e..67bf3a3 100644
--- a/sci-chemistry/wxmacmolplt/metadata.xml
+++ b/sci-chemistry/wxmacmolplt/metadata.xml
@@ -3,9 +3,15 @@
 
   sci-chemistry
   
-wxMacMolPlt is a program for plotting 3D molecular structures and normal modes 
(vibrations), various orbitals and electron density maps. It reads a variety of 
file formats including any GAMESS input, log or IRC file directly to create 
animations. It has a simple GAMESS input (.inp) builder and a primitive 
molecule builder.
-
+   wxMacMolPlt is a program for plotting 3D molecular structures and normal
+   modes (vibrations), various orbitals and electron density maps. It 
reads a
+   variety of file formats including any GAMESS input, log or IRC file
+   directly to create animations. It has a simple GAMESS input (.inp) 
builder
+   and a primitive molecule builder.
+  
   
-Add support for flash movie generation using 
media-libs/ming
+
+ Add support for flash movie generation using 
media-libs/ming
+   
   
 

diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild 
b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
index 62a1a4c..d2177b5 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
@@ -26,8 +26,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_prepare() {
-   need-wxwidgets unicode
-   epatch "${FILESDIR}"/${PN}-7.5-glew.patch
sed \
-e "/^dist_doc_DATA/d" \
-i Makefile.am || die "Failed to disable installation of 
LICENSE file"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/wxmacmolplt/, sci-chemistry/wxmacmolplt/files/

2016-01-12 Thread Reinis Danne
commit: 702a6b6aec4d7af6e39b6a44ccb5b8b5350b671e
Author: Reinis Danne  gmail  com>
AuthorDate: Tue Jan 12 14:27:26 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Tue Jan 12 14:27:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=702a6b6a

sci-chemistry/wxmacmolplt: Version bump

Upstream has moved to GitHub.

 .../wxmacmolplt/files/wxmacmolplt-7.5-glew.patch   | 12 ++
 sci-chemistry/wxmacmolplt/metadata.xml | 11 +
 sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild | 47 ++
 3 files changed, 70 insertions(+)

diff --git a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch 
b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
new file mode 100644
index 000..08986db
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
@@ -0,0 +1,12 @@
+diff -urN wxmacmolplt-7.4.2.orig/configure.ac wxmacmolplt-7.4.2/configure.ac
+--- wxmacmolplt-7.4.2.orig/configure.ac2010-12-05 02:48:29.0 
+0300
 wxmacmolplt-7.4.2/configure.ac 2010-12-06 19:30:24.0 +0300
+@@ -20,7 +20,7 @@
+   ;;
+*)
+   HOST=LINUX
+-  LIBGL="-lGL -lGLU"
++  LIBGL=`pkg-config --libs glu glew`
+   ;;
+ esac
+ AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])

diff --git a/sci-chemistry/wxmacmolplt/metadata.xml 
b/sci-chemistry/wxmacmolplt/metadata.xml
new file mode 100644
index 000..cd9831e
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-chemistry
+  
+wxMacMolPlt is a program for plotting 3D molecular structures and normal modes 
(vibrations), various orbitals and electron density maps. It reads a variety of 
file formats including any GAMESS input, log or IRC file directly to create 
animations. It has a simple GAMESS input (.inp) builder and a primitive 
molecule builder.
+
+  
+Add support for flash movie generation using 
media-libs/ming
+  
+

diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild 
b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
new file mode 100644
index 000..62a1a4c
--- /dev/null
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools eutils wxwidgets
+
+DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
+HOMEPAGE="http://brettbode.github.io/wxmacmolplt/";
+SRC_URI="https://github.com/brettbode/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="flash"
+
+RDEPEND="
+   media-libs/glew
+   media-libs/mesa
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
+   flash? ( media-libs/ming )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   need-wxwidgets unicode
+   epatch "${FILESDIR}"/${PN}-7.5-glew.patch
+   sed \
+   -e "/^dist_doc_DATA/d" \
+   -i Makefile.am || die "Failed to disable installation of 
LICENSE file"
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-glew \
+   $(use_with flash ming)
+}
+
+src_install() {
+   default
+   doicon resources/${PN}.png
+   make_desktop_entry ${PN} wxMacMolPlt ${PN} "Science;DataVisualization;"
+}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/erkale/

2016-01-07 Thread Reinis Danne
commit: e156cf5b952ee4950678a75cb8948376287753ec
Author: Reinis Danne  gmail  com>
AuthorDate: Thu Jan  7 13:21:37 2016 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Thu Jan  7 13:21:37 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e156cf5b

sci-chemistry/erkale: Upstream moved to GitHub

 sci-chemistry/erkale/erkale-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/erkale/erkale-.ebuild 
b/sci-chemistry/erkale/erkale-.ebuild
index 8a42337..2b76123 100644
--- a/sci-chemistry/erkale/erkale-.ebuild
+++ b/sci-chemistry/erkale/erkale-.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit cmake-utils flag-o-matic multibuild subversion toolchain-funcs
+inherit cmake-utils flag-o-matic git-r3 multibuild toolchain-funcs
 
 DESCRIPTION="Quantum chemistry program for atoms and molecules"
 HOMEPAGE="https://code.google.com/p/erkale/";
-ESVN_REPO_URI="https://erkale.googlecode.com/svn/trunk/";
+EGIT_REPO_URI="https://github.com/susilehtola/erkale.git";
 
 SLOT="0"
 LICENSE="GPL-2"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-python/

2014-06-11 Thread Reinis Danne
commit: a46f1ddebe4c111f40112ebb7531da4e3cacbd76
Author: Reinis Danne  gmail  com>
AuthorDate: Wed Jun 11 14:44:55 2014 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Wed Jun 11 14:44:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a46f1dde

sci-chemistry/openbabel-python: Update PYTHON_COMPAT

---
 sci-chemistry/openbabel-python/ChangeLog| 3 +++
 sci-chemistry/openbabel-python/openbabel-python-.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/ChangeLog 
b/sci-chemistry/openbabel-python/ChangeLog
index 701f15d..7e4afb9 100644
--- a/sci-chemistry/openbabel-python/ChangeLog
+++ b/sci-chemistry/openbabel-python/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jun 2014; Reinis Danne  openbabel-python-.ebuild:
+  Update PYTHON_COMPAT.
+
   14 Feb 2014; Reinis Danne  openbabel-python-.ebuild:
   Fix move to git-r3.
 

diff --git a/sci-chemistry/openbabel-python/openbabel-python-.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
index a9bf578..2ef4a53 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit cmake-utils eutils git-r3 multilib python-r1
 



[gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/

2014-05-21 Thread Reinis Danne
commit: 4a60b8f63450953fd26e9febd9a63b1e1a24886f
Author: Reinis Danne  gmail  com>
AuthorDate: Wed May 21 18:23:52 2014 +
Commit:     Reinis Danne  gmail  com>
CommitDate: Wed May 21 18:23:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a60b8f6

app-vim/vim-gromacs: Remove unnecessary pkg_preinst()

---
 app-vim/vim-gromacs/ChangeLog   | 3 +++
 app-vim/vim-gromacs/vim-gromacs-.ebuild | 5 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
index 7d0a388..b1784b5 100644
--- a/app-vim/vim-gromacs/ChangeLog
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 May 2014; Reinis Danne  vim-gromacs-.ebuild:
+  Remove unnecessary pkg_preinst().
+
   06 Jan 2014; Justin Lecher  vim-gromacs-.ebuild,
   metadata.xml:
   Switch from git-2 to git-r3

diff --git a/app-vim/vim-gromacs/vim-gromacs-.ebuild 
b/app-vim/vim-gromacs/vim-gromacs-.ebuild
index 31295d8..e1cd72a 100644
--- a/app-vim/vim-gromacs/vim-gromacs-.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-.ebuild
@@ -21,8 +21,3 @@ IUSE=""
 
 VIM_PLUGIN_MESSAGES="filetype"
 
-pkg_preinst () {
-   # Remove git files
-   rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die
-   rm -r "${ED}/usr/share/vim/vimfiles/.git" || die
-}