public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-cpl/
Date: Tue, 20 May 2014 10:44:54 +0000 (UTC)	[thread overview]
Message-ID: <1400582687.e6d3a577cfa18dd1ad3109517262f7e9ba33591f.xmw@gentoo> (raw)

commit:     e6d3a577cfa18dd1ad3109517262f7e9ba33591f
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Tue May 20 10:44:47 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May 20 10:44:47 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=e6d3a577

make use of USE=coin

Package-Manager: portage-2.2.10
Manifest-Sign-Key: 62EEF090

---
 dev-util/eclipse-cpl/ChangeLog                  |  3 +++
 dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild | 10 ++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-util/eclipse-cpl/ChangeLog b/dev-util/eclipse-cpl/ChangeLog
index e46844c..bbf03bc 100644
--- a/dev-util/eclipse-cpl/ChangeLog
+++ b/dev-util/eclipse-cpl/ChangeLog
@@ -1,3 +1,6 @@
+  20 May 2014; Michael Weber <xmw@gentoo.org> eclipse-cpl-6.1.187.ebuild:
+  make use of USE=coin
+
   18 May 2014; Michael Weber <xmw@gentoo.org>
   +files/eclipse-cpl-6.1.187-Eplex-Makefile.patch,
   +files/eclipse-cpl-6.1.187-Oci-mkdir.patch,

diff --git a/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild b/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild
index a44e7c1..dfcd591 100644
--- a/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild
+++ b/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild
@@ -42,10 +42,12 @@ pkg_setup() {
 
 src_unpack() {
 	default
-	local my_cbc=$(best_version sci-libs/coinor-cbc)
-	cp "${EROOT}"usr/share/doc/${my_cbc/sci-libs\//}/examples/Cbc{Branch,Compare}User.{c,h}pp.* . || die
-	unpack ./Cbc{Branch,Compare}User.{c,h}pp.*
-	mv Cbc{Branch,Compare}User.{c,h}pp "${S}"/Eplex || die
+	if use coin ; then
+		local my_cbc=$(best_version sci-libs/coinor-cbc)
+		cp "${EROOT}"usr/share/doc/${my_cbc/sci-libs\//}/examples/Cbc{Branch,Compare}User.{c,h}pp.* . || die
+		unpack ./Cbc{Branch,Compare}User.{c,h}pp.*
+		mv Cbc{Branch,Compare}User.{c,h}pp "${S}"/Eplex || die
+	fi
 }
 
 src_prepare() {


             reply	other threads:[~2014-05-20 10:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 10:44 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-20 16:30 [gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-cpl/ Michael Weber
2014-05-20 14:34 Michael Weber
2014-05-20 11:47 Michael Weber
2014-05-18 16:06 Michael Weber
2014-05-15 15:50 Michael Weber
2014-05-15 12:46 Michael Weber

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=1400582687.e6d3a577cfa18dd1ad3109517262f7e9ba33591f.xmw@gentoo \
    --to=xmw@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