public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-04-27 19:41 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-04-27 19:41 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/04/27 19:41:45

  Modified:             ChangeLog
  Added:                qt-assistant-4.5.1.ebuild
  Log:
  Qt 4.5.1 release version bump
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Apr 2009 12:35:47 -0000	1.34
+++ ChangeLog	27 Apr 2009 19:41:45 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.34 2009/04/14 12:35:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.35 2009/04/27 19:41:45 hwoarang Exp $
+
+*qt-assistant-4.5.1 (27 Apr 2009)
+
+  27 Apr 2009; Markos Chandras <hwoarang@gentoo.org>
+  +qt-assistant-4.5.1.ebuild:
+  Version bump to 4.5.1
 
 *qt-assistant-4.5.0-r1 (14 Apr 2009)
 



1.1                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.1&content-type=text/plain

Index: qt-assistant-4.5.1.ebuild
===================================================================
# Copyright 1999-2009 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.5.1.ebuild,v 1.1 2009/04/27 19:41:45 hwoarang Exp $

EAPI="2"
inherit qt4-build

DESCRIPTION="The assistant help module for the Qt toolkit"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="~x11-libs/qt-gui-${PV}[debug=]
	~x11-libs/qt-sql-${PV}[debug=,sqlite]
	~x11-libs/qt-webkit-${PV}[debug=]"
RDEPEND="${DEPEND} !<x11-libs/qt-4.4.0:4"

# Pixeltool isn't really assistant related, but it relies on
# the assistant libraries. And qdoc3 is needed by qt-creator...
QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool tools/qdoc3"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
src/3rdparty/clucene/
tools/shared/fontpanel
include/
src/
doc/"

src_configure() {
	myconf="${myconf} -no-xkb  -no-fontconfig -no-xrender -no-xrandr
		-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
		-no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon
		-no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
		-no-fontconfig -no-glib -no-opengl -no-qt3support -no-svg -no-gtkstyle"
	qt4-build_src_configure
}

