summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:46:42 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:46:42 +0000
commit610b785761ab1a768aff73fe89d4d784243cdfeb (patch)
treee05592694b0bb68daa577fd729f6befa4ceb73b1
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-610b785761ab1a768aff73fe89d4d784243cdfeb.tar.gz
gentoo-2-610b785761ab1a768aff73fe89d4d784243cdfeb.tar.bz2
gentoo-2-610b785761ab1a768aff73fe89d4d784243cdfeb.zip
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r--x11-libs/qwtplot3d/ChangeLog8
-rw-r--r--x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/qwtplot3d/ChangeLog b/x11-libs/qwtplot3d/ChangeLog
index c5beee7d4011..9a10aa2a2a1a 100644
--- a/x11-libs/qwtplot3d/ChangeLog
+++ b/x11-libs/qwtplot3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qwtplot3d
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.27 2012/10/08 04:38:59 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.28 2013/03/02 23:46:42 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qwtplot3d-0.2.7-r2.ebuild:
+ Move Qt dependencies to the new category
08 Oct 2012; Raúl Porcel <armin76@gentoo.org> qwtplot3d-0.2.7-r2.ebuild:
Drop alpha keywords
@@ -114,4 +117,3 @@
+qwtplot3d-0.2.6.ebuild:
Initial import, ebuild submitted by Martin Corley <Martin.Corley@ed.ac.uk>,
closes bug 83294.
-
diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild
index f50b7fca8510..14558382d7a3 100644
--- a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild
+++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.7-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/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild,v 1.4 2012/10/08 04:38:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild,v 1.5 2013/03/02 23:46:42 hwoarang Exp $
EAPI=4
@@ -15,8 +15,8 @@ SLOT="0"
IUSE="doc examples"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-opengl:4
+RDEPEND="dev-qt/qtgui:4
+ dev-qt/qtopengl:4
x11-libs/gl2ps"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"