* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
@ 2015-02-10 14:37 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-02-10 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 551364e8295aa5d9c3b5f1a43b37d0e703c70fa8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:36:37 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:36:37 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=551364e8
sci-chemistry/xplor-nih: New package
Package-Manager: portage-2.2.16
---
sci-chemistry/xplor-nih/ChangeLog | 9 +++++
sci-chemistry/xplor-nih/metadata.xml | 8 +++++
sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 49 +++++++++++++++++++++++++++
3 files changed, 66 insertions(+)
diff --git a/sci-chemistry/xplor-nih/ChangeLog b/sci-chemistry/xplor-nih/ChangeLog
new file mode 100644
index 0000000..e635dd6
--- /dev/null
+++ b/sci-chemistry/xplor-nih/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-chemistry/xplor-nih
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*xplor-nih-2.38 (10 Feb 2015)
+
+ 10 Feb 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
+ +xplor-nih-2.38.ebuild:
+ sci-chemistry/xplor-nih: New package
diff --git a/sci-chemistry/xplor-nih/metadata.xml b/sci-chemistry/xplor-nih/metadata.xml
new file mode 100644
index 0000000..7bc6ee8
--- /dev/null
+++ b/sci-chemistry/xplor-nih/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ <name>Justin Lecher</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
new file mode 100644
index 0000000..f8f0bb7
--- /dev/null
+++ b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Structure determination program which builds on the X-PLOR program"
+HOMEPAGE="http://nmr.cit.nih.gov/xplor-nih/"
+SRC_URI="
+ ${P}-Linux_x86_64.tar.gz
+ ${P}-db.tar.gz
+ "
+
+SLOT="0"
+LICENSE="XPLOR-NIH"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/.*"
+
+pkg_nofetch() {
+ elog "Please visit ${HOMEPAGE} and download ${A}"
+ elog "into ${DISTDIR}"
+}
+
+src_configure() { :; }
+
+src_install() {
+ dodoc Changes INSTALL README.beowulf README.dist References parallel.txt
+
+ dodir /opt/${P} /opt/bin
+ mv * "${ED}"/opt/${P}/ || die
+
+ cd "${ED}"/opt/${P} || die
+ bash ./configure -symlinks "${ED}"/opt/bin || die
+
+ python_optimize /opt/${P}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
@ 2015-03-17 12:17 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-03-17 12:17 UTC (permalink / raw
To: gentoo-commits
commit: ffefbc9946ed6d7f548464f942db7eec37283b3f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 12:17:29 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 12:17:33 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffefbc99
sci-chemistry/xplor-nih: Add missing deps
Package-Manager: portage-2.2.18
RepoMan-Options: --force
sci-chemistry/xplor-nih/ChangeLog | 3 +++
sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/xplor-nih/ChangeLog b/sci-chemistry/xplor-nih/ChangeLog
index e635dd6..e5e8014 100644
--- a/sci-chemistry/xplor-nih/ChangeLog
+++ b/sci-chemistry/xplor-nih/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Mar 2015; Justin Lecher <jlec@gentoo.org> xplor-nih-2.38.ebuild:
+ sci-chemistry/xplor-nih: Add missing deps
+
*xplor-nih-2.38 (10 Feb 2015)
10 Feb 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
index f8f0bb7..c36e385 100644
--- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
+++ b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
@@ -22,7 +22,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="${PYTHON_DEPS}"
+RDEPEND="${PYTHON_DEPS}
+ dev-lang/tcl:8.5
+ dev-lang/tk:8.5
+"
DEPEND="${RDEPEND}"
RESTRICT="fetch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
@ 2015-10-28 12:41 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-10-28 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 2f24b0946eae75e0f427ecec93dd7d61ccc420e3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 12:41:16 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 12:41:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f24b094
sci-chemistry/xplor-nih: Add missing dep on dev-libs/libedit
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
index bb29472..a2d078c 100644
--- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
+++ b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
@@ -25,6 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-lang/tcl:8.5
dev-lang/tk:8.5
+ dev-libs/libedit
|| (
sys-libs/ncurses:0/5
sys-libs/ncurses:5/5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
@ 2017-03-26 14:45 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2017-03-26 14:45 UTC (permalink / raw
To: gentoo-commits
commit: d9cce1d299736f7da3eb790ba2f2fa1c5bef528c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 09:14:27 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 09:14:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d9cce1d2
sci-chemistry/xplor-nih: Drop obsolete ncurses version
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
index cdcec6c53..57a727778 100644
--- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
+++ b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
@@ -25,10 +25,7 @@ RDEPEND="${PYTHON_DEPS}
dev-lang/tcl:8.5
dev-lang/tk:8.5
dev-libs/libedit
- || (
- sys-libs/ncurses:0/5
- sys-libs/ncurses:5/5
- )
+ sys-libs/ncurses:5/5
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
@ 2020-09-28 8:58 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-09-28 8:58 UTC (permalink / raw
To: gentoo-commits
commit: de47c80e3cd1ec0b4f061a4e84c6ac6432f07320
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Sep 28 08:56:24 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 28 08:56:24 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de47c80e
sci-chemistry/xplor-nih: removed unmaintained package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-chemistry/xplor-nih/metadata.xml | 8 ----
sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 53 ---------------------------
2 files changed, 61 deletions(-)
diff --git a/sci-chemistry/xplor-nih/metadata.xml b/sci-chemistry/xplor-nih/metadata.xml
deleted file mode 100644
index b7595a302..000000000
--- a/sci-chemistry/xplor-nih/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jlec@gentoo.org</email>
- <name>Justin Lecher</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
deleted file mode 100644
index 57a727778..000000000
--- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Structure determination program which builds on the X-PLOR program"
-HOMEPAGE="http://nmr.cit.nih.gov/xplor-nih/"
-SRC_URI="
- ${P}-Linux_x86_64.tar.gz
- ${P}-db.tar.gz
- "
-
-SLOT="0"
-LICENSE="XPLOR-NIH"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-lang/tcl:8.5
- dev-lang/tk:8.5
- dev-libs/libedit
- sys-libs/ncurses:5/5
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="fetch"
-
-QA_PREBUILT="opt/.*"
-
-pkg_nofetch() {
- elog "Please visit ${HOMEPAGE} and download ${A}"
- elog "into ${DISTDIR}"
-}
-
-src_configure() { :; }
-
-src_install() {
- dodoc Changes INSTALL README.beowulf README.dist References parallel.txt
-
- dodir /opt/${P} /opt/bin
- mv * "${ED}"/opt/${P}/ || die
-
- cd "${ED}"/opt/${P} || die
- bash ./configure -symlinks "${ED}"/opt/bin || die
-
- python_optimize /opt/${P}
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-28 8:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 12:41 [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-28 8:58 Horea Christian
2017-03-26 14:45 Justin Lecher
2015-03-17 12:17 Justin Lecher
2015-02-10 14:37 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox