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

commit:     7f87afe7ca41f9c6a8ce67f7dd19dc473bc45984
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 11:08:24 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 11:08:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f87afe7

Added fortran-2.eclass support

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

---
 sci-mathematics/pest/ChangeLog        |    5 ++++-
 sci-mathematics/pest/pest-12.1.ebuild |   24 +++++++++++++-----------
 2 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/pest/ChangeLog b/sci-mathematics/pest/ChangeLog
index c884fe1..b9fe96e 100644
--- a/sci-mathematics/pest/ChangeLog
+++ b/sci-mathematics/pest/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/pest
-# 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> pest-12.1.ebuild:
+  Added fortran-2.eclass support
+
   16 Dec 2010; Justin Lecher <jlec@gentoo.org> pest-12.1.ebuild:
   Removal of fortran.eclass, #348851
 

diff --git a/sci-mathematics/pest/pest-12.1.ebuild b/sci-mathematics/pest/pest-12.1.ebuild
index 0fa4614..7e46628 100644
--- a/sci-mathematics/pest/pest-12.1.ebuild
+++ b/sci-mathematics/pest/pest-12.1.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=2
 
-inherit versionator toolchain-funcs
+inherit fortran-2 versionator toolchain-funcs
 
 MY_P="${P/-/}"
 
-DESCRIPTION="Model-independent Parameter ESTimation for model calibration and
-predictive uncertainty analysis."
-HOMEPAGE="http://www.pesthomepage.org"
-SRC_URI="http://www.pesthomepage.org/getfiles.php?file=${MY_P}.tar.zip -> ${P}.tar.zip
-	doc? ( http://www.pesthomepage.org/files/pestman.pdf
-	       http://www.pesthomepage.org/files/addendum.pdf )"
+DESCRIPTION="Model-independent Parameter ESTimation for calibration and predictive uncertainty analysis"
+HOMEPAGE="http://www.pesthomepage.org/"
+SRC_URI="
+	http://www.pesthomepage.org/getfiles.php?file=${MY_P}.tar.zip -> ${P}.tar.zip
+	doc? (
+		http://www.pesthomepage.org/files/pestman.pdf
+		http://www.pesthomepage.org/files/addendum.pdf )"
 
 # License is poorly specified on the SSPA web site.  It only says that
 # Pest is freeware.
@@ -21,12 +22,13 @@ LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
+
 DEPEND="app-arch/unzip"
 RDEPEND=""
 
-MAKEOPTS="${MAKEOPTS} -j1"
+FORTRAN_STANDARD="90"
 
-# Need a Fortran 90 compiler.
+MAKEOPTS="${MAKEOPTS} -j1"
 
 S="${WORKDIR}/${PN}"
 



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pest/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     771d9f0a8edb6dddd732a1055849a21c29936828
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:09:41 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:09:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=771d9f0a

Sort inherit and/or USE

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

---
 sci-mathematics/pest/pest-12.1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-mathematics/pest/pest-12.1.ebuild b/sci-mathematics/pest/pest-12.1.ebuild
index 7e46628..381dea8 100644
--- a/sci-mathematics/pest/pest-12.1.ebuild
+++ b/sci-mathematics/pest/pest-12.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=2
 
-inherit fortran-2 versionator toolchain-funcs
+inherit fortran-2 toolchain-funcs versionator
 
 MY_P="${P/-/}"
 



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pest/
@ 2011-09-13  4:58 Tim Cera
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Cera @ 2011-09-13  4:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4ef7af5322ee7df7e00a7adcc3208bab0bb19b50
Author:     timcera <timcera <AT> earthlink <DOT> net>
AuthorDate: Tue Sep 13 04:57:32 2011 +0000
Commit:     Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Tue Sep 13 04:57:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4ef7af53

sci-mathematics/pest - Version bump to 12.2.

---
 sci-mathematics/pest/ChangeLog                     |    6 ++++++
 .../pest/{pest-12.1.ebuild => pest-12.2.ebuild}    |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-mathematics/pest/ChangeLog b/sci-mathematics/pest/ChangeLog
index b9fe96e..a063539 100644
--- a/sci-mathematics/pest/ChangeLog
+++ b/sci-mathematics/pest/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pest-12.2 (13 Sep 2011)
+
+  13 Sep 2011; Tim Cera <timcera@earthlink.net> -pest-12.1.ebuild,
+  +pest-12.2.ebuild:
+  Version bump.
+
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> pest-12.1.ebuild:
   Added fortran-2.eclass support
 

diff --git a/sci-mathematics/pest/pest-12.1.ebuild b/sci-mathematics/pest/pest-12.2.ebuild
similarity index 86%
rename from sci-mathematics/pest/pest-12.1.ebuild
rename to sci-mathematics/pest/pest-12.2.ebuild
index 381dea8..c40a949 100644
--- a/sci-mathematics/pest/pest-12.1.ebuild
+++ b/sci-mathematics/pest/pest-12.2.ebuild
@@ -51,12 +51,6 @@ src_prepare() {
 		-e "s;^INSTALLDIR=.*;INSTALLDIR=${D}/usr/bin;" \
 		-e 's;^install :;install :\n\tinstall -d $(INSTALLDIR);' \
 		 makefile
-
-	# These changes are just for 12.1 - should go away
-	sed -i \
-	    -e 's/\(.*jco2jco .*jco2jco.*\)/\1 openun.o/' \
-	    -e 's/\(.*jcochek .*jcochek.o.*\)/\1 openun.o/' pestutl1.mak
-	sed -i -e '/.*integer.*ies2ipar.*$/ d' cmaes_p.F sceua_p.F
 }
 
 src_compile() {
@@ -64,7 +58,6 @@ src_compile() {
 	for mfile in pest.mak ppest.mak pestutl1.mak pestutl2.mak pestutl3.mak pestutl4.mak pestutl5.mak pestutl6.mak sensan.mak mpest.mak
 		do
 			emake -f ${mfile} all || die "${mfile} emake failed"
-			emake clean || die "emake clean failed"
 		done
 }
 



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/pest/
@ 2015-09-22  8:19 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-22  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     91750b09c03c5f54728552e41ef3451ada43455c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:19:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:19:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=91750b09

Drop obsolete broken ebuild

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/pest/ChangeLog        | 44 --------------------
 sci-mathematics/pest/metadata.xml     | 13 ------
 sci-mathematics/pest/pest-12.2.ebuild | 78 -----------------------------------
 3 files changed, 135 deletions(-)

diff --git a/sci-mathematics/pest/ChangeLog b/sci-mathematics/pest/ChangeLog
deleted file mode 100644
index c7dbe46..0000000
--- a/sci-mathematics/pest/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-# ChangeLog for sci-mathematics/pest
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-*pest-12.2 (13 Sep 2011)
-
-  13 Sep 2011; Tim Cera <tim@cerazone.net> -pest-12.1.ebuild,
-  +pest-12.2.ebuild:
-  Version bump.
-
-  21 Jun 2011; Justin Lecher <jlec@gentoo.org> pest-12.1.ebuild:
-  Added fortran-2.eclass support
-
-  16 Dec 2010; Justin Lecher <jlec@gentoo.org> pest-12.1.ebuild:
-  Removal of fortran.eclass, #348851
-
-  17 Nov 2010; Tim Cera <tim@cerazone.net> pest-12.1.ebuild:
-  Fixed come code for some of the utility programs.
-
-*pest-12.1 (16 Nov 2010)
-
-  16 Nov 2010; Tim Cera <tim@cerazone.net> -pest-12.0.ebuild,
-  +pest-12.1.ebuild:
-  sci-mathematics/pest: Version bump and minor changes.
-
-*pest-12.0 (26 Jan 2010)
-
-  26 Jan 2010; Tim Cera <tim@cerazone.net> -pest-11.3.ebuild,
-  -pest-11.11.ebuild, +pest-12.0.ebuild:
-  Version bump. Better upstream naming convention for the download. 
-  Removed old ebuilds that wouldn't work.
-
-*pest-11.11 (26 Aug 2009)
-
-  26 Aug 2009; Tim Cera <tim@cerazone.net> +pest-11.11.ebuild:
-  Version bump to 11.11. New web site and SRC_URI.
-
-  09 Jul 2008; Tim Cera <tim@cerazone.net> pest-11.3.ebuild:
-  Forced MAKEOPTS to include '-j1' because some compile jobs were running out
-  of order.
-
-  14 May 2008; Tim Cera <tim@cerazone.net> +pest-11.3.ebuild, +metadata.xml:
-  Initial import.
-

diff --git a/sci-mathematics/pest/metadata.xml b/sci-mathematics/pest/metadata.xml
deleted file mode 100644
index ca3408f..0000000
--- a/sci-mathematics/pest/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-mathematics</herd>
-<maintainer>
-<email>tim@cerazone.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<longdescription lang="en">
-PEST is a Parameter ESTimation tool that can optimize the input parameters for a
-simulation.
-</longdescription>
-</pkgmetadata>

diff --git a/sci-mathematics/pest/pest-12.2.ebuild b/sci-mathematics/pest/pest-12.2.ebuild
deleted file mode 100644
index 9de0a28..0000000
--- a/sci-mathematics/pest/pest-12.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit fortran-2 toolchain-funcs versionator
-
-MY_P="${P/-/}"
-
-DESCRIPTION="Model-independent Parameter ESTimation for calibration and predictive uncertainty analysis"
-HOMEPAGE="http://www.pesthomepage.org/"
-SRC_URI="
-	http://www.pesthomepage.org/getfiles.php?file=${MY_P}.tar.zip -> ${P}.tar.zip
-	doc? (
-		http://www.pesthomepage.org/files/pestman.pdf
-		http://www.pesthomepage.org/files/addendum.pdf )"
-
-# License is poorly specified on the SSPA web site.  It only says that
-# Pest is freeware.
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-FORTRAN_STANDARD="90"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-	mkdir "${S}" && cd "${S}"
-	unpack "${P}.tar.zip"
-	unpack ./"${MY_P}.tar"
-}
-
-src_prepare() {
-	# I decided it was cleaner to make all edits with sed, rather than a patch.
-	sed -i \
-		-e "s;^F90=.*;F90=$(tc-getFC);" \
-		-e "s;^LD=.*;LD=$(tc-getFC);" \
-		 *.mak makefile
-	sed -i \
-		-e "s;^FFLAGS=.*;FFLAGS=${FFLAGS:--O2} -c;" \
-		 *.mak
-	sed -i \
-		-e "s;^INSTALLDIR=.*;INSTALLDIR=${D}/usr/bin;" \
-		-e 's;^install :;install :\n\tinstall -d $(INSTALLDIR);' \
-		 makefile
-}
-
-src_compile() {
-	emake cppp || die "cppp emake failed"
-	for mfile in pest.mak ppest.mak pestutl1.mak pestutl2.mak pestutl3.mak pestutl4.mak pestutl5.mak pestutl6.mak sensan.mak mpest.mak
-		do
-			emake -f ${mfile} all || die "${mfile} emake failed"
-		done
-}
-
-src_install() {
-	emake install || die "emake install failed"
-
-	if use doc ; then
-		dodoc "${DISTDIR}"/pestman.pdf
-		dodoc "${DISTDIR}"/addendum.pdf
-	fi
-
-}
-
-src_test() {
-	ebegin "Running d_test"
-	make d_test || die "make d_test failed"
-	eend $?
-}


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

end of thread, other threads:[~2015-09-22  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13  4:58 [gentoo-commits] proj/sci:master commit in: sci-mathematics/pest/ Tim Cera
  -- strict thread matches above, loose matches on Subject: below --
2015-09-22  8:19 Justin Lecher
2011-06-24 17:09 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