summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/tora')
-rw-r--r--dev-db/tora/ChangeLog6
-rw-r--r--dev-db/tora/tora-2.1.1.ebuild10
-rw-r--r--dev-db/tora/tora-2.1.3-r1.ebuild10
-rw-r--r--dev-db/tora/tora-2.1.3-r2.ebuild10
-rw-r--r--dev-db/tora/tora-9999.ebuild8
5 files changed, 24 insertions, 20 deletions
diff --git a/dev-db/tora/ChangeLog b/dev-db/tora/ChangeLog
index d88824a6f3eb..d4ec97d5574e 100644
--- a/dev-db/tora/ChangeLog
+++ b/dev-db/tora/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/tora
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.97 2013/02/06 21:15:21 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.98 2013/03/02 19:51:01 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> tora-2.1.1.ebuild,
+ tora-2.1.3-r1.ebuild, tora-2.1.3-r2.ebuild, tora-9999.ebuild:
+ Move Qt dependencies to the new category
*tora-9999 (06 Feb 2013)
diff --git a/dev-db/tora/tora-2.1.1.ebuild b/dev-db/tora/tora-2.1.1.ebuild
index 2e32a7e22144..627052b10462 100644
--- a/dev-db/tora/tora-2.1.1.ebuild
+++ b/dev-db/tora/tora-2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.1.ebuild,v 1.12 2012/09/30 17:06:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.1.ebuild,v 1.13 2013/03/02 19:51:01 hwoarang Exp $
EAPI=2
@@ -18,9 +18,9 @@ KEYWORDS="amd64 ppc x86"
RDEPEND="${DEPEND}"
DEPEND="
x11-libs/qscintilla
- x11-libs/qt-gui:4
- x11-libs/qt-sql:4[mysql?,postgres?]
- x11-libs/qt-xmlpatterns:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql?,postgres?]
+ dev-qt/qtxmlpatterns:4
oci8-instant-client? (
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
diff --git a/dev-db/tora/tora-2.1.3-r1.ebuild b/dev-db/tora/tora-2.1.3-r1.ebuild
index 92b2ce905b8e..954b39709145 100644
--- a/dev-db/tora/tora-2.1.3-r1.ebuild
+++ b/dev-db/tora/tora-2.1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r1.ebuild,v 1.3 2012/09/30 17:06:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r1.ebuild,v 1.4 2013/03/02 19:51:01 hwoarang Exp $
EAPI=2
@@ -18,9 +18,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="${DEPEND}"
DEPEND="
x11-libs/qscintilla
- x11-libs/qt-gui:4
- x11-libs/qt-sql:4[mysql?,postgres?]
- x11-libs/qt-xmlpatterns:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql?,postgres?]
+ dev-qt/qtxmlpatterns:4
oci8-instant-client? (
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
diff --git a/dev-db/tora/tora-2.1.3-r2.ebuild b/dev-db/tora/tora-2.1.3-r2.ebuild
index 82f141f8ba60..47350ad647b1 100644
--- a/dev-db/tora/tora-2.1.3-r2.ebuild
+++ b/dev-db/tora/tora-2.1.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r2.ebuild,v 1.1 2012/09/26 06:50:53 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r2.ebuild,v 1.2 2013/03/02 19:51:01 hwoarang Exp $
EAPI=2
@@ -18,9 +18,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="
dev-libs/ferrisloki
x11-libs/qscintilla
- x11-libs/qt-gui:4
- x11-libs/qt-sql:4[mysql?,postgres?]
- x11-libs/qt-xmlpatterns:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql?,postgres?]
+ dev-qt/qtxmlpatterns:4
oci8-instant-client? (
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild
index 66502d0aa9be..ca65760c85e7 100644
--- a/dev-db/tora/tora-9999.ebuild
+++ b/dev-db/tora/tora-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.1 2013/02/06 21:15:21 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-9999.ebuild,v 1.2 2013/03/02 19:51:01 hwoarang Exp $
EAPI=2
@@ -25,9 +25,9 @@ KEYWORDS=""
DEPEND="
dev-libs/ferrisloki
x11-libs/qscintilla
- x11-libs/qt-gui:4
- x11-libs/qt-sql:4[mysql?,postgres?]
- x11-libs/qt-xmlpatterns:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql?,postgres?]
+ dev-qt/qtxmlpatterns:4
oci8-instant-client? (
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus