[gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-moo/

2018-09-27 Thread Christoph Junghans
commit: 3f0c5d5b80cb4e56737710bf20421252bd69bae3
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Sep 27 17:30:35 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Sep 27 17:31:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0c5d5b

sci-libs/votca-moo: is now part of votca-ctp

 sci-libs/votca-moo/metadata.xml  | 15 
 sci-libs/votca-moo/votca-moo-.ebuild | 41 
 2 files changed, 56 deletions(-)

diff --git a/sci-libs/votca-moo/metadata.xml b/sci-libs/votca-moo/metadata.xml
deleted file mode 100644
index 25ad85ea753..000
--- a/sci-libs/votca-moo/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   jungh...@gentoo.org
-   Christoph Junghans
-   
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
-   votca/moo
-   
-

diff --git a/sci-libs/votca-moo/votca-moo-.ebuild 
b/sci-libs/votca-moo/votca-moo-.ebuild
deleted file mode 100644
index 01f3524290d..000
--- a/sci-libs/votca-moo/votca-moo-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils multilib
-
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN/-//}.git";
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Votca Molecular orbital library"
-HOMEPAGE="http://www.votca.org";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=
-   =sci-libs/votca-tools-${PV}[sqlite]
-   dev-db/sqlite:3"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( NOTICE README )
-
-src_configure() {
-   mycmakeargs=(
-   -DLIB=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-moo/

2017-09-03 Thread Christoph Junghans
commit: 0dfe99169e129ebbe61dd74cca12878ea11538ef
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sun Sep  3 14:38:12 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sun Sep  3 14:54:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfe9916

sci-libs/votca-moo: initial commit

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-libs/votca-moo/metadata.xml  | 15 
 sci-libs/votca-moo/votca-moo-.ebuild | 41 
 2 files changed, 56 insertions(+)

diff --git a/sci-libs/votca-moo/metadata.xml b/sci-libs/votca-moo/metadata.xml
new file mode 100644
index 000..25ad85ea753
--- /dev/null
+++ b/sci-libs/votca-moo/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   jungh...@gentoo.org
+   Christoph Junghans
+   
+   
+   sci-chemis...@gentoo.org
+   Gentoo Chemistry Project
+   
+   
+   votca/moo
+   
+

diff --git a/sci-libs/votca-moo/votca-moo-.ebuild 
b/sci-libs/votca-moo/votca-moo-.ebuild
new file mode 100644
index 000..01f3524290d
--- /dev/null
+++ b/sci-libs/votca-moo/votca-moo-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils multilib
+
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN/-//}.git";
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Votca Molecular orbital library"
+HOMEPAGE="http://www.votca.org";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=
+   =sci-libs/votca-tools-${PV}[sqlite]
+   dev-db/sqlite:3"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( NOTICE README )
+
+src_configure() {
+   mycmakeargs=(
+   -DLIB=$(get_libdir)
+   )
+   cmake-utils_src_configure
+}