public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-19 21:50 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-19 21:50 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/19 21:50:00

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Turn off webkit.  It's in qt-webkit
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.2                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-4.4.0_rc1.ebuild	19 Dec 2007 18:05:12 -0000	1.1
+++ qt-4.4.0_rc1.ebuild	19 Dec 2007 21:50:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.1 2007/12/19 18:05:12 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.2 2007/12/19 21:50:00 caleb Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -225,6 +225,10 @@
 		-sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} \
 		-examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} ${myconf}"
 
+
+	# Explictly don't compile webkit.  Emerge "qt-webkit" for its functionality.
+	myconf="${myconf} -no-webkit"
+
 	echo ./configure ${myconf}
 	./configure ${myconf} || die
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-20  9:52 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2007-12-20  9:52 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/12/20 09:52:03

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  whitespace
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.3                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-4.4.0_rc1.ebuild	19 Dec 2007 21:50:00 -0000	1.2
+++ qt-4.4.0_rc1.ebuild	20 Dec 2007 09:52:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.2 2007/12/19 21:50:00 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.3 2007/12/20 09:52:03 mr_bones_ Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -225,7 +225,6 @@
 		-sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} \
 		-examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} ${myconf}"
 
-
 	# Explictly don't compile webkit.  Emerge "qt-webkit" for its functionality.
 	myconf="${myconf} -no-webkit"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-20 13:06 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-20 13:06 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/20 13:06:17

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Change qt3support dep to new package
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.4                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-4.4.0_rc1.ebuild	20 Dec 2007 09:52:03 -0000	1.3
+++ qt-4.4.0_rc1.ebuild	20 Dec 2007 13:06:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.3 2007/12/20 09:52:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.4 2007/12/20 13:06:17 caleb Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -53,6 +53,8 @@
 	x11-proto/inputproto
 	dev-util/pkgconfig"
 
+PDEPEND="qt3support? ( =x11-libs/qt-qt3support-${PV} )"
+
 pkg_setup() {
 	QTBASEDIR=/usr/$(get_libdir)/qt4
 	QTPREFIXDIR=/usr
@@ -205,7 +207,6 @@
 
 	use dbus	&& myconf="${myconf} -qdbus" || myconf="${myconf} -no-qdbus"
 	use glib	&& myconf="${myconf} -glib" || myconf="${myconf} -no-glib"
-	use qt3support		&& myconf="${myconf} -qt3support" || myconf="${myconf} -no-qt3support"
 	use ssl		&& myconf="${myconf} -openssl" || myconf="${myconf} -no-openssl"
 
 	use pch		&& myconf="${myconf} -pch" || myconf="${myconf} -no-pch"
@@ -225,8 +226,9 @@
 		-sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} \
 		-examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} ${myconf}"
 
-	# Explictly don't compile webkit.  Emerge "qt-webkit" for its functionality.
-	myconf="${myconf} -no-webkit"
+	# Explictly don't compile these packages.
+	# Emerge "qt-webkit", "qt-phonon", etc for their functionality.
+	myconf="${myconf} -no-webkit -no-phonon -no-qt3support"
 
 	echo ./configure ${myconf}
 	./configure ${myconf} || die



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-20 13:19 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-20 13:19 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/20 13:19:22

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Add qt-dbus
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.5                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-4.4.0_rc1.ebuild	20 Dec 2007 13:06:17 -0000	1.4
+++ qt-4.4.0_rc1.ebuild	20 Dec 2007 13:19:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.4 2007/12/20 13:06:17 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.5 2007/12/20 13:19:21 caleb Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -43,7 +43,6 @@
 	postgres? ( dev-db/libpq )
 	cups? ( net-print/cups )
 	glib? ( dev-libs/glib )
-	dbus? ( >=sys-apps/dbus-1.0.2 )
 	ssl? ( dev-libs/openssl )
 	input_devices_wacom? ( x11-libs/libXi x11-drivers/linuxwacom )"
 
@@ -53,7 +52,8 @@
 	x11-proto/inputproto
 	dev-util/pkgconfig"
 
-PDEPEND="qt3support? ( =x11-libs/qt-qt3support-${PV} )"
+PDEPEND="qt3support? ( =x11-libs/qt-qt3support-${PV} )
+	dbus? ( =x11-libs/qt-dbus-${PV} )"
 
 pkg_setup() {
 	QTBASEDIR=/usr/$(get_libdir)/qt4
@@ -205,7 +205,6 @@
 	use sqlite	&& myconf="${myconf} -plugin-sql-sqlite2" || myconf="${myconf} -no-sql-sqlite2"
 	use odbc	&& myconf="${myconf} -plugin-sql-odbc" || myconf="${myconf} -no-sql-odbc"
 
-	use dbus	&& myconf="${myconf} -qdbus" || myconf="${myconf} -no-qdbus"
 	use glib	&& myconf="${myconf} -glib" || myconf="${myconf} -no-glib"
 	use ssl		&& myconf="${myconf} -openssl" || myconf="${myconf} -no-openssl"
 
@@ -228,7 +227,7 @@
 
 	# Explictly don't compile these packages.
 	# Emerge "qt-webkit", "qt-phonon", etc for their functionality.
-	myconf="${myconf} -no-webkit -no-phonon -no-qt3support"
+	myconf="${myconf} -no-webkit -no-phonon -no-qt3support -no-qdbus"
 
 	echo ./configure ${myconf}
 	./configure ${myconf} || die



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-20 16:36 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-20 16:36 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/20 16:36:42

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Change opengl dep
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.6                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-4.4.0_rc1.ebuild	20 Dec 2007 13:19:21 -0000	1.5
+++ qt-4.4.0_rc1.ebuild	20 Dec 2007 16:36:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.5 2007/12/20 13:19:21 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.6 2007/12/20 16:36:41 caleb Exp $
 
 inherit eutils flag-o-matic toolchain-funcs multilib
 
@@ -39,7 +39,6 @@
 	firebird? ( dev-db/firebird )
 	sqlite3? ( =dev-db/sqlite-3* )
 	sqlite? ( =dev-db/sqlite-2* )
-	opengl? ( virtual/opengl virtual/glu )
 	postgres? ( dev-db/libpq )
 	cups? ( net-print/cups )
 	glib? ( dev-libs/glib )
@@ -53,7 +52,8 @@
 	dev-util/pkgconfig"
 
 PDEPEND="qt3support? ( =x11-libs/qt-qt3support-${PV} )
-	dbus? ( =x11-libs/qt-dbus-${PV} )"
+	dbus? ( =x11-libs/qt-dbus-${PV} )
+        opengl? ( =x11-libs/qt-opengl-${PV} )"
 
 pkg_setup() {
 	QTBASEDIR=/usr/$(get_libdir)/qt4
@@ -188,7 +188,7 @@
 	myconf="${myconf} -reduce-relocations"
 
 	myconf="${myconf} $(qt_use accessibility) $(qt_use cups) $(qt_use xinerama)"
-	myconf="${myconf} $(qt_use opengl) $(qt_use nis)"
+	myconf="${myconf} $(qt_use nis)"
 
 	use nas		&& myconf="${myconf} -system-nas-sound"
 
@@ -227,7 +227,7 @@
 
 	# Explictly don't compile these packages.
 	# Emerge "qt-webkit", "qt-phonon", etc for their functionality.
-	myconf="${myconf} -no-webkit -no-phonon -no-qt3support -no-qdbus"
+	myconf="${myconf} -no-webkit -no-phonon -no-qt3support -no-qdbus -no-opengl"
 
 	echo ./configure ${myconf}
 	./configure ${myconf} || die



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-21 20:27 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-21 20:27 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/21 20:27:04

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  I want qt3support in here for the time being
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.9                  x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-4.4.0_rc1.ebuild	21 Dec 2007 20:24:32 -0000	1.8
+++ qt-4.4.0_rc1.ebuild	21 Dec 2007 20:27:04 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.8 2007/12/21 20:24:32 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.9 2007/12/21 20:27:04 caleb Exp $
 
 SRCTYPE="preview-opensource-src"
 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
@@ -15,7 +15,7 @@
 SLOT="4"
 KEYWORDS="~x86"
 
-IUSE="opengl"
+IUSE="opengl qt3support"
 
 RDEPEND="~x11-libs/qt-gui-${PV}
 	opengl? ( ~x11-libs/qt-opengl-${PV} )



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-24 15:01 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-24 15:01 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/24 15:01:02

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Add assistant into the mix
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.10                 x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-4.4.0_rc1.ebuild	21 Dec 2007 20:27:04 -0000	1.9
+++ qt-4.4.0_rc1.ebuild	24 Dec 2007 15:01:01 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.9 2007/12/21 20:27:04 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.10 2007/12/24 15:01:01 caleb Exp $
 
 SRCTYPE="preview-opensource-src"
 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
@@ -25,4 +25,5 @@
 	~x11-libs/qt-sql-${PV}
 	~x11-libs/qt-svg-${PV}
 	~x11-libs/qt-xmlpatterns-${PV}
-	~x11-libs/qt-test-${PV}"
+	~x11-libs/qt-test-${PV}
+	~x11-libs/qt-assistant-${PV}"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild
@ 2007-12-26  0:47 Caleb Tennis (caleb)
  0 siblings, 0 replies; 8+ messages in thread
From: Caleb Tennis (caleb) @ 2007-12-26  0:47 UTC (permalink / raw
  To: gentoo-commits

caleb       07/12/26 00:47:06

  Modified:             qt-4.4.0_rc1.ebuild
  Log:
  Remove SRC_URI, since this is just a meta build
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.11                 x11-libs/qt/qt-4.4.0_rc1.ebuild

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

Index: qt-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qt-4.4.0_rc1.ebuild	24 Dec 2007 15:01:01 -0000	1.10
+++ qt-4.4.0_rc1.ebuild	26 Dec 2007 00:47:05 -0000	1.11
@@ -1,16 +1,10 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.10 2007/12/24 15:01:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.11 2007/12/26 00:47:05 caleb Exp $
 
-SRCTYPE="preview-opensource-src"
 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
 HOMEPAGE="http://www.trolltech.com/"
 
-MY_PV=${PV/_rc/-tp}
-
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${SRCTYPE}-${MY_PV}.tar.gz"
-S=${WORKDIR}/qt-x11-${SRCTYPE}-${MY_PV}
-
 LICENSE="|| ( QPL-1.0 GPL-2 )"
 SLOT="4"
 KEYWORDS="~x86"



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-26  0:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20  9:52 [gentoo-commits] gentoo-x86 commit in x11-libs/qt: qt-4.4.0_rc1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-26  0:47 Caleb Tennis (caleb)
2007-12-24 15:01 Caleb Tennis (caleb)
2007-12-21 20:27 Caleb Tennis (caleb)
2007-12-20 16:36 Caleb Tennis (caleb)
2007-12-20 13:19 Caleb Tennis (caleb)
2007-12-20 13:06 Caleb Tennis (caleb)
2007-12-19 21:50 Caleb Tennis (caleb)

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