public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2011-08-25 20:33 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2011-08-25 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8ed9b9c3d5674a7e10900aaa07e5462285cf7422
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 19:52:26 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Aug 25 19:52:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8ed9b9c3

sci-chemistry/votca-csg-apps -> sci-chemistry/votca-csgapps

(Portage version: 2.1.10.3/git/Linux i686, signed Manifest commit with key C2000586)

---
 sci-chemistry/votca-csgapps/ChangeLog              |   16 ++++++++++
 sci-chemistry/votca-csgapps/metadata.xml           |    9 ++++++
 .../votca-csgapps/votca-csgapps-9999.ebuild        |   30 ++++++++++++++++++++
 3 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
new file mode 100644
index 0000000..77f98eb
--- /dev/null
+++ b/sci-chemistry/votca-csgapps/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for sci-chemistry/votca-csgapps
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*votca-csgapps-9999 (25 Aug 2011)
+
+  25 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
+  +votca-csgapps-9999.ebuild, +metadata.xml:
+  sci-chemistry/votca-csg-apps -> sci-chemistry/votca-csgapps
+
+*votca-csg-apps-9999 (17 Jul 2011)
+
+  17 Jul 2011; Christoph Junghans <ottxor@gentoo.org>
+  +votca-csg-apps-9999.ebuild, +metadata.xml:
+  Initial commit
+

diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml
new file mode 100644
index 0000000..266f600
--- /dev/null
+++ b/sci-chemistry/votca-csgapps/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-chemistry</herd>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
new file mode 100644
index 0000000..3bed56d
--- /dev/null
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+if [ "${PV}" != "9999" ]; then
+	SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz"
+	RESTRICT="primaryuri"
+else
+	inherit mercurial
+	EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg"
+	S="${WORKDIR}/${EHG_REPO_URI##*/}"
+fi
+
+DESCRIPTION="Tutorials for votca-csg"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README )



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2011-08-25 20:45 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2011-08-25 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e02a224da5f874902fde458844e0a44b4f797962
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 20:45:07 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Aug 25 20:45:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e02a224d

[sci-chemistry/votca-csgapps] fixed a typo

(Portage version: 2.1.10.3/git/Linux i686, signed Manifest commit with key C2000586)

---
 .../votca-csgapps/votca-csgapps-9999.ebuild        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 3bed56d..29871da 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild,v 1.1 2011/08/25 20:42:53 ottxor Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@ else
 	S="${WORKDIR}/${EHG_REPO_URI##*/}"
 fi
 
-DESCRIPTION="Tutorials for votca-csg"
+DESCRIPTION="Extra applications for votca-csg"
 HOMEPAGE="http://www.votca.org"
 
 LICENSE="Apache-2.0"



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2011-08-28 14:18 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2011-08-28 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c035f98c6f1860384b6cb049b30ec5036dc2c27c
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 13:07:16 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Aug 28 13:07:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c035f98c

[sci-chemistry/votca-csgapps] use default instead of tip

(Portage version: 2.1.10.11/git/Linux i686, signed Manifest commit with key C2000586)

---
 .../votca-csgapps/votca-csgapps-9999.ebuild        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 29871da..b83d375 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -12,6 +12,7 @@ if [ "${PV}" != "9999" ]; then
 else
 	inherit mercurial
 	EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg"
+	EHG_REVISION="default"
 	S="${WORKDIR}/${EHG_REPO_URI##*/}"
 fi
 



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2012-07-25  1:24 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2012-07-25  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2be698c8edb47caf77aa47ea5fed20c0bdae41ec
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 01:10:37 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Wed Jul 25 01:10:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2be698c8

sync with gx86

(Portage version: 2.2.0_alpha120/git/Linux i686, unsigned Manifest commit)

---
 sci-chemistry/votca-csgapps/ChangeLog              |    6 ++++--
 .../votca-csgapps/votca-csgapps-9999.ebuild        |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
index 77f98eb..bc140fb 100644
--- a/sci-chemistry/votca-csgapps/ChangeLog
+++ b/sci-chemistry/votca-csgapps/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/votca-csgapps
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jul 2012; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
+  sync with gx86
+
 *votca-csgapps-9999 (25 Aug 2011)
 
   25 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
@@ -13,4 +16,3 @@
   17 Jul 2011; Christoph Junghans <ottxor@gentoo.org>
   +votca-csg-apps-9999.ebuild, +metadata.xml:
   Initial commit
-

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index b83d375..00bac4c 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild,v 1.1 2011/08/25 20:42:53 ottxor Exp $
 
@@ -21,7 +21,7 @@ HOMEPAGE="http://www.votca.org"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 IUSE=""
 
 RDEPEND="=sci-chemistry/${PN%apps}-${PV}"


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2012-12-31  3:17 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2012-12-31  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d001b594cad6bd6d09a3d48b8ac59aa14e8afdf8
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 02:14:17 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Mon Dec 31 02:14:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d001b594

update EHG_REPO_URI

Package-Manager: portage-2.2.0_alpha149

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

diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
index bc140fb..501f7fb 100644
--- a/sci-chemistry/votca-csgapps/ChangeLog
+++ b/sci-chemistry/votca-csgapps/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Dec 2012; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
+  update EHG_REPO_URI
+
   25 Jul 2012; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
   sync with gx86
 

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 00bac4c..14328da 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -11,9 +11,7 @@ if [ "${PV}" != "9999" ]; then
 	RESTRICT="primaryuri"
 else
 	inherit mercurial
-	EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg"
-	EHG_REVISION="default"
-	S="${WORKDIR}/${EHG_REPO_URI##*/}"
+	EHG_REPO_URI="https://code.google.com/p/votca.csgapps/"
 fi
 
 DESCRIPTION="Extra applications for votca-csg"


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2014-02-27 23:01 Sebastien Fabbro
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastien Fabbro @ 2014-02-27 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6e267a6437cb7f18462d55d733380698c724dcab
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 22:43:11 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 22:43:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6e267a64

removed keywords for live ebuild

---
 sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 3e7dea8..dadeba9 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="http://www.votca.org"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="=sci-chemistry/${PN%apps}-${PV}"


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2014-09-01  0:21 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2014-09-01  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     95ea6d27598aaa5092bdec077d6bc5ba404ec042
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  1 00:14:07 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Sep  1 00:21:28 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=95ea6d27

sync with gx86

Package-Manager: portage-2.2.8-r1

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

diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
index 501f7fb..45954ff 100644
--- a/sci-chemistry/votca-csgapps/ChangeLog
+++ b/sci-chemistry/votca-csgapps/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/votca-csgapps
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Sep 2014; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
+  sync with gx86
+
   31 Dec 2012; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
   update EHG_REPO_URI
 

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index dadeba9..570a21d 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -2,16 +2,19 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils
 
 if [ "${PV}" != "9999" ]; then
-	SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz"
-	RESTRICT="primaryuri"
+	SRC_URI="http://downloads.votca.googlecode.com/hg/${PF}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 else
 	inherit mercurial
 	EHG_REPO_URI="https://code.google.com/p/votca.csgapps/"
+	KEYWORDS=""
 fi
 
 DESCRIPTION="Extra applications for votca-csg"
@@ -19,7 +22,6 @@ HOMEPAGE="http://www.votca.org"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 RDEPEND="=sci-chemistry/${PN%apps}-${PV}"


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2015-09-24  5:20 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2015-09-24  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     24f2bf0682715d785d8b4b023d3084bc419a47b2
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 05:20:49 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 05:21:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=24f2bf06

sci-chemistry/votca-csgapps: sync with gx86

Package-Manager: portage-2.2.20.1

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

diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog
index 7cb4727..7afcaa5 100644
--- a/sci-chemistry/votca-csgapps/ChangeLog
+++ b/sci-chemistry/votca-csgapps/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/votca-csgapps
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  24 Sep 2015; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
+  sci-chemistry/votca-csgapps: sync with gx86
+
   01 Sep 2014; Christoph Junghans <ottxor@gentoo.org> votca-csgapps-9999.ebuild:
   sync with gx86
 

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 98ee421..efa51d4 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,11 +9,12 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 inherit cmake-utils
 
 if [ "${PV}" != "9999" ]; then
-	SRC_URI="http://downloads.votca.googlecode.com/hg/${PF}.tar.gz"
+	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 mercurial
-	EHG_REPO_URI="https://code.google.com/p/votca.csgapps/"
+	inherit git-r3
+	EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
 	KEYWORDS=""
 fi
 


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/
@ 2016-07-14 17:31 Christoph Junghans
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans @ 2016-07-14 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1913c089e3750f0197f631623fa8a5e4466aa1
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 17:18:12 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 17:18:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a1913c0

sci-chemistry/votca-csgapps: moved to gx86

 sci-chemistry/votca-csgapps/metadata.xml           | 12 --------
 .../votca-csgapps/votca-csgapps-9999.ebuild        | 32 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml
deleted file mode 100644
index 6f0f3dc..0000000
--- a/sci-chemistry/votca-csgapps/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>ottxor@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-<maintainer type="project">
-		<email>sci-chemistry@gentoo.org</email>
-		<name>Gentoo Chemistry Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
deleted file mode 100644
index efa51d4..0000000
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-if [ "${PV}" != "9999" ]; 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="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
-	KEYWORDS=""
-fi
-
-DESCRIPTION="Extra applications for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README )


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

end of thread, other threads:[~2016-07-14 17:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 23:01 [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csgapps/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2016-07-14 17:31 Christoph Junghans
2015-09-24  5:20 Christoph Junghans
2014-09-01  0:21 Christoph Junghans
2012-12-31  3:17 Christoph Junghans
2012-07-25  1:24 Christoph Junghans
2011-08-28 14:18 Christoph Junghans
2011-08-25 20:45 Christoph Junghans
2011-08-25 20:33 Christoph Junghans

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