summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 20:05:24 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 20:05:24 +0000
commitc1c6ca4a1903e64b86b9291df5d02ce101eddaf5 (patch)
tree974619a925b541b4ecf552e67a80af7870eebed3
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.tar.gz
gentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.tar.bz2
gentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.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--dev-libs/uriparser/ChangeLog8
-rw-r--r--dev-libs/uriparser/uriparser-0.7.5.ebuild6
-rw-r--r--dev-libs/uriparser/uriparser-0.7.6.ebuild6
-rw-r--r--dev-libs/uriparser/uriparser-0.7.7.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog
index c84777e584fd..b205c720a11d 100644
--- a/dev-libs/uriparser/ChangeLog
+++ b/dev-libs/uriparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/uriparser
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.38 2012/08/03 17:00:58 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.39 2013/03/02 20:05:24 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> uriparser-0.7.5.ebuild,
+ uriparser-0.7.6.ebuild, uriparser-0.7.7.ebuild:
+ Move Qt dependencies to the new category
03 Aug 2012; Michael Palimaka <kensington@gentoo.org> uriparser-0.7.5.ebuild,
uriparser-0.7.6.ebuild, uriparser-0.7.7.ebuild:
diff --git a/dev-libs/uriparser/uriparser-0.7.5.ebuild b/dev-libs/uriparser/uriparser-0.7.5.ebuild
index f6de5d4e0d3c..84d379d3f6d9 100644
--- a/dev-libs/uriparser/uriparser-0.7.5.ebuild
+++ b/dev-libs/uriparser/uriparser-0.7.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/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.12 2012/08/03 17:00:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.13 2013/03/02 20:05:24 hwoarang Exp $
EAPI=2
@@ -18,7 +18,7 @@ IUSE="doc qt4 test"
RDEPEND=""
DEPEND="virtual/pkgconfig
doc? ( >=app-doc/doxygen-1.5.8
- qt4? ( x11-libs/qt-assistant:4 ) )
+ qt4? ( dev-qt/qthelp:4 ) )
test? ( dev-util/cpptest )"
src_prepare() {
diff --git a/dev-libs/uriparser/uriparser-0.7.6.ebuild b/dev-libs/uriparser/uriparser-0.7.6.ebuild
index edb79d1d6c80..7ae6e2f9048c 100644
--- a/dev-libs/uriparser/uriparser-0.7.6.ebuild
+++ b/dev-libs/uriparser/uriparser-0.7.6.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-libs/uriparser/uriparser-0.7.6.ebuild,v 1.4 2012/08/03 17:00:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.6.ebuild,v 1.5 2013/03/02 20:05:24 hwoarang Exp $
EAPI=4
@@ -18,7 +18,7 @@ IUSE="doc qt4 test unicode"
RDEPEND=""
DEPEND="virtual/pkgconfig
doc? ( >=app-doc/doxygen-1.5.8
- qt4? ( x11-libs/qt-assistant:4 ) )
+ qt4? ( dev-qt/qthelp:4 ) )
test? ( >=dev-util/cpptest-1.1.1 )"
REQUIRED_USE="test? ( unicode )"
diff --git a/dev-libs/uriparser/uriparser-0.7.7.ebuild b/dev-libs/uriparser/uriparser-0.7.7.ebuild
index c3b18758df86..070672c501a5 100644
--- a/dev-libs/uriparser/uriparser-0.7.7.ebuild
+++ b/dev-libs/uriparser/uriparser-0.7.7.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-libs/uriparser/uriparser-0.7.7.ebuild,v 1.7 2012/08/03 17:00:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.8 2013/03/02 20:05:24 hwoarang Exp $
EAPI=4
@@ -18,7 +18,7 @@ IUSE="doc qt4 test unicode"
RDEPEND=""
DEPEND="virtual/pkgconfig
doc? ( >=app-doc/doxygen-1.5.8
- qt4? ( x11-libs/qt-assistant:4 ) )
+ qt4? ( dev-qt/qthelp:4 ) )
test? ( >=dev-util/cpptest-1.1.1 )"
REQUIRED_USE="test? ( unicode )"