public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/
@ 2012-10-09 21:14 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2012-10-09 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c73e1056a82e833291e46dc22e3a92d868389b17
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:12:23 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 21:13:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c73e1056

[sci-chemistry/trajng] Add to repo

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/trajng/ChangeLog           |    9 ++++++++
 sci-chemistry/trajng/metadata.xml        |    9 ++++++++
 sci-chemistry/trajng/trajng-0.6.1.ebuild |   32 ++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog
new file mode 100644
index 0000000..7a23570
--- /dev/null
+++ b/sci-chemistry/trajng/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-chemistry/trajng
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*trajng-0.6.1 (09 Oct 2012)
+
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
+  +trajng-0.6.1.ebuild:
+  [sci-chemistry/trajng] Add to repo

diff --git a/sci-chemistry/trajng/metadata.xml b/sci-chemistry/trajng/metadata.xml
new file mode 100644
index 0000000..b2558d8
--- /dev/null
+++ b/sci-chemistry/trajng/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>alexxy@gentoo.org</email>
+		<name>Alexey Shvetsov</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild
new file mode 100644
index 0000000..48fc4cc
--- /dev/null
+++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="TrajNG - Trajectory compression library"
+HOMEPAGE="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library"
+SRC_URI="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="fortran mpi"
+
+DEPEND="
+	sci-chemistry/xdrfile
+	fortran? ( virtual/fortran )
+	mpi? ( virtual/mpi )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	rm -rf "${S}/xdrfile" || die
+}
+
+src_configure() {
+	econf \
+		--with-xdrlib="${EPREFIX}/usr" \
+		$(use_enable fortran) \
+		$(use_enable mpi)
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/
@ 2012-10-09 21:14 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2012-10-09 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6050c04c750a7ae356941eb52e18a0f06b4d9a67
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:13:13 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 21:13:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6050c04c

[sci-chemistry/trajng] Add keywords

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

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

diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog
index 7a23570..99b234f 100644
--- a/sci-chemistry/trajng/ChangeLog
+++ b/sci-chemistry/trajng/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> trajng-0.6.1.ebuild:
+  [sci-chemistry/trajng] Add keywords
+
 *trajng-0.6.1 (09 Oct 2012)
 
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,

diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild
index 48fc4cc..95529c7 100644
--- a/sci-chemistry/trajng/trajng-0.6.1.ebuild
+++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-l
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
 IUSE="fortran mpi"
 
 DEPEND="


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/
@ 2012-10-09 21:19 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2012-10-09 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a63b5ef7f4fd12dfe59e92d9ada10d7c92467395
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:19:34 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 21:19:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a63b5ef7

[sci-chemistry/trajng] Fix ebuild

(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/trajng/ChangeLog           |    3 +++
 sci-chemistry/trajng/trajng-0.6.1.ebuild |    4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog
index 99b234f..bc2deaf 100644
--- a/sci-chemistry/trajng/ChangeLog
+++ b/sci-chemistry/trajng/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> trajng-0.6.1.ebuild:
+  [sci-chemistry/trajng] Fix ebuild
+
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> trajng-0.6.1.ebuild:
   [sci-chemistry/trajng] Add keywords
 
 *trajng-0.6.1 (09 Oct 2012)

diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild
index 95529c7..0bc6baa 100644
--- a/sci-chemistry/trajng/trajng-0.6.1.ebuild
+++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild
@@ -20,10 +20,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	rm -rf "${S}/xdrfile" || die
-}
-
 src_configure() {
 	econf \
 		--with-xdrlib="${EPREFIX}/usr" \


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/
@ 2014-09-12 17:22 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2014-09-12 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     35e2ff91e5c92e1e638df8e4e91e6ffc5d030bfd
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 17:22:09 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 17:22:09 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35e2ff91

fixed deps

Package-Manager: portage-2.2.8-r1

---
 sci-chemistry/trajng/ChangeLog           | 5 ++++-
 sci-chemistry/trajng/trajng-0.6.1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog
index bc2deaf..ef68cde 100644
--- a/sci-chemistry/trajng/ChangeLog
+++ b/sci-chemistry/trajng/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/trajng
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Sep 2014; Christoph Junghans <ottxor@gentoo.org> trajng-0.6.1.ebuild:
+  fixed deps
+
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> trajng-0.6.1.ebuild:
   [sci-chemistry/trajng] Fix ebuild
 

diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild
index e4ac026..f95d0fb 100644
--- a/sci-chemistry/trajng/trajng-0.6.1.ebuild
+++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="TrajNG - Trajectory compression library"
 HOMEPAGE="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library"
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
 IUSE="fortran mpi"
 
 DEPEND="
-	sci-chemistry/xdrfile
+	sci-libs/xdrfile
 	fortran? ( virtual/fortran )
 	mpi? ( virtual/mpi )
 "


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

end of thread, other threads:[~2014-09-12 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 21:14 [gentoo-commits] proj/sci:master commit in: sci-chemistry/trajng/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2012-10-09 21:14 Alexey Shvetsov
2012-10-09 21:19 Alexey Shvetsov
2014-09-12 17:22 Christoph Junghans

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