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/openbabel-perl/
Date: Wed,  6 Jan 2016 07:53:09 +0000 (UTC)	[thread overview]
Message-ID: <1452065148.3ba96f893fe3d245d76283e9f4fee235b10b0f18.jlec@gentoo> (raw)

commit:     3ba96f893fe3d245d76283e9f4fee235b10b0f18
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 07:25:48 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 07:25:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ba96f89

sci-chemistry/openbabel-perl: Respect CXXFLAGS

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/openbabel-perl/metadata.xml               | 2 +-
 sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/openbabel-perl/metadata.xml b/sci-chemistry/openbabel-perl/metadata.xml
index c73e211..506b159 100644
--- a/sci-chemistry/openbabel-perl/metadata.xml
+++ b/sci-chemistry/openbabel-perl/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>sci-chemistry</herd>

diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
index e61d472..ca1bc98 100644
--- a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
+++ b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,6 +29,7 @@ src_unpack() {
 src_configure() {
 	perl_set_version
 	local mycmakeargs=(
+		-DOPTIMIZE_NATIVE=OFF
 		-DCMAKE_INSTALL_RPATH=
 		-DBINDINGS_ONLY=ON
 		-DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so
@@ -50,14 +51,13 @@ src_test() {
 	cp \
 		"${CMAKE_USE_DIR}/scripts/perl/OpenBabel.pm" \
 		"${BUILD_DIR}/$(get_libdir)/Chemistry/"
-	for i in "${CMAKE_USE_DIR}"/scripts/perl/t/*
-	do
+	for i in "${CMAKE_USE_DIR}"/scripts/perl/t/*; do
 		einfo "Running test: ${i}"
 		perl -I"${BUILD_DIR}/$(get_libdir)" "${i}" || die
 	done
 }
 
 src_install() {
-	cd "${BUILD_DIR}"
+	cd "${BUILD_DIR}" || die
 	cmake -DCOMPONENT=bindings_perl -P cmake_install.cmake
 }


             reply	other threads:[~2016-01-06  7:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06  7:53 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22 11:47 [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-perl/ Aisha Tammy
2014-09-16 17:01 Christoph Junghans
2014-02-14 18:19 Reinis Danne
2014-01-06 18:48 Justin Lecher
2013-09-26 20:27 Reinis Danne
2011-03-25 17:25 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=1452065148.3ba96f893fe3d245d76283e9f4fee235b10b0f18.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