From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnustep-base.eclass
Date: Tue, 19 Jun 2012 09:06:40 +0000 (UTC) [thread overview]
Message-ID: <20120619090640.1B73D2004B@flycatcher.gentoo.org> (raw)
voyageur 12/06/19 09:06:40
Modified: ChangeLog gnustep-base.eclass
Log:
Revert to built_with_use for correct libobjc detection and EAPI 0 ebuilds support
Revision Changes Path
1.319 eclass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.319&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.319&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.318&r2=1.319
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- ChangeLog 18 Jun 2012 21:33:50 -0000 1.318
+++ ChangeLog 19 Jun 2012 09:06:40 -0000 1.319
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.318 2012/06/18 21:33:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.319 2012/06/19 09:06:40 voyageur Exp $
+
+ 19 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
+ Revert to built_with_use for correct libobjc detection and EAPI 0 ebuilds
+ support
18 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
Update from qt overlay: drop USE=c++0x from qt-webkit, stop adding USE=qpa to
1.26 eclass/gnustep-base.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnustep-base.eclass?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnustep-base.eclass?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnustep-base.eclass?r1=1.25&r2=1.26
Index: gnustep-base.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gnustep-base.eclass 29 May 2012 08:05:05 -0000 1.25
+++ gnustep-base.eclass 19 Jun 2012 09:06:40 -0000 1.26
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.25 2012/05/29 08:05:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.26 2012/06/19 09:06:40 voyageur Exp $
# @ECLASS: gnustep-base.eclass
# @MAINTAINER:
@@ -157,7 +157,8 @@
&& GS_ENV=( "${GS_ENV[@]}" "debug=yes" ) \
|| GS_ENV=( "${GS_ENV[@]}" "debug=no" )
- if grep -q libobjc.so.4 "${GS_MAKEFILES}"/config.make;
+ # About 20 gnustep packages still use EAPI 0
+ if built_with_use gnustep-base/gnustep-make libobjc2;
then
# Set clang for packages that do not respect gnustep-make
# settings (gnustep-base's configure for example)
next reply other threads:[~2012-06-19 9:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-19 9:06 Bernard Cafarelli (voyageur) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-22 12:41 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnustep-base.eclass Bernard Cafarelli (voyageur)
2012-02-20 10:14 Bernard Cafarelli (voyageur)
2012-02-09 16:06 Bernard Cafarelli (voyageur)
2012-02-08 14:05 Bernard Cafarelli (voyageur)
2011-11-18 14:23 Bernard Cafarelli (voyageur)
2011-11-08 12:16 Bernard Cafarelli (voyageur)
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=20120619090640.1B73D2004B@flycatcher.gentoo.org \
--to=voyageur@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