public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento (pesa)" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build.eclass
Date: Sun,  7 Apr 2013 21:14:46 +0000 (UTC)	[thread overview]
Message-ID: <20130407211446.95EEB2171D@flycatcher.gentoo.org> (raw)

pesa        13/04/07 21:14:46

  Modified:             ChangeLog qt4-build.eclass
  Log:
  Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18.

Revision  Changes    Path
1.775                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.775&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.775&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.774&r2=1.775

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.774
retrieving revision 1.775
diff -u -r1.774 -r1.775
--- ChangeLog	7 Apr 2013 17:46:23 -0000	1.774
+++ ChangeLog	7 Apr 2013 21:14:46 -0000	1.775
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.774 2013/04/07 17:46:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.775 2013/04/07 21:14:46 pesa Exp $
+
+  07 Apr 2013; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
+  Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18.
 
   07 Apr 2013; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass:
   Guard against multiple inheritance. Make KMCOMPILEONLY sed case-insensitive



1.145                eclass/qt4-build.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.144&r2=1.145

Index: qt4-build.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- qt4-build.eclass	3 Mar 2013 00:22:56 -0000	1.144
+++ qt4-build.eclass	7 Apr 2013 21:14:46 -0000	1.145
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.144 2013/03/03 00:22:56 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.145 2013/04/07 21:14:46 pesa Exp $
 
 # @ECLASS: qt4-build.eclass
 # @MAINTAINER:
@@ -527,15 +527,6 @@
 # @DESCRIPTION:
 # Generates Makefiles for the given list of directories.
 prepare_directories() {
-	# avoid running over the maximum argument number, bug #299810
-	{
-		echo "${S}"/mkspecs/common/*.conf
-		find "${S}" -name '*.pr[io]'
-	} | xargs sed -i \
-		-e "s:\$\$\[QT_INSTALL_LIBS\]:${QTLIBDIR}:g" \
-		-e "s:\$\$\[QT_INSTALL_PLUGINS\]:${QTPLUGINDIR}:g" \
-		|| die
-
 	for x in "$@"; do
 		pushd "${S}"/${x} >/dev/null || die
 		einfo "Running qmake in: ${x}"





             reply	other threads:[~2013-04-07 21:14 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-07 21:14 Davide Pesavento (pesa) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-11 19:47 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build.eclass Davide Pesavento (pesa)
2013-10-20 21:45 Davide Pesavento (pesa)
2013-10-14 17:29 Davide Pesavento (pesa)
2013-10-14 17:24 Davide Pesavento (pesa)
2013-08-13 10:17 Davide Pesavento (pesa)
2013-08-13 10:05 Davide Pesavento (pesa)
2013-07-27 23:47 Davide Pesavento (pesa)
2013-07-06  7:57 Davide Pesavento (pesa)
2013-03-02 21:44 Davide Pesavento (pesa)
2013-01-03  8:39 Davide Pesavento (pesa)
2012-12-31  6:29 Davide Pesavento (pesa)
2012-12-22  3:57 Davide Pesavento (pesa)
2012-11-12  9:28 Davide Pesavento (pesa)
2012-11-01  8:35 Davide Pesavento (pesa)
2012-09-06  8:30 Michael Palimaka (kensington)
2012-07-10 21:43 Davide Pesavento (pesa)
2012-06-18 21:33 Davide Pesavento (pesa)
2012-06-07 15:36 Davide Pesavento (pesa)
2012-05-25 12:06 Davide Pesavento (pesa)
2012-05-22 13:41 Davide Pesavento (pesa)
2012-05-20 17:12 Davide Pesavento (pesa)
2012-05-07 21:28 Davide Pesavento (pesa)
2012-05-02 17:09 Davide Pesavento (pesa)
2012-04-25 17:43 Fabian Groffen (grobian)
2012-04-19 14:52 Davide Pesavento (pesa)
2012-04-04 16:37 Davide Pesavento (pesa)
2012-03-08 14:24 Davide Pesavento (pesa)
2012-03-01 15:19 Davide Pesavento (pesa)
2012-03-01 15:06 Davide Pesavento (pesa)
2012-02-28 18:19 Davide Pesavento (pesa)
2012-02-09 22:58 Davide Pesavento (pesa)
2012-02-09 22:07 Markos Chandras (hwoarang)
2012-01-31 23:02 Markos Chandras (hwoarang)
2012-01-01 19:01 Davide Pesavento (pesa)
2011-12-31  0:46 Davide Pesavento (pesa)
2011-12-30 14:39 Davide Pesavento (pesa)
2011-12-26  0:11 Davide Pesavento (pesa)
2011-12-25 18:49 Davide Pesavento (pesa)
2011-12-21 22:47 Davide Pesavento (pesa)
2011-12-21 22:36 Davide Pesavento (pesa)
2011-12-16 20:02 Jonathan Callen (abcd)
2011-12-10 17:28 Davide Pesavento (pesa)
2011-12-08 17:21 Davide Pesavento (pesa)
2011-11-19 20:52 Davide Pesavento (pesa)
2011-11-19 20:31 Davide Pesavento (pesa)
2011-11-19 20:00 Davide Pesavento (pesa)
2011-11-12 19:01 Davide Pesavento (pesa)

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=20130407211446.95EEB2171D@flycatcher.gentoo.org \
    --to=pesa@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