src_install() {
	qt4-build_src_install
	insinto ${QTDOCDIR}
	doins -r "${S}"/doc/qch/ || die "Installing qch documentation failed"
	dobin "${S}"/tools/qdoc3/qdoc3 || die "Installing qdoc3 failed"

	# install correct assistant icon, bug 241208
	dodir /usr/share/pixmaps/ || die "dodir failed"
	insinto /usr/share/pixmaps/ || die "insinto failed"
	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 failed"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-05-13 17:57 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-05-13 17:57 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/13 17:57:18

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  Marking qt-assistant-4.5.1 ~ppc for bug 266201
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.36                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	27 Apr 2009 19:41:45 -0000	1.35
+++ ChangeLog	13 May 2009 17:57:18 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.35 2009/04/27 19:41:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.36 2009/05/13 17:57:18 ranger Exp $
+
+  13 May 2009; Brent Baude <ranger@gentoo.org> qt-assistant-4.5.1.ebuild:
+  Marking qt-assistant-4.5.1 ppc stable for bug 266201
 
 *qt-assistant-4.5.1 (27 Apr 2009)
 



1.2                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

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

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-assistant-4.5.1.ebuild	27 Apr 2009 19:41:45 -0000	1.1
+++ qt-assistant-4.5.1.ebuild	13 May 2009 17:57:18 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.1 2009/04/27 19:41:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.2 2009/05/13 17:57:18 ranger Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-05-15 18:13 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-15 18:13 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/15 18:13:16

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  x11-libs/qt-webkit-4.5.1 does not compile on alpha (bug 269739), qt-assistant needs that, so dropping keyword
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	14 May 2009 22:09:31 -0000	1.37
+++ ChangeLog	15 May 2009 18:13:16 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.37 2009/05/14 22:09:31 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.38 2009/05/15 18:13:16 klausman Exp $
+
+  15 May 2009; Tobias Klausmann <klausman@gentoo.org>
+  qt-assistant-4.5.1.ebuild:
+  x11-libs/qt-webkit-4.5.1 does not compile on alpha, qt-assistant needs
+  that, so dropping keyword
 
   14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-assistant-4.5.0.ebuild,
   -qt-assistant-4.5.0-r1.ebuild:



1.3                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

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

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-assistant-4.5.1.ebuild	13 May 2009 17:57:18 -0000	1.2
+++ qt-assistant-4.5.1.ebuild	15 May 2009 18:13:16 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.2 2009/05/13 17:57:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.3 2009/05/15 18:13:16 klausman Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-05-24 12:09 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-24 12:09 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/24 12:09:20

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  Keyworded on alpha, bug #266201
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	15 May 2009 18:13:16 -0000	1.38
+++ ChangeLog	24 May 2009 12:09:20 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.38 2009/05/15 18:13:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.39 2009/05/24 12:09:20 klausman Exp $
+
+  24 May 2009; Tobias Klausmann <klausman@gentoo.org>
+  qt-assistant-4.5.1.ebuild:
+  Keyworded on alpha, bug #266201
 
   15 May 2009; Tobias Klausmann <klausman@gentoo.org>
   qt-assistant-4.5.1.ebuild:



1.4                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

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

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-assistant-4.5.1.ebuild	15 May 2009 18:13:16 -0000	1.3
+++ qt-assistant-4.5.1.ebuild	24 May 2009 12:09:20 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.3 2009/05/15 18:13:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.4 2009/05/24 12:09:20 klausman Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-05-28 11:50 Robert Piasek (dagger)
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Piasek (dagger) @ 2009-05-28 11:50 UTC (permalink / raw
  To: gentoo-commits

dagger      09/05/28 11:50:14

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  stable on arm (bug #266201)
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	24 May 2009 12:09:20 -0000	1.39
+++ ChangeLog	28 May 2009 11:50:14 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.39 2009/05/24 12:09:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.40 2009/05/28 11:50:14 dagger Exp $
+
+  28 May 2009; Robert Piasek <dagger@gentoo.org> qt-assistant-4.5.1.ebuild:
+  stable on arm (bug #266201)
 
   24 May 2009; Tobias Klausmann <klausman@gentoo.org>
   qt-assistant-4.5.1.ebuild:



1.5                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?r1=1.4&r2=1.5

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-assistant-4.5.1.ebuild	24 May 2009 12:09:20 -0000	1.4
+++ qt-assistant-4.5.1.ebuild	28 May 2009 11:50:14 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.4 2009/05/24 12:09:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.5 2009/05/28 11:50:14 dagger Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-06-02 18:06 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-02 18:06 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/02 18:06:17

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  stable x86, bug 266201
  (Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.41                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 May 2009 11:50:14 -0000	1.40
+++ ChangeLog	2 Jun 2009 18:06:17 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.40 2009/05/28 11:50:14 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.41 2009/06/02 18:06:17 fauli Exp $
+
+  02 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  qt-assistant-4.5.1.ebuild:
+  stable x86, bug 266201
 
   28 May 2009; Robert Piasek <dagger@gentoo.org> qt-assistant-4.5.1.ebuild:
   stable on arm (bug #266201)



1.6                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

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

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-assistant-4.5.1.ebuild	28 May 2009 11:50:14 -0000	1.5
+++ qt-assistant-4.5.1.ebuild	2 Jun 2009 18:06:17 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.5 2009/05/28 11:50:14 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.6 2009/06/02 18:06:17 fauli Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-06-06  8:41 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-06-06  8:41 UTC (permalink / raw
  To: gentoo-commits

maekke      09/06/06 08:41:17

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  amd64 stable, bug #266201
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	2 Jun 2009 18:06:17 -0000	1.41
+++ ChangeLog	6 Jun 2009 08:41:17 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.41 2009/06/02 18:06:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.42 2009/06/06 08:41:17 maekke Exp $
+
+  06 Jun 2009; Markus Meier <maekke@gentoo.org> qt-assistant-4.5.1.ebuild:
+  amd64 stable, bug #266201
 
   02 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   qt-assistant-4.5.1.ebuild:



1.7                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

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

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-assistant-4.5.1.ebuild	2 Jun 2009 18:06:17 -0000	1.6
+++ qt-assistant-4.5.1.ebuild	6 Jun 2009 08:41:17 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.6 2009/06/02 18:06:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.7 2009/06/06 08:41:17 maekke Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild
@ 2009-08-18 12:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-08-18 12:54 UTC (permalink / raw
  To: gentoo-commits

jer         09/08/18 12:54:03

  Modified:             ChangeLog qt-assistant-4.5.1.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.44                 x11-libs/qt-assistant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	27 Jun 2009 19:16:21 -0000	1.43
+++ ChangeLog	18 Aug 2009 12:54:02 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-assistant
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.43 2009/06/27 19:16:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.44 2009/08/18 12:54:02 jer Exp $
+
+  18 Aug 2009; Jeroen Roovers <jer@gentoo.org> qt-assistant-4.5.1.ebuild:
+  Stable for HPPA too.
 
 *qt-assistant-4.5.2 (27 Jun 2009)
 



1.8                  x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild?r1=1.7&r2=1.8

Index: qt-assistant-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-assistant-4.5.1.ebuild	6 Jun 2009 08:41:17 -0000	1.7
+++ qt-assistant-4.5.1.ebuild	18 Aug 2009 12:54:02 -0000	1.8
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 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.5.1.ebuild,v 1.7 2009/06/06 08:41:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.5.1.ebuild,v 1.8 2009/08/18 12:54:02 jer Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The assistant help module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~x11-libs/qt-gui-${PV}[debug=]






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

end of thread, other threads:[~2009-08-18 12:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 19:41 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: ChangeLog qt-assistant-4.5.1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-13 17:57 Brent Baude (ranger)
2009-05-15 18:13 Tobias Klausmann (klausman)
2009-05-24 12:09 Tobias Klausmann (klausman)
2009-05-28 11:50 Robert Piasek (dagger)
2009-06-02 18:06 Christian Faulhammer (fauli)
2009-06-06  8:41 Markus Meier (maekke)
2009-08-18 12:54 Jeroen Roovers (jer)

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