public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.5.0_rc1.ebuild
@ 2009-02-11 23:19 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2009-02-11 23:19 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/02/11 23:19:02

  Modified:             ChangeLog
  Added:                qt-script-4.5.0_rc1.ebuild
  Log:
  Qt 4.5.0_rc1 version bump
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.21                 x11-libs/qt-script/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Feb 2009 16:20:35 -0000	1.20
+++ ChangeLog	11 Feb 2009 23:19:01 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-script
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.20 2009/02/06 16:20:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.21 2009/02/11 23:19:01 yngwin Exp $
+
+*qt-script-4.5.0_rc1 (11 Feb 2009)
+
+  11 Feb 2009; Ben de Groot <yngwin@gentoo.org> +qt-script-4.5.0_rc1.ebuild:
+  Version bump
 
   06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-script-4.4.2.ebuild:
   ia64/sparc stable wrt #248038



1.1                  x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild

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

Index: qt-script-4.5.0_rc1.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-script/qt-script-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:19:01 yngwin Exp $

EAPI="2"
inherit qt4-build

DESCRIPTION="The ECMAScript module for the Qt toolkit"
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="~x11-libs/qt-core-${PV}[debug=]"
RDEPEND="${DEPEND}"

QT4_TARGET_DIRECTORIES="src/script/"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
include/Qt/
include/QtCore/
include/QtScript/
src/corelib/"

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-webkit -no-phonon
		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
		-no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"
	qt4-build_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.5.0_rc1.ebuild
@ 2009-02-25  9:25 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-02-25  9:25 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/02/25 09:25:47

  Modified:             ChangeLog qt-script-4.5.0_rc1.ebuild
  Log:
  Added iconv use flag ( bug #260145 )
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.25                 x11-libs/qt-script/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	18 Feb 2009 19:44:08 -0000	1.24
+++ ChangeLog	25 Feb 2009 09:25:47 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-script
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.24 2009/02/18 19:44:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.25 2009/02/25 09:25:47 hwoarang Exp $
+
+  25 Feb 2009; Markos Chandras <hwoarang@gentoo.org>
+  qt-script-4.5.0_rc1.ebuild:
+  Added iconv use flag ( bug #260145 )
 
   18 Feb 2009; Jeroen Roovers <jer@gentoo.org> qt-script-4.4.2.ebuild:
   Stable for HPPA (bug #248083).



1.2                  x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild

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

Index: qt-script-4.5.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-script-4.5.0_rc1.ebuild	11 Feb 2009 23:19:01 -0000	1.1
+++ qt-script-4.5.0_rc1.ebuild	25 Feb 2009 09:25:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:19:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:25:47 hwoarang Exp $
 
 EAPI="2"
 inherit qt4-build
@@ -9,7 +9,7 @@
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="4"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="+iconv"
 
 DEPEND="~x11-libs/qt-core-${PV}[debug=]"
 RDEPEND="${DEPEND}"
@@ -22,9 +22,9 @@
 src/corelib/"
 
 src_configure() {
-	myconf="${myconf} -no-xkb  -no-fontconfig -no-xrender -no-xrandr
+	myconf="${myconf} $(qt_use iconv) -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-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
 		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
 		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
 		-no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.5.0_rc1.ebuild
@ 2009-03-18 22:29 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-03-18 22:29 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/03/18 22:29:16

  Modified:             ChangeLog
  Removed:              qt-script-4.5.0_rc1.ebuild
  Log:
  Dropping 4.5.0_rc1
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 x11-libs/qt-script/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	17 Mar 2009 17:53:05 -0000	1.27
+++ ChangeLog	18 Mar 2009 22:29:16 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-script
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.27 2009/03/17 17:53:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.28 2009/03/18 22:29:16 hwoarang Exp $
+
+  18 Mar 2009; Markos Chandras <hwoarang@gentoo.org>
+  -qt-script-4.5.0_rc1.ebuild:
+  Dropping 4.5.0_rc1
 
   17 Mar 2009; Raúl Porcel <armin76@gentoo.org> qt-script-4.5.0.ebuild:
   Add ~arm wrt #262462






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

end of thread, other threads:[~2009-03-18 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 23:19 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.5.0_rc1.ebuild Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-25  9:25 Markos Chandras (hwoarang)
2009-03-18 22:29 Markos Chandras (hwoarang)

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