summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:38:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:38:36 +0000
commitdd8438ea640fb328cd66564626b8776e187d48db (patch)
tree8c1719c5d900b712da5b59e5e974b05114d7c752 /app-office
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-dd8438ea640fb328cd66564626b8776e187d48db.tar.gz
gentoo-2-dd8438ea640fb328cd66564626b8776e187d48db.tar.bz2
gentoo-2-dd8438ea640fb328cd66564626b8776e187d48db.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/texstudio/ChangeLog7
-rw-r--r--app-office/texstudio/texstudio-2.3-r1.ebuild14
-rw-r--r--app-office/texstudio/texstudio-2.4.ebuild14
-rw-r--r--app-office/texstudio/texstudio-2.5.2.ebuild12
-rw-r--r--app-office/texstudio/texstudio-2.5.ebuild14
5 files changed, 32 insertions, 29 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog
index 02dcc6e7a249..3efb1d74a159 100644
--- a/app-office/texstudio/ChangeLog
+++ b/app-office/texstudio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/texstudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.9 2013/01/07 16:08:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.10 2013/03/02 19:38:36 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> texstudio-2.3-r1.ebuild,
+ texstudio-2.4.ebuild, texstudio-2.5.2.ebuild, texstudio-2.5.ebuild:
+ Move Qt dependencies to the new category
*texstudio-2.5.2 (07 Jan 2013)
@@ -62,4 +66,3 @@
12 Jun 2011; Justin Lecher <jlec@gentoo.org> +texmakerx-2.1.ebuild,
+files/texmakerx-2.1-hunspell.patch, +metadata.xml:
Addition, #338436
-
diff --git a/app-office/texstudio/texstudio-2.3-r1.ebuild b/app-office/texstudio/texstudio-2.3-r1.ebuild
index 70de712dad66..907ab0d266d0 100644
--- a/app-office/texstudio/texstudio-2.3-r1.ebuild
+++ b/app-office/texstudio/texstudio-2.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/app-office/texstudio/texstudio-2.3-r1.ebuild,v 1.2 2012/09/05 07:28:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3-r1.ebuild,v 1.3 2013/03/02 19:38:36 hwoarang Exp $
EAPI=4
@@ -20,11 +20,11 @@ COMMON_DEPEND="
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
- >=x11-libs/qt-gui-4.6.1:4
- >=x11-libs/qt-core-4.6.1:4
- >=x11-libs/qt-script-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
+ >=dev-qt/qtgui-4.6.1:4
+ >=dev-qt/qtcore-4.6.1:4
+ >=dev-qt/qtscript-4.6.1:4
+ >=dev-qt/qttest-4.6.1:4
+ >=dev-qt/qtwebkit-4.6.1:4
video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
diff --git a/app-office/texstudio/texstudio-2.4.ebuild b/app-office/texstudio/texstudio-2.4.ebuild
index dd2af0a5c2b7..3ae54f97c367 100644
--- a/app-office/texstudio/texstudio-2.4.ebuild
+++ b/app-office/texstudio/texstudio-2.4.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/app-office/texstudio/texstudio-2.4.ebuild,v 1.2 2012/09/07 18:02:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.4.ebuild,v 1.3 2013/03/02 19:38:36 hwoarang Exp $
EAPI=4
@@ -20,11 +20,11 @@ COMMON_DEPEND="
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
- >=x11-libs/qt-gui-4.6.1:4
- >=x11-libs/qt-core-4.6.1:4
- >=x11-libs/qt-script-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
+ >=dev-qt/qtgui-4.6.1:4
+ >=dev-qt/qtcore-4.6.1:4
+ >=dev-qt/qtscript-4.6.1:4
+ >=dev-qt/qttest-4.6.1:4
+ >=dev-qt/qtwebkit-4.6.1:4
video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
diff --git a/app-office/texstudio/texstudio-2.5.2.ebuild b/app-office/texstudio/texstudio-2.5.2.ebuild
index c85ff84ddf28..290150676191 100644
--- a/app-office/texstudio/texstudio-2.5.2.ebuild
+++ b/app-office/texstudio/texstudio-2.5.2.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/app-office/texstudio/texstudio-2.5.2.ebuild,v 1.1 2013/01/07 16:08:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.5.2.ebuild,v 1.2 2013/03/02 19:38:36 hwoarang Exp $
EAPI=4
@@ -20,11 +20,11 @@ COMMON_DEPEND="
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
- >=x11-libs/qt-gui-4.6.1:4
- >=x11-libs/qt-core-4.6.1:4
- >=x11-libs/qt-script-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
+ >=dev-qt/qtgui-4.6.1:4
+ >=dev-qt/qtcore-4.6.1:4
+ >=dev-qt/qtscript-4.6.1:4
+ >=dev-qt/qttest-4.6.1:4
+ >=dev-qt/qtwebkit-4.6.1:4
video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
diff --git a/app-office/texstudio/texstudio-2.5.ebuild b/app-office/texstudio/texstudio-2.5.ebuild
index a7ceeb4d0d02..c99f507967c5 100644
--- a/app-office/texstudio/texstudio-2.5.ebuild
+++ b/app-office/texstudio/texstudio-2.5.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/app-office/texstudio/texstudio-2.5.ebuild,v 1.1 2012/11/05 18:57:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.5.ebuild,v 1.2 2013/03/02 19:38:36 hwoarang Exp $
EAPI=4
@@ -20,11 +20,11 @@ COMMON_DEPEND="
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
- >=x11-libs/qt-gui-4.6.1:4
- >=x11-libs/qt-core-4.6.1:4
- >=x11-libs/qt-script-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
+ >=dev-qt/qtgui-4.6.1:4
+ >=dev-qt/qtcore-4.6.1:4
+ >=dev-qt/qtscript-4.6.1:4
+ >=dev-qt/qttest-4.6.1:4
+ >=dev-qt/qtwebkit-4.6.1:4
video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base