* [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: qt-creator-1.3.0.ebuild ChangeLog qt-creator-1.3.1.ebuild
@ 2010-02-28 19:58 99% Markos Chandras (hwoarang)
0 siblings, 0 replies; 1+ results
From: Markos Chandras (hwoarang) @ 2010-02-28 19:58 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/02/28 19:58:28
Modified: qt-creator-1.3.0.ebuild ChangeLog
qt-creator-1.3.1.ebuild
Log:
Remove debugger plugin use flag wrt bug #298852
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-util/qt-creator/qt-creator-1.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.0.ebuild?r1=1.4&r2=1.5
Index: qt-creator-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-creator-1.3.0.ebuild 6 Jan 2010 10:05:22 -0000 1.4
+++ qt-creator-1.3.0.ebuild 28 Feb 2010 19:58:27 -0000 1.5
@@ -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.0.ebuild,v 1.4 2010/01/06 10:05:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.0.ebuild,v 1.5 2010/02/28 19:58:27 hwoarang Exp $
EAPI="2"
LANGS="de es fr it ja pl ru sl"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="bineditor bookmarks +cmake cvs debug +debugger +designer doc examples fakevim git kde mercurial perforce qtscript subversion"
+IUSE="bineditor bookmarks +cmake cvs debug +designer doc examples fakevim git kde mercurial perforce qtscript subversion"
DEPEND=">=x11-libs/qt-assistant-4.6.0:4
>=x11-libs/qt-gui-4.6.0:4[dbus,qt3support]"
@@ -36,7 +36,7 @@
qtscript? ( >=x11-libs/qt-script-4.6.0:4 )
subversion? ( dev-util/subversion )"
-PLUGINS="bookmarks bineditor cmake cvs debugger designer fakevim git mercurial perforce qtscript subversion"
+PLUGINS="bookmarks bineditor cmake cvs designer fakevim git mercurial perforce qtscript subversion"
src_prepare() {
qt4_src_prepare
1.42 dev-util/qt-creator/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 23 Jan 2010 13:39:18 -0000 1.41
+++ ChangeLog 28 Feb 2010 19:58:27 -0000 1.42
@@ -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.41 2010/01/23 13:39:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.42 2010/02/28 19:58:27 hwoarang Exp $
+
+ 28 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
+ qt-creator-1.3.0.ebuild, qt-creator-1.3.1.ebuild:
+ Remove debugger plugin use flag wrt bug #298852
23 Jan 2010; Fabian Groffen <grobian@gentoo.org> qt-creator-1.3.1.ebuild:
Marked ~amd64-linux, fix for Prefix, bug #300037
1.5 dev-util/qt-creator/qt-creator-1.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1.ebuild?r1=1.4&r2=1.5
Index: qt-creator-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-creator-1.3.1.ebuild 23 Jan 2010 13:39:18 -0000 1.4
+++ qt-creator-1.3.1.ebuild 28 Feb 2010 19:58:27 -0000 1.5
@@ -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.ebuild,v 1.4 2010/01/23 13:39:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1.ebuild,v 1.5 2010/02/28 19:58:27 hwoarang Exp $
EAPI="2"
LANGS="de es fr it ja pl ru sl"
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="bineditor bookmarks +cmake cvs debug +debugger +designer doc examples fakevim git kde mercurial perforce qml qtscript subversion"
+IUSE="bineditor bookmarks +cmake cvs debug +designer doc examples fakevim git kde mercurial perforce qml qtscript subversion"
DEPEND=">=x11-libs/qt-assistant-4.6.0:4
>=x11-libs/qt-gui-4.6.0:4[dbus,qt3support]"
@@ -37,7 +37,7 @@
qtscript? ( >=x11-libs/qt-script-4.6.1:4 )
subversion? ( dev-util/subversion )"
-PLUGINS="bookmarks bineditor cmake cvs debugger designer fakevim git mercurial perforce qml qtscript subversion"
+PLUGINS="bookmarks bineditor cmake cvs designer fakevim git mercurial perforce qml qtscript subversion"
S="${WORKDIR}"/"${P}"-src
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 19:58 99% [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: qt-creator-1.3.0.ebuild ChangeLog qt-creator-1.3.1.ebuild 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