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

commit:     b571b6e1eb5fc014a610f5b93e64a054b681782b
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:05:11 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=b571b6e1

[sci-chemistry/xdrfile] Add to repo

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

---
 sci-chemistry/xdrfile/ChangeLog          |    9 +++++++++
 sci-chemistry/xdrfile/metadata.xml       |    9 +++++++++
 sci-chemistry/xdrfile/xdrfile-1.1.ebuild |   23 +++++++++++++++++++++++
 3 files changed, 41 insertions(+), 0 deletions(-)

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

diff --git a/sci-chemistry/xdrfile/metadata.xml b/sci-chemistry/xdrfile/metadata.xml
new file mode 100644
index 0000000..b2558d8
--- /dev/null
+++ b/sci-chemistry/xdrfile/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/xdrfile/xdrfile-1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
new file mode 100644
index 0000000..ea25633
--- /dev/null
+++ b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit fortran-2
+
+DESCRIPTION="Library to read xtc gromacs trajectory"
+HOMEPAGE="http://wiki.gromacs.org/index.php/XTC_Library"
+SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fortran"
+
+DEPEND="
+	fortran? ( virtual/fortran )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}b"


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

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

commit:     820664ce148bd25b83e9e597f5021a8afb4d745c
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:12:04 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=820664ce

[sci-chemistry/xdrfile] actualy allow optional fortran

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

---
 sci-chemistry/xdrfile/ChangeLog          |    3 +++
 sci-chemistry/xdrfile/xdrfile-1.1.ebuild |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
index 683d9d1..8245b7c 100644
--- a/sci-chemistry/xdrfile/ChangeLog
+++ b/sci-chemistry/xdrfile/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
+  [sci-chemistry/xdrfile] actualy allow optional fortran
+
 *xdrfile-1.1 (09 Oct 2012)
 
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,

diff --git a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
index ea25633..b2f8041 100644
--- a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
+++ b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
@@ -21,3 +21,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${P}b"
+
+src_configure() {
+	econf \
+		$(use_enable fortran)
+}


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

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

commit:     2f5e0c86acc9123354d97deb4281fffb395b61c8
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 21:12:58 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=2f5e0c86

[sci-chemistry/xdrfile] Add keywords

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

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

diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
index 8245b7c..61725b4 100644
--- a/sci-chemistry/xdrfile/ChangeLog
+++ b/sci-chemistry/xdrfile/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
+  [sci-chemistry/xdrfile] Add keywords
+
+  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
   [sci-chemistry/xdrfile] actualy allow optional fortran
 
 *xdrfile-1.1 (09 Oct 2012)

diff --git a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
index b2f8041..d32e175 100644
--- a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
+++ b/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran"
 
 DEPEND="


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdrfile/
@ 2012-12-30 23:31 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2012-12-30 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f39535023e5749a37191d899cf5603884f9557f2
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 30 22:52:03 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Dec 30 22:52:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f3953502

version bump

Package-Manager: portage-2.2.0_alpha149

---
 sci-chemistry/xdrfile/ChangeLog                    |    6 ++++++
 .../{xdrfile-1.1.ebuild => xdrfile-1.1.1.ebuild}   |   15 +++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
index 61725b4..e962584 100644
--- a/sci-chemistry/xdrfile/ChangeLog
+++ b/sci-chemistry/xdrfile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*xdrfile-1.1.1 (30 Dec 2012)
+
+  30 Dec 2012; Christoph Junghans <ottxor@gentoo.org> +xdrfile-1.1.1.ebuild,
+  -xdrfile-1.1.ebuild:
+  version bump
+
   09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
   [sci-chemistry/xdrfile] Add keywords
 

diff --git a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
similarity index 69%
rename from sci-chemistry/xdrfile/xdrfile-1.1.ebuild
rename to sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
index d32e175..9228cfa 100644
--- a/sci-chemistry/xdrfile/xdrfile-1.1.ebuild
+++ b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
@@ -2,26 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
+FORTRAN_NEEDED="fortran"
 
 inherit fortran-2
 
 DESCRIPTION="Library to read xtc gromacs trajectory"
-HOMEPAGE="http://wiki.gromacs.org/index.php/XTC_Library"
+HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library"
 SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="fortran"
 
-DEPEND="
-	fortran? ( virtual/fortran )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}b"
-
 src_configure() {
 	econf \
 		$(use_enable fortran)


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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdrfile/
@ 2013-12-01 20:41 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2013-12-01 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     dad2a174ca2834a00f77362fd6aaa3b3544bbba6
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 20:40:15 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 20:40:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dad2a174

xdrfile got added to gx86

---
 sci-chemistry/xdrfile/ChangeLog            | 21 ---------------------
 sci-chemistry/xdrfile/metadata.xml         |  9 ---------
 sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild | 23 -----------------------
 3 files changed, 53 deletions(-)

diff --git a/sci-chemistry/xdrfile/ChangeLog b/sci-chemistry/xdrfile/ChangeLog
deleted file mode 100644
index e962584..0000000
--- a/sci-chemistry/xdrfile/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-chemistry/xdrfile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*xdrfile-1.1.1 (30 Dec 2012)
-
-  30 Dec 2012; Christoph Junghans <ottxor@gentoo.org> +xdrfile-1.1.1.ebuild,
-  -xdrfile-1.1.ebuild:
-  version bump
-
-  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
-  [sci-chemistry/xdrfile] Add keywords
-
-  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> xdrfile-1.1.ebuild:
-  [sci-chemistry/xdrfile] actualy allow optional fortran
-
-*xdrfile-1.1 (09 Oct 2012)
-
-  09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
-  +xdrfile-1.1.ebuild:
-  [sci-chemistry/xdrfile] Add to repo

diff --git a/sci-chemistry/xdrfile/metadata.xml b/sci-chemistry/xdrfile/metadata.xml
deleted file mode 100644
index b2558d8..0000000
--- a/sci-chemistry/xdrfile/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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/xdrfile/xdrfile-1.1.1.ebuild b/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
deleted file mode 100644
index 9228cfa..0000000
--- a/sci-chemistry/xdrfile/xdrfile-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-FORTRAN_NEEDED="fortran"
-
-inherit fortran-2
-
-DESCRIPTION="Library to read xtc gromacs trajectory"
-HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library"
-SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="fortran"
-
-src_configure() {
-	econf \
-		$(use_enable fortran)
-}


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

end of thread, other threads:[~2013-12-01 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 20:41 [gentoo-commits] proj/sci:master commit in: sci-chemistry/xdrfile/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2012-12-30 23:31 Christoph Junghans
2012-10-09 21:14 Alexey Shvetsov
2012-10-09 21:14 Alexey Shvetsov
2012-10-09 21:14 Alexey Shvetsov

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