From: "Michael Palimaka (kensington)" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog kde4-meta.eclass
Date: Thu, 6 Feb 2014 17:07:56 +0000 (UTC) [thread overview]
Message-ID: <20140206170756.95FEC2004C@flycatcher.gentoo.org> (raw)
kensington 14/02/06 17:07:56
Modified: ChangeLog kde4-meta.eclass
Log:
Disable more bogus dependency checks wrt bug #494680.
Revision Changes Path
1.1138 eclass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1137&r2=1.1138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1137
retrieving revision 1.1138
diff -u -r1.1137 -r1.1138
--- ChangeLog 5 Feb 2014 06:18:29 -0000 1.1137
+++ ChangeLog 6 Feb 2014 17:07:56 -0000 1.1138
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1137 2014/02/05 06:18:29 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1138 2014/02/06 17:07:56 kensington Exp $
+
+ 06 Feb 2014; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass:
+ Disable more bogus dependency checks wrt bug #494680.
05 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> tests/toolchain.sh,
toolchain.eclass:
1.75 eclass/kde4-meta.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?r1=1.74&r2=1.75
Index: kde4-meta.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- kde4-meta.eclass 21 Aug 2013 19:08:18 -0000 1.74
+++ kde4-meta.eclass 6 Feb 2014 17:07:56 -0000 1.75
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.74 2013/08/21 19:08:18 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.75 2014/02/06 17:07:56 kensington Exp $
#
# @ECLASS: kde4-meta.eclass
# @MAINTAINER:
@@ -517,7 +517,7 @@
;;
kdepim)
# Disable hardcoded checks
- sed -r -e '/find_package\(KdepimLibs/s/REQUIRED//' \
+ sed -r -e 's/TYPE REQUIRED/TYPE OPTIONAL/' -e '/find_package\(KdepimLibs/s/REQUIRED//' \
-e '/find_package\((KdepimLibs|Boost|QGpgme|Akonadi|ZLIB|Strigi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \
-e '/macro_log_feature\((Boost|QGPGME|Akonadi|ZLIB|STRIGI|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \
-e 's/if[[:space:]]*([[:space:]]*BUILD_.*)[[:space:]]*/if(1) # &/' \
next reply other threads:[~2014-02-06 17:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 17:07 Michael Palimaka (kensington) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 12:47 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog kde4-meta.eclass Michael Palimaka (kensington)
2015-07-15 9:03 Andreas Huettel (dilfridge)
2014-04-17 18:16 Michael Palimaka (kensington)
2013-08-21 19:08 Michael Palimaka (kensington)
2013-04-07 17:46 Michael Palimaka (kensington)
2012-09-04 14:08 Johannes Huber (johu)
2012-08-02 7:29 Johannes Huber (johu)
2012-04-19 19:49 Andreas HAttel (dilfridge)
2012-03-24 20:44 Andreas HAttel (dilfridge)
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=20140206170756.95FEC2004C@flycatcher.gentoo.org \
--to=kensington@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