public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/
@ 2011-06-21 11:54 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-06-21 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f1339550d264dfefa0601a9aa9b702ecb8926e36
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 10:57:00 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 10:57:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1339550

Added fortran-2.eclass support

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

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

diff --git a/sci-chemistry/jana2000/ChangeLog b/sci-chemistry/jana2000/ChangeLog
index 935ee8d..45ec648 100644
--- a/sci-chemistry/jana2000/ChangeLog
+++ b/sci-chemistry/jana2000/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/jana2000
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> jana2000-20071218.ebuild:
+  Added fortran-2.eclass support
+
   17 Dec 2010; Justin Lecher <jlec@gentoo.org> jana2000-20071218.ebuild:
   Fix for fortran.eclass removal
 

diff --git a/sci-chemistry/jana2000/jana2000-20071218.ebuild b/sci-chemistry/jana2000/jana2000-20071218.ebuild
index cd408a6..6aba06c 100644
--- a/sci-chemistry/jana2000/jana2000-20071218.ebuild
+++ b/sci-chemistry/jana2000/jana2000-20071218.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
 
 DESCRIPTION="the crystallographic computing system"
 HOMEPAGE="http://www-xray.fzu.cz/jana/jana.html"



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/
@ 2011-06-23  9:31 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-06-23  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2af7539e9632e735d924ec6aaf510f5d6ccf33
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 09:31:13 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 09:31:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4b2af753

Streamlined fortran-2 eclass usage

(Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-chemistry/jana2000/ChangeLog                |    3 +++
 sci-chemistry/jana2000/jana2000-20071218.ebuild |   23 ++++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/sci-chemistry/jana2000/ChangeLog b/sci-chemistry/jana2000/ChangeLog
index 45ec648..9ce5cfa 100644
--- a/sci-chemistry/jana2000/ChangeLog
+++ b/sci-chemistry/jana2000/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Jun 2011; Justin Lecher <jlec@gentoo.org> jana2000-20071218.ebuild:
+  Streamlined fortran-2 eclass usage
+
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> jana2000-20071218.ebuild:
   Added fortran-2.eclass support
 

diff --git a/sci-chemistry/jana2000/jana2000-20071218.ebuild b/sci-chemistry/jana2000/jana2000-20071218.ebuild
index 6aba06c..cfd10b0 100644
--- a/sci-chemistry/jana2000/jana2000-20071218.ebuild
+++ b/sci-chemistry/jana2000/jana2000-20071218.ebuild
@@ -2,9 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 inherit eutils fortran-2 toolchain-funcs
 
-DESCRIPTION="the crystallographic computing system"
+DESCRIPTION="The crystallographic computing system"
 HOMEPAGE="http://www-xray.fzu.cz/jana/jana.html"
 SRC_URI="ftp://ftp.fzu.cz/pub/cryst/beta2000/${PN}.tar.gz"
 
@@ -13,17 +15,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libX11"
+RDEPEND="
+	x11-libs/libX11
+	virtual/fortran"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
 	sys-apps/gawk"
 
 S="${WORKDIR}/${PN}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	einfo "setting up the Makefile for $(tc-getFC)"
 
 	if [[ $(tc-getFC) =~ gfortran ]]; then
@@ -34,18 +35,18 @@ src_unpack() {
 }
 
 src_compile() {
-	emake -j1 CCOM="$(tc-getCC)" || die "emake failed"
+	emake -j1 CCOM="$(tc-getCC)"
 }
 
 src_install() {
-	dobin jana2000 || die "dobin failed"
-	dodoc README.TXT || die "dodoc failed"
+	dobin jana2000
+	dodoc README.TXT
 
 	insinto /usr/share/${PN}/source
-	doins -r source/{fg,data} || die "doins failed"
+	doins -r source/{fg,data}
 
 	echo "JANADIR=/usr/share/${PN}" >"${T}/jana2000env"
-	newenvd "${T}/jana2000env" 99jana2000env || die "newenvd failed"
+	newenvd "${T}/jana2000env" 99jana2000env
 }
 
 pkg_postinst() {



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

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/
@ 2015-09-21 14:04 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-21 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bab31f4d63857a5123afa2920ac46c001f4035a2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:49:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:49:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bab31f4d

sci-chemistry/jana2000: Fix SRC_URI

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/jana2000/jana2000-20071218.ebuild | 8 ++++----
 sci-chemistry/jana2000/metadata.xml             | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/jana2000/jana2000-20071218.ebuild b/sci-chemistry/jana2000/jana2000-20071218.ebuild
index e421ec9..54b6ada 100644
--- a/sci-chemistry/jana2000/jana2000-20071218.ebuild
+++ b/sci-chemistry/jana2000/jana2000-20071218.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 inherit eutils fortran-2 toolchain-funcs
 
 DESCRIPTION="The crystallographic computing system"
-HOMEPAGE="http://www-xray.fzu.cz/jana/jana.html"
-SRC_URI="ftp://ftp.fzu.cz/pub/cryst/beta2000/${PN}.tar.gz"
+HOMEPAGE="http://jana.fzu.cz/"
+SRC_URI="http://www-xray.fzu.cz/jana/download/final2000/${PN}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"

diff --git a/sci-chemistry/jana2000/metadata.xml b/sci-chemistry/jana2000/metadata.xml
index 9ac9ffd..e42d0af 100644
--- a/sci-chemistry/jana2000/metadata.xml
+++ b/sci-chemistry/jana2000/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-chemistry</herd>
+	<herd>sci-chemistry</herd>
 </pkgmetadata>


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

end of thread, other threads:[~2015-09-21 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 14:04 [gentoo-commits] proj/sci:master commit in: sci-chemistry/jana2000/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23  9:31 Justin Lecher
2011-06-21 11:54 Justin Lecher

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