public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/
Date: Mon,  6 Jan 2014 18:33:16 +0000 (UTC)	[thread overview]
Message-ID: <1389030338.12a309486617ff69ab6955b8ba39f0a7998f33da.jlec@gentoo> (raw)

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}
 }


             reply	other threads:[~2014-01-06 18:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-06 18:33 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-17 21:56 [gentoo-commits] proj/sci:master commit in: sci-chemistry/mtz2sca/ Jauhien Piatlicki
2015-09-21 14:04 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389030338.12a309486617ff69ab6955b8ba39f0a7998f33da.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox