* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pesto/
@ 2014-01-18 7:38 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-01-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 50e4d327cf81533425960b1d07b6da6233132c29
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 19:28:57 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 07:38:33 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=50e4d327
initial commit
Package-Manager: portage-2.2.7
---
sci-chemistry/pesto/ChangeLog | 9 +++++++++
sci-chemistry/pesto/metadata.xml | 5 +++++
sci-chemistry/pesto/pesto-9999.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/sci-chemistry/pesto/ChangeLog b/sci-chemistry/pesto/ChangeLog
new file mode 100644
index 0000000..c19507a
--- /dev/null
+++ b/sci-chemistry/pesto/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-chemistry/pesto
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pesto-9999 (11 Jan 2014)
+
+ 11 Jan 2014; Christoph Junghans <ottxor@gentoo.org> +metadata.xml,
+ +pesto-9999.ebuild:
+ initial commit
diff --git a/sci-chemistry/pesto/metadata.xml b/sci-chemistry/pesto/metadata.xml
new file mode 100644
index 0000000..51fdeda
--- /dev/null
+++ b/sci-chemistry/pesto/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-chemistry</herd>
+</pkgmetadata>
diff --git a/sci-chemistry/pesto/pesto-9999.ebuild b/sci-chemistry/pesto/pesto-9999.ebuild
new file mode 100644
index 0000000..1c0abc3
--- /dev/null
+++ b/sci-chemistry/pesto/pesto-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 fortran-2 mercurial toolchain-funcs
+
+IUSE=""
+SRC_URI=""
+EHG_REPO_URI="http://hg.code.sf.net/p/pesto/code-1"
+
+DESCRIPTION="Potential Energy Surface Tools"
+HOMEPAGE="http://sourceforge.net/projects/pesto/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="virtual/blas
+ virtual/lapack"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.txt )
+EXAMPLES=( examples )
+DISTUTILS_IN_SOURCE_BUILD=1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pesto/
@ 2014-01-18 7:38 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-01-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 301cd9f74e0d252008ebb090efa0e71f6a8653f5
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 04:48:13 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 07:38:33 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=301cd9f7
fixes suggested by bicatali
Package-Manager: portage-2.2.7
---
sci-chemistry/pesto/ChangeLog | 3 +++
sci-chemistry/pesto/pesto-9999.ebuild | 13 +++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/pesto/ChangeLog b/sci-chemistry/pesto/ChangeLog
index c19507a..d4ba6d7 100644
--- a/sci-chemistry/pesto/ChangeLog
+++ b/sci-chemistry/pesto/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jan 2014; Christoph Junghans <ottxor@gentoo.org> pesto-9999.ebuild:
+ fixes suggested by bicatali
+
*pesto-9999 (11 Jan 2014)
11 Jan 2014; Christoph Junghans <ottxor@gentoo.org> +metadata.xml,
diff --git a/sci-chemistry/pesto/pesto-9999.ebuild b/sci-chemistry/pesto/pesto-9999.ebuild
index 1c0abc3..50a3991 100644
--- a/sci-chemistry/pesto/pesto-9999.ebuild
+++ b/sci-chemistry/pesto/pesto-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils-r1 fortran-2 mercurial toolchain-funcs
+inherit distutils-r1 flag-o-matic fortran-2 mercurial toolchain-funcs
IUSE=""
SRC_URI=""
@@ -20,10 +20,19 @@ SLOT="0"
KEYWORDS=""
RDEPEND="virtual/blas
- virtual/lapack"
+ virtual/lapack
+ dev-python/numpy[${PYTHON_USEDEP},lapack]
+ sci-libs/k3match[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
DOCS=( README.txt )
EXAMPLES=( examples )
DISTUTILS_IN_SOURCE_BUILD=1
+
+src_configure() {
+ append-fflags "-shared -fPIC"
+ append-ldflags "-shared"
+ distutils-r1_src_configure
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/pesto/
@ 2021-01-05 18:05 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-01-05 18:05 UTC (permalink / raw
To: gentoo-commits
commit: 475253695ea5395841506aa6f82d6f758a2766e6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 5 14:21:04 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 5 18:01:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47525369
sci-chemistry/pesto: drop package, latest update 2011, py2 only
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/pesto/metadata.xml | 11 -----------
sci-chemistry/pesto/pesto-9999.ebuild | 37 -----------------------------------
2 files changed, 48 deletions(-)
diff --git a/sci-chemistry/pesto/metadata.xml b/sci-chemistry/pesto/metadata.xml
deleted file mode 100644
index 58a4e2600..000000000
--- a/sci-chemistry/pesto/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pesto</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/pesto/pesto-9999.ebuild b/sci-chemistry/pesto/pesto-9999.ebuild
deleted file mode 100644
index 302608937..000000000
--- a/sci-chemistry/pesto/pesto-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic fortran-2 mercurial toolchain-funcs
-
-IUSE=""
-SRC_URI=""
-EHG_REPO_URI="http://hg.code.sf.net/p/pesto/code-1"
-
-DESCRIPTION="Potential Energy Surface Tools"
-HOMEPAGE="https://sourceforge.net/projects/pesto/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="virtual/blas
- virtual/lapack
- dev-python/numpy[${PYTHON_USEDEP},lapack]
- sci-libs/k3match[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.txt )
-EXAMPLES=( examples )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-src_configure() {
- append-fflags "-shared -fPIC"
- append-ldflags "-shared"
- distutils-r1_src_configure
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-05 18:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05 18:05 [gentoo-commits] proj/sci:master commit in: sci-chemistry/pesto/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2014-01-18 7:38 Justin Lecher
2014-01-18 7:38 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox