* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/
@ 2014-01-06 18:33 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-01-06 18:33 UTC (permalink / raw
To: gentoo-commits
commit: ddf114d6d248abca06b7eddeaa2ff02ba1de291e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 17:45:32 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 17:45:32 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ddf114d6
sci-chemistry/mtz2hkl: Punt base.eclass
Package-Manager: portage-2.2.8
---
sci-chemistry/mtz2hkl/ChangeLog | 6 +++++-
sci-chemistry/mtz2hkl/metadata.xml | 2 +-
sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 17 +++++++++--------
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/sci-chemistry/mtz2hkl/ChangeLog b/sci-chemistry/mtz2hkl/ChangeLog
index be0c267..d50600d 100644
--- a/sci-chemistry/mtz2hkl/ChangeLog
+++ b/sci-chemistry/mtz2hkl/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/mtz2hkl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> mtz2hkl-0.3.ebuild,
+ metadata.xml:
+ Punt base.eclass
+
*mtz2hkl-0.3 (16 Jul 2009)
16 Jul 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-chemistry/mtz2hkl/metadata.xml b/sci-chemistry/mtz2hkl/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/mtz2hkl/metadata.xml
+++ b/sci-chemistry/mtz2hkl/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>
diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
index 03a9f60..195a9f8 100644
--- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
+++ b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit base toolchain-funcs
+EAPI=5
+
+inherit eutils toolchain-funcs
DESCRIPTION="Intended to facilitate the transition from refmac5 refinement to shelxh or shelxl refinement"
HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/mtz2hkl.php"
@@ -18,18 +20,17 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}
-PATCHES=(
- "${FILESDIR}"/${PV}-gentoo.patch
- )
+src_prepare() {
+ epatch "${FILESDIR}"/${PV}-gentoo.patch
+}
src_compile() {
emake \
CXX=$(tc-getCXX) \
CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" || \
- die "compilation failed"
+ LDFLAGS="${LDFLAGS}"
}
src_install() {
- dobin ${PN} || die "installation of ${PN} failed"
+ dobin ${PN}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/
@ 2015-09-17 21:56 Jauhien Piatlicki
0 siblings, 0 replies; 3+ messages in thread
From: Jauhien Piatlicki @ 2015-09-17 21:56 UTC (permalink / raw
To: gentoo-commits
commit: 5b8457d87b273bb10f40d0d5aae78015f9029be6
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep 16 09:51:57 2015 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 09:51:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b8457d8
sci-chemistry/mtz2hkl: Fix deps
Package-Manager: portage-2.2.20.1
sci-chemistry/mtz2hkl/ChangeLog | 6 ++++--
sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/mtz2hkl/ChangeLog b/sci-chemistry/mtz2hkl/ChangeLog
index e1eb1ff..3cf7d40 100644
--- a/sci-chemistry/mtz2hkl/ChangeLog
+++ b/sci-chemistry/mtz2hkl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/mtz2hkl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 16 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> mtz2hkl-0.3.ebuild:
+ sci-chemistry/mtz2hkl: Fix deps
+
06 Jan 2014; Justin Lecher <jlec@gentoo.org> mtz2hkl-0.3.ebuild,
metadata.xml:
Punt base.eclass
@@ -13,4 +16,3 @@
Initial add
Thanks to jlec for writting this ebuild
pending bug is 278048
-
diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
index 281809f..e856afbe 100644
--- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
+++ b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="sci-libs/ccp4-libs"
+RDEPEND="sci-libs/libccp4"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/
@ 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: d21eaa8156d852213452d46219ca9f6cae6a7333
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:42:26 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:42:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d21eaa81
sci-chemistry/mtz2hkl: Fix SRC_URI
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
index e856afbe..08696a4 100644
--- a/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
+++ b/sci-chemistry/mtz2hkl/mtz2hkl-0.3.ebuild
@@ -7,8 +7,8 @@ EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Intended to facilitate the transition from refmac5 refinement to shelxh or shelxl refinement"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/mtz2hkl.php"
-SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
+HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2hkl/"
+SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/downloads/${PV}/${PN}_v${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ 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 --
2014-01-06 18:33 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2hkl/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-09-17 21:56 Jauhien Piatlicki
2015-09-21 14:04 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox