public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: ChangeLog qt-creator-1.2.1.ebuild qt-creator-1.3.1-r1.ebuild
@ 2010-06-22 18:41 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-22 18:41 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/22 18:41:49

  Modified:             ChangeLog qt-creator-1.2.1.ebuild
                        qt-creator-1.3.1-r1.ebuild
  Log:
  dev-util/subversion renamed to dev-vcs/subversion.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-util/qt-creator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Jun 2010 11:09:57 -0000	1.49
+++ ChangeLog	22 Jun 2010 18:41:49 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qt-creator
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.49 2010/06/22 11:09:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.50 2010/06/22 18:41:49 arfrever Exp $
+
+  22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  qt-creator-1.2.1.ebuild, qt-creator-1.3.1-r1.ebuild:
+  dev-util/subversion renamed to dev-vcs/subversion.
 
 *qt-creator-1.3.1-r1 (22 Jun 2010)
 



1.8                  dev-util/qt-creator/qt-creator-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?r1=1.7&r2=1.8

Index: qt-creator-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-creator-1.2.1.ebuild	6 Apr 2010 17:19:44 -0000	1.7
+++ qt-creator-1.2.1.ebuild	22 Jun 2010 18:41:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.7 2010/04/06 17:19:44 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.8 2010/06/22 18:41:49 arfrever Exp $
 
 EAPI="2"
 
@@ -34,7 +34,7 @@
 	examples? ( >=x11-libs/qt-demo-4.5.0_rc1 )
 	git? ( dev-vcs/git )
 	qtscript? ( >=x11-libs/qt-script-4.5.0_rc1 )
-	subversion? ( dev-util/subversion )"
+	subversion? ( dev-vcs/subversion )"
 
 PLUGINS="bookmarks bineditor cmake debugger designer fakevim git perforce qtscript subversion"
 



1.2                  dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?r1=1.1&r2=1.2

Index: qt-creator-1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-creator-1.3.1-r1.ebuild	22 Jun 2010 11:09:57 -0000	1.1
+++ qt-creator-1.3.1-r1.ebuild	22 Jun 2010 18:41:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.1 2010/06/22 11:09:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.2 2010/06/22 18:41:49 arfrever Exp $
 
 EAPI="2"
 LANGS="de es fr it ja pl ru sl"
@@ -35,7 +35,7 @@
 	git? ( dev-vcs/git )
 	mercurial? ( dev-vcs/mercurial )
 	qtscript? ( >=x11-libs/qt-script-4.6.1:4 )
-	subversion? ( dev-util/subversion )"
+	subversion? ( dev-vcs/subversion )"
 
 PLUGINS="bookmarks bineditor cmake cvs designer fakevim git mercurial perforce qml qtscript subversion"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: ChangeLog qt-creator-1.2.1.ebuild qt-creator-1.3.1-r1.ebuild
@ 2010-08-01  9:58 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-01  9:58 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/01 09:58:29

  Modified:             ChangeLog qt-creator-1.2.1.ebuild
                        qt-creator-1.3.1-r1.ebuild
  Log:
  Remove dbus dependency from qt-gui. Bug #330385
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 dev-util/qt-creator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	18 Jul 2010 13:53:21 -0000	1.54
+++ ChangeLog	1 Aug 2010 09:58:29 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qt-creator
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.54 2010/07/18 13:53:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.55 2010/08/01 09:58:29 hwoarang Exp $
+
+  01 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  qt-creator-1.2.1.ebuild, qt-creator-1.3.1-r1.ebuild:
+  Remove dbus dependency from qt-gui. Bug #330385
 
   18 Jul 2010; <nixnut@gentoo.org> qt-creator-1.3.1-r1.ebuild:
   ppc stable #325041



1.9                  dev-util/qt-creator/qt-creator-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?r1=1.8&r2=1.9

Index: qt-creator-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-creator-1.2.1.ebuild	22 Jun 2010 18:41:49 -0000	1.8
+++ qt-creator-1.2.1.ebuild	1 Aug 2010 09:58:29 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.8 2010/06/22 18:41:49 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.9 2010/08/01 09:58:29 hwoarang Exp $
 
 EAPI="2"
 
@@ -20,7 +20,7 @@
 
 DEPEND="app-arch/unzip
 	>=x11-libs/qt-assistant-4.5.0_rc1
-	>=x11-libs/qt-gui-4.5.0_rc1[dbus,qt3support]"
+	>=x11-libs/qt-gui-4.5.0_rc1[qt3support]"
 
 RDEPEND="${DEPEND}
 	>=x11-libs/qt-sql-4.5.0_rc1



1.7                  dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?r1=1.6&r2=1.7

Index: qt-creator-1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-creator-1.3.1-r1.ebuild	18 Jul 2010 13:53:21 -0000	1.6
+++ qt-creator-1.3.1-r1.ebuild	1 Aug 2010 09:58:29 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.6 2010/07/18 13:53:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.7 2010/08/01 09:58:29 hwoarang Exp $
 
 EAPI="2"
 LANGS="de es fr it ja pl ru sl"
@@ -19,7 +19,7 @@
 kde mercurial perforce qml qtscript rss subversion"
 
 DEPEND=">=x11-libs/qt-assistant-4.6.0:4
-	>=x11-libs/qt-gui-4.6.0:4[dbus,qt3support]"
+	>=x11-libs/qt-gui-4.6.0:4[qt3support]"
 
 RDEPEND="${DEPEND}
 	>=x11-libs/qt-sql-4.6.1:4






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

* [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: ChangeLog qt-creator-1.2.1.ebuild qt-creator-1.3.1-r1.ebuild
@ 2011-03-26 16:17 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-03-26 16:17 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/03/26 16:17:39

  Modified:             ChangeLog qt-creator-1.2.1.ebuild
                        qt-creator-1.3.1-r1.ebuild
  Log:
  Adapt phonon dependency for package move
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 dev-util/qt-creator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	25 Mar 2011 13:49:25 -0000	1.70
+++ ChangeLog	26 Mar 2011 16:17:39 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qt-creator
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.70 2011/03/25 13:49:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.71 2011/03/26 16:17:39 dilfridge Exp $
+
+  26 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  qt-creator-1.2.1.ebuild, qt-creator-1.3.1-r1.ebuild:
+  Adapt phonon dependency for package move
 
 *qt-creator-2.2.0_beta (25 Mar 2011)
 



1.10                 dev-util/qt-creator/qt-creator-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?r1=1.9&r2=1.10

Index: qt-creator-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-creator-1.2.1.ebuild	1 Aug 2010 09:58:29 -0000	1.9
+++ qt-creator-1.2.1.ebuild	26 Mar 2011 16:17:39 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.9 2010/08/01 09:58:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.10 2011/03/26 16:17:39 dilfridge Exp $
 
 EAPI="2"
 
@@ -27,8 +27,8 @@
 	>=x11-libs/qt-svg-4.5.0_rc1
 	>=x11-libs/qt-test-4.5.0_rc1
 	>=x11-libs/qt-webkit-4.5.0_rc1
-	!kde? ( || ( >=x11-libs/qt-phonon-4.5.0_rc1 media-sound/phonon ) )
-	kde? ( media-sound/phonon )
+	!kde? ( || ( >=x11-libs/qt-phonon-4.5.0_rc1 media-libs/phonon ) )
+	kde? ( media-libs/phonon )
 	cmake? ( dev-util/cmake )
 	debugger? ( sys-devel/gdb )
 	examples? ( >=x11-libs/qt-demo-4.5.0_rc1 )



1.9                  dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?r1=1.8&r2=1.9

Index: qt-creator-1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-creator-1.3.1-r1.ebuild	20 Aug 2010 20:47:27 -0000	1.8
+++ qt-creator-1.3.1-r1.ebuild	26 Mar 2011 16:17:39 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.8 2010/08/20 20:47:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.9 2011/03/26 16:17:39 dilfridge Exp $
 
 EAPI="2"
 LANGS="de es fr it ja pl ru sl"
@@ -26,8 +26,8 @@
 	>=x11-libs/qt-svg-4.6.1:4
 	>=x11-libs/qt-test-4.6.1:4
 	>=x11-libs/qt-webkit-4.6.1:4
-	!kde? ( || ( >=x11-libs/qt-phonon-4.6.1:4 media-sound/phonon ) )
-	kde? ( media-sound/phonon )
+	!kde? ( || ( >=x11-libs/qt-phonon-4.6.1:4 media-libs/phonon ) )
+	kde? ( media-libs/phonon )
 	cmake? ( dev-util/cmake )
 	cvs? ( dev-vcs/cvs )
 	sys-devel/gdb






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

end of thread, other threads:[~2011-03-26 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 18:41 [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: ChangeLog qt-creator-1.2.1.ebuild qt-creator-1.3.1-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01  9:58 Markos Chandras (hwoarang)
2011-03-26 16:17 Andreas HAttel (dilfridge)

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