summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-10-20 18:38:12 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-10-20 18:38:12 +0000
commit5f440b3b13acd73ef3060cf7d2cab780c32cd72f (patch)
tree5b2a150a7807aea9297315337bf8f3eb9b1accda /dev-util/qt-creator
parentMarking flex-2.5.35_p10 ppc for bug 384221 (diff)
downloadgentoo-2-5f440b3b13acd73ef3060cf7d2cab780c32cd72f.tar.gz
gentoo-2-5f440b3b13acd73ef3060cf7d2cab780c32cd72f.tar.bz2
gentoo-2-5f440b3b13acd73ef3060cf7d2cab780c32cd72f.zip
Depend on dev-devel/gdb[python]. Bug #387873
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/qt-creator')
-rw-r--r--dev-util/qt-creator/ChangeLog7
-rw-r--r--dev-util/qt-creator/qt-creator-2.1.0.ebuild4
-rw-r--r--dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild4
-rw-r--r--dev-util/qt-creator/qt-creator-2.2.1.ebuild4
-rw-r--r--dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild4
-rw-r--r--dev-util/qt-creator/qt-creator-2.3.0.ebuild4
-rw-r--r--dev-util/qt-creator/qt-creator-2.3.1.ebuild4
7 files changed, 18 insertions, 13 deletions
diff --git a/dev-util/qt-creator/ChangeLog b/dev-util/qt-creator/ChangeLog
index 6744464bb60d..ffeb1be31920 100644
--- a/dev-util/qt-creator/ChangeLog
+++ b/dev-util/qt-creator/ChangeLog
@@ -1,6 +1,11 @@
# 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.94 2011/10/08 16:08:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.95 2011/10/20 18:38:12 hwoarang Exp $
+
+ 20 Oct 2011; Markos Chandras <hwoarang@gentoo.org> qt-creator-2.1.0.ebuild,
+ qt-creator-2.2.0-r1.ebuild, qt-creator-2.2.1.ebuild, qt-creator-2.3.0.ebuild,
+ qt-creator-2.3.0-r2.ebuild, qt-creator-2.3.1.ebuild:
+ Depend on dev-devel/gdb[python]. Bug #387873
08 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
-qt-creator-1.3.1-r1.ebuild, -qt-creator-1.3.1-r2.ebuild:
diff --git a/dev-util/qt-creator/qt-creator-2.1.0.ebuild b/dev-util/qt-creator/qt-creator-2.1.0.ebuild
index 59c67a31250c..7bfa718cccc9 100644
--- a/dev-util/qt-creator/qt-creator-2.1.0.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.1.0.ebuild
@@ -1,6 +1,6 @@
# 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-2.1.0.ebuild,v 1.7 2011/08/20 00:28:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.1.0.ebuild,v 1.8 2011/10/20 18:38:12 hwoarang Exp $
EAPI="2"
LANGS="de es fr it ja pl ru sl"
@@ -37,7 +37,7 @@ DEPEND="app-arch/unzip
RDEPEND="${DEPEND}
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild b/dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild
index 6679b45ea4af..739b38fe608c 100644
--- a/dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# 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-2.2.0-r1.ebuild,v 1.2 2011/08/20 00:28:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.2.0-r1.ebuild,v 1.3 2011/10/20 18:38:12 hwoarang Exp $
EAPI="4"
LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
@@ -38,7 +38,7 @@ RDEPEND="${DEPEND}
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/qt-creator/qt-creator-2.2.1.ebuild b/dev-util/qt-creator/qt-creator-2.2.1.ebuild
index 15a7b672c53e..d1dce10bafd8 100644
--- a/dev-util/qt-creator/qt-creator-2.2.1.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.2.1.ebuild
@@ -1,6 +1,6 @@
# 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-2.2.1.ebuild,v 1.4 2011/08/21 03:30:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.2.1.ebuild,v 1.5 2011/10/20 18:38:12 hwoarang Exp $
EAPI="4"
LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
@@ -38,7 +38,7 @@ RDEPEND="${DEPEND}
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild b/dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild
index cddd381ae297..42ffdd26a537 100644
--- a/dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild
@@ -1,6 +1,6 @@
# 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-2.3.0-r2.ebuild,v 1.1 2011/09/29 00:11:00 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.3.0-r2.ebuild,v 1.2 2011/10/20 18:38:12 hwoarang Exp $
EAPI="4"
LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
@@ -41,7 +41,7 @@ RDEPEND="${CDEPEND}
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/qt-creator/qt-creator-2.3.0.ebuild b/dev-util/qt-creator/qt-creator-2.3.0.ebuild
index 94d5b7473d88..62b4c18455ac 100644
--- a/dev-util/qt-creator/qt-creator-2.3.0.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.3.0.ebuild
@@ -1,6 +1,6 @@
# 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-2.3.0.ebuild,v 1.1 2011/09/08 14:29:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.3.0.ebuild,v 1.2 2011/10/20 18:38:12 hwoarang Exp $
EAPI="4"
LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
@@ -37,7 +37,7 @@ RDEPEND="${DEPEND}
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
diff --git a/dev-util/qt-creator/qt-creator-2.3.1.ebuild b/dev-util/qt-creator/qt-creator-2.3.1.ebuild
index d5653eafc847..4c6bcacba692 100644
--- a/dev-util/qt-creator/qt-creator-2.3.1.ebuild
+++ b/dev-util/qt-creator/qt-creator-2.3.1.ebuild
@@ -1,6 +1,6 @@
# 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-2.3.1.ebuild,v 1.1 2011/10/01 14:36:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-2.3.1.ebuild,v 1.2 2011/10/20 18:38:12 hwoarang Exp $
EAPI="4"
LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
@@ -41,7 +41,7 @@ RDEPEND="${CDEPEND}
bazaar? ( dev-vcs/bzr )
cmake? ( dev-util/cmake )
cvs? ( dev-vcs/cvs )
- sys-devel/gdb
+ sys-devel/gdb[python]
examples? ( >=x11-libs/qt-demo-${QTVER} )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )