* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/
@ 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: 12a309486617ff69ab6955b8ba39f0a7998f33da
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 17:45:38 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 17:45:38 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12a30948
sci-chemistry/mtz2sca: Punt base.eclass
Package-Manager: portage-2.2.8
---
sci-chemistry/mtz2sca/ChangeLog | 6 +++++-
sci-chemistry/mtz2sca/metadata.xml | 2 +-
sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 17 +++++++++--------
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/sci-chemistry/mtz2sca/ChangeLog b/sci-chemistry/mtz2sca/ChangeLog
index d831c31..b3a6421 100644
--- a/sci-chemistry/mtz2sca/ChangeLog
+++ b/sci-chemistry/mtz2sca/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/mtz2sca
-# 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> mtz2sca-0.3.ebuild,
+ metadata.xml:
+ Punt base.eclass
+
*mtz2sca-0.3 (16 Jul 2009)
16 Jul 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-chemistry/mtz2sca/metadata.xml b/sci-chemistry/mtz2sca/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/mtz2sca/metadata.xml
+++ b/sci-chemistry/mtz2sca/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/mtz2sca/mtz2sca-0.3.ebuild b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
index 67d7f36..ca18ba8 100644
--- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
+++ b/sci-chemistry/mtz2sca/mtz2sca-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="Converts CCP4 mtz-files containing anomalous data to Scalepack format"
HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca"
@@ -18,18 +20,17 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/
-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/mtz2sca/
@ 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: 16236e1c8b4d31bb57b8d99766e5d23f298e5617
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep 16 09:51:41 2015 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 09:51:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=16236e1c
sci-chemistry/mtz2sca: Fix deps
Package-Manager: portage-2.2.20.1
sci-chemistry/mtz2sca/ChangeLog | 6 ++++--
sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/mtz2sca/ChangeLog b/sci-chemistry/mtz2sca/ChangeLog
index 43164e3..e040cd0 100644
--- a/sci-chemistry/mtz2sca/ChangeLog
+++ b/sci-chemistry/mtz2sca/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/mtz2sca
-# 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> mtz2sca-0.3.ebuild:
+ sci-chemistry/mtz2sca: Fix deps
+
06 Jan 2014; Justin Lecher <jlec@gentoo.org> mtz2sca-0.3.ebuild,
metadata.xml:
Punt base.eclass
@@ -19,4 +22,3 @@
Initial add
Thanks to jlec for writting this ebuild
pending bug is 278048
-
diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
index 0acf922..09876de 100644
--- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
+++ b/sci-chemistry/mtz2sca/mtz2sca-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}"/
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/
@ 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: f0e297f3372ad4e4da1a6ca9314a24326c878d83
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:45:47 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:45:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0e297f3
sci-chemistry/mtz2sca: Fix SRC_URI
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
index 09876de..f5c4418 100644
--- a/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
+++ b/sci-chemistry/mtz2sca/mtz2sca-0.3.ebuild
@@ -7,8 +7,8 @@ EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Converts CCP4 mtz-files containing anomalous data to Scalepack format"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca"
-SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/mtz2x/${PN}/binaries/${PV}/${PN}_v${PV}.tar.gz"
+HOMEPAGE="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/mtz2sca/"
+SRC_URI="http://shelx.uni-ac.gwdg.de/~tg/research/programs/conv/mtz2x/${PN}/binaries/${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/mtz2sca/ 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