summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:22:51 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 19:22:51 +0000
commitc95a870a903bc8e4cbcdb906014a13f965b01614 (patch)
treeb53bd698e3798fff63dd731139e6fb1e2cc5dbfb /app-editors/znotes
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-c95a870a903bc8e4cbcdb906014a13f965b01614.tar.gz
gentoo-2-c95a870a903bc8e4cbcdb906014a13f965b01614.tar.bz2
gentoo-2-c95a870a903bc8e4cbcdb906014a13f965b01614.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-editors/znotes')
-rw-r--r--app-editors/znotes/ChangeLog8
-rw-r--r--app-editors/znotes/znotes-0.4.4.ebuild6
-rw-r--r--app-editors/znotes/znotes-0.4.5.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/app-editors/znotes/ChangeLog b/app-editors/znotes/ChangeLog
index 0163d9ab2d77..34d6d8ad9a3b 100644
--- a/app-editors/znotes/ChangeLog
+++ b/app-editors/znotes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/znotes
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.10 2012/08/30 16:28:42 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.11 2013/03/02 19:22:51 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> znotes-0.4.4.ebuild,
+ znotes-0.4.5.ebuild:
+ Move Qt dependencies to the new category
30 Aug 2012; Michael Palimaka <kensington@gentoo.org>
+files/znotes-0.4.5-gcc-4.7.patch, metadata.xml, znotes-0.4.5.ebuild:
diff --git a/app-editors/znotes/znotes-0.4.4.ebuild b/app-editors/znotes/znotes-0.4.4.ebuild
index 172f4c748b41..a6c99cae4f7d 100644
--- a/app-editors/znotes/znotes-0.4.4.ebuild
+++ b/app-editors/znotes/znotes-0.4.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.4.ebuild,v 1.1 2011/07/21 00:35:39 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.4.ebuild,v 1.2 2013/03/02 19:22:51 hwoarang Exp $
EAPI="2"
inherit qt4-r2
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtgui:4"
RDEPEND="${DEPEND}"
DOCS="CHANGELOG THANKS"
diff --git a/app-editors/znotes/znotes-0.4.5.ebuild b/app-editors/znotes/znotes-0.4.5.ebuild
index c67c88475be2..426190207b86 100644
--- a/app-editors/znotes/znotes-0.4.5.ebuild
+++ b/app-editors/znotes/znotes-0.4.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-editors/znotes/znotes-0.4.5.ebuild,v 1.2 2012/08/30 16:28:42 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.5.ebuild,v 1.3 2013/03/02 19:22:51 hwoarang Exp $
EAPI=4
inherit qt4-r2
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
RDEPEND="${DEPEND}"
DOCS="CHANGELOG THANKS"