public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
@ 2010-09-23 21:36 Alex Alexander (wired)
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Alexander (wired) @ 2010-09-23 21:36 UTC (permalink / raw
  To: gentoo-commits

wired       10/09/23 21:36:03

  Modified:             qt-assistant-4.7.0.ebuild ChangeLog
  Log:
  EAPI 3, prefix, other improvements
  
  (Portage version: 2.2_rc85/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.1&r2=1.2

Index: qt-assistant-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-assistant-4.7.0.ebuild	21 Sep 2010 14:37:38 -0000	1.1
+++ qt-assistant-4.7.0.ebuild	23 Sep 2010 21:36:03 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.1 2010/09/21 14:37:38 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.2 2010/09/23 21:36:03 wired Exp $
 
-EAPI="2"
+EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
@@ -10,27 +10,27 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc +glib trace"
 
-DEPEND="~x11-libs/qt-gui-${PV}[glib=,trace?]
-	~x11-libs/qt-sql-${PV}[sqlite]
-	~x11-libs/qt-webkit-${PV}
+DEPEND="~x11-libs/qt-gui-${PV}[aqua=,glib=,trace?]
+	~x11-libs/qt-sql-${PV}[aqua=,sqlite]
+	~x11-libs/qt-webkit-${PV}[aqua=]
 	~x11-libs/qt-declarative-${PV}"
 RDEPEND="${DEPEND}"
 
-# Pixeltool isn't really assistant related, but it relies on
-# the assistant libraries. doc/qch/
-QT4_TARGET_DIRECTORIES="
-	tools/assistant
-	tools/pixeltool
-	tools/qdoc3"
-QT4_EXTRACT_DIRECTORIES="
-	tools/
-	demos/
-	examples/
-	src/
-	include/
-	doc/"
-
 pkg_setup() {
+	# Pixeltool isn't really assistant related, but it relies on
+	# the assistant libraries. doc/qch/
+	QT4_TARGET_DIRECTORIES="
+		tools/assistant
+		tools/pixeltool
+		tools/qdoc3"
+	QT4_EXTRACT_DIRECTORIES="
+		tools/
+		demos/
+		examples/
+		src/
+		include/
+		doc/"
+
 	use trace && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
 		tools/qttracereplay"
 	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
@@ -77,10 +77,12 @@
 	fi
 	dobin "${S}"/bin/qdoc3 || die "Failed to install qdoc3"
 	# install correct assistant icon, bug 241208
-	dodir /usr/share/pixmaps/ || die
+	dodir /usr/share/pixmaps/ || die "dodir failed"
 	insinto /usr/share/pixmaps/
-	doins tools/assistant/tools/assistant/images/assistant.png || die
+	doins tools/assistant/tools/assistant/images/assistant.png ||
+		die "doins failed"
 	# Note: absolute image path required here!
-	make_desktop_entry /usr/bin/assistant Assistant \
-		/usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' || die
+	make_desktop_entry "${EPREFIX}"/usr/bin/assistant Assistant \
+		"${EPREFIX}"/usr/share/pixmaps/assistant.png 'Qt;Development;GUIDesigner' ||
+			die "make_desktop_entry failed"
 }



1.86                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	21 Sep 2010 14:37:38 -0000	1.85
+++ ChangeLog	23 Sep 2010 21:36:03 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.85 2010/09/21 14:37:38 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.86 2010/09/23 21:36:03 wired Exp $
+
+  23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-assistant-4.7.0.ebuild:
+  EAPI 3, prefix, other improvements
 
 *qt-assistant-4.7.0 (21 Sep 2010)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
@ 2010-09-30 19:17 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-09-30 19:17 UTC (permalink / raw
  To: gentoo-commits

maekke      10/09/30 19:17:51

  Modified:             qt-assistant-4.7.0.ebuild ChangeLog
  Log:
  add ~arm, bug #338289
  
  (Portage version: 2.2_rc86/cvs/Linux i686)

Revision  Changes    Path
1.3                  x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.2&r2=1.3

Index: qt-assistant-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-assistant-4.7.0.ebuild	23 Sep 2010 21:36:03 -0000	1.2
+++ qt-assistant-4.7.0.ebuild	30 Sep 2010 19:17:51 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.2 2010/09/23 21:36:03 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.3 2010/09/30 19:17:51 maekke Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc +glib trace"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,glib=,trace?]



1.87                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	23 Sep 2010 21:36:03 -0000	1.86
+++ ChangeLog	30 Sep 2010 19:17:51 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.86 2010/09/23 21:36:03 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.87 2010/09/30 19:17:51 maekke Exp $
+
+  30 Sep 2010; Markus Meier <maekke@gentoo.org> qt-assistant-4.7.0.ebuild:
+  add ~arm, bug #338289
 
   23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-assistant-4.7.0.ebuild:
   EAPI 3, prefix, other improvements






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
@ 2010-10-09 16:50 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-09 16:50 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/09 16:50:45

  Modified:             qt-assistant-4.7.0.ebuild ChangeLog
  Log:
  Add ~ia64 wrt #338289
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.4                  x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.3&r2=1.4

Index: qt-assistant-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-assistant-4.7.0.ebuild	30 Sep 2010 19:17:51 -0000	1.3
+++ qt-assistant-4.7.0.ebuild	9 Oct 2010 16:50:05 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.3 2010/09/30 19:17:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.4 2010/10/09 16:50:05 armin76 Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 IUSE="doc +glib trace"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,glib=,trace?]



1.89                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	1 Oct 2010 18:38:25 -0000	1.88
+++ ChangeLog	9 Oct 2010 16:50:20 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.88 2010/10/01 18:38:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.89 2010/10/09 16:50:20 armin76 Exp $
+
+  09 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-assistant-4.7.0.ebuild:
+  Add ~ia64 wrt #338289
 
   01 Oct 2010; Fabian Groffen <grobian@gentoo.org>
   qt-assistant-4.6.3.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
@ 2010-10-20 13:19 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-10-20 13:19 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/20 13:19:58

  Modified:             qt-assistant-4.7.0.ebuild ChangeLog
  Log:
  Marking qt-assistant-4.7.0 ~ppc for bug 338289
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.5&r2=1.6

Index: qt-assistant-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-assistant-4.7.0.ebuild	9 Oct 2010 20:26:38 -0000	1.5
+++ qt-assistant-4.7.0.ebuild	20 Oct 2010 13:19:58 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.5 2010/10/09 20:26:38 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.6 2010/10/20 13:19:58 ranger Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
 IUSE="compat doc +glib trace"
 SRC_URI+=" compat? ( ftp://ftp.qt.nokia.com/qt/source/${PN}-qassistantclient-library-compat-src-4.6.3.tar.gz )"
 



1.92                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	19 Oct 2010 15:59:29 -0000	1.91
+++ ChangeLog	20 Oct 2010 13:19:58 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.91 2010/10/19 15:59:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.92 2010/10/20 13:19:58 ranger Exp $
+
+  20 Oct 2010; Brent Baude <ranger@gentoo.org> qt-assistant-4.7.0.ebuild:
+  Marking qt-assistant-4.7.0 ~ppc for bug 338289
 
   19 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   qt-assistant-4.6.3.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
@ 2010-11-01 12:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-01 12:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/01 12:29:46

  Modified:             qt-assistant-4.7.0.ebuild ChangeLog
  Log:
  Keyword ~ppc64 wrt #338289.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.6&r2=1.7

Index: qt-assistant-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-assistant-4.7.0.ebuild	20 Oct 2010 13:19:58 -0000	1.6
+++ qt-assistant-4.7.0.ebuild	1 Nov 2010 12:29:46 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.6 2010/10/20 13:19:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.7 2010/11/01 12:29:46 ssuominen Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="compat doc +glib trace"
 SRC_URI+=" compat? ( ftp://ftp.qt.nokia.com/qt/source/${PN}-qassistantclient-library-compat-src-4.6.3.tar.gz )"
 



1.96                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	23 Oct 2010 15:22:41 -0000	1.95
+++ ChangeLog	1 Nov 2010 12:29:46 -0000	1.96
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.95 2010/10/23 15:22:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.96 2010/11/01 12:29:46 ssuominen Exp $
+
+  01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  qt-assistant-4.7.0.ebuild:
+  Keyword ~ppc64 wrt #338289.
 
   23 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-assistant-4.6.3.ebuild:
   alpha/arm/ia64 stable wrt #341703






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-01 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 19:17 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-01 12:29 Samuli Suominen (ssuominen)
2010-10-20 13:19 Brent Baude (ranger)
2010-10-09 16:50 Raul Porcel (armin76)
2010-09-23 21:36 Alex Alexander (wired)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox