summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-07-11 21:25:58 +0000
committerJustin Lecher <jlec@gentoo.org>2011-07-11 21:25:58 +0000
commita81994cad0fba1de3d33379ff0623602b5f0a393 (patch)
tree52bd875445f49876f50103fe0c4227a8f38465cf /net-analyzer
parentVersion bump to the latest. Drop older. Fixes bug #374329. (diff)
downloadgentoo-2-a81994cad0fba1de3d33379ff0623602b5f0a393.tar.gz
gentoo-2-a81994cad0fba1de3d33379ff0623602b5f0a393.tar.bz2
gentoo-2-a81994cad0fba1de3d33379ff0623602b5f0a393.zip
Added missing DEPEND for USE=doc, #273689; thanks 273689 for the patch
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/linkchecker/ChangeLog6
-rw-r--r--net-analyzer/linkchecker/linkchecker-6.9.ebuild5
-rw-r--r--net-analyzer/linkchecker/linkchecker-7.0.ebuild7
-rw-r--r--net-analyzer/linkchecker/metadata.xml10
4 files changed, 17 insertions, 11 deletions
diff --git a/net-analyzer/linkchecker/ChangeLog b/net-analyzer/linkchecker/ChangeLog
index 124974de67f2..17542b25fd30 100644
--- a/net-analyzer/linkchecker/ChangeLog
+++ b/net-analyzer/linkchecker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/linkchecker
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.55 2011/06/08 16:29:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/ChangeLog,v 1.56 2011/07/11 21:25:58 jlec Exp $
+
+ 11 Jul 2011; Justin Lecher <jlec@gentoo.org> linkchecker-6.9.ebuild,
+ linkchecker-7.0.ebuild, metadata.xml:
+ Added missing DEPEND for USE=doc, #273689; thanks 273689 for the patch
08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> linkchecker-6.9.ebuild,
linkchecker-7.0.ebuild:
diff --git a/net-analyzer/linkchecker/linkchecker-6.9.ebuild b/net-analyzer/linkchecker/linkchecker-6.9.ebuild
index 1a62b8f48683..7e8a5f260f82 100644
--- a/net-analyzer/linkchecker/linkchecker-6.9.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-6.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-6.9.ebuild,v 1.3 2011/06/08 16:29:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-6.9.ebuild,v 1.4 2011/07/11 21:25:58 jlec Exp $
EAPI="3"
@@ -37,7 +37,8 @@ RDEPEND="
dev-python/PyQt4[X,assistant]
dev-python/qscintilla-python
)"
-DEPEND=""
+DEPEND="
+ doc? ( x11-libs/qt-assistant )"
RESTRICT="test"
diff --git a/net-analyzer/linkchecker/linkchecker-7.0.ebuild b/net-analyzer/linkchecker/linkchecker-7.0.ebuild
index 6cc98acc62bf..4efb74ca972b 100644
--- a/net-analyzer/linkchecker/linkchecker-7.0.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-7.0.ebuild,v 1.2 2011/06/08 16:29:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-7.0.ebuild,v 1.3 2011/07/11 21:25:58 jlec Exp $
EAPI="3"
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x64-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris"
IUSE="bash-completion bookmarks clamav doc geoip gnome login syntax-check X"
RDEPEND="
@@ -38,7 +38,8 @@ RDEPEND="
dev-python/PyQt4[X,assistant]
dev-python/qscintilla-python
)"
-DEPEND=""
+DEPEND="
+ doc? ( x11-libs/qt-assistant )"
RESTRICT="test"
diff --git a/net-analyzer/linkchecker/metadata.xml b/net-analyzer/linkchecker/metadata.xml
index 70fd0ee5c5eb..916da20eb000 100644
--- a/net-analyzer/linkchecker/metadata.xml
+++ b/net-analyzer/linkchecker/metadata.xml
@@ -5,9 +5,9 @@
<maintainer>
<email>jlec@gentoo.org</email>
</maintainer>
-<use>
- <flag name='bookmarks'>Mozilla Bookmark parsing</flag>
- <flag name='login'>login form submission</flag>
- <flag name='syntax-check'>HTML/CSS syntax checks</flag>
-</use>
+ <use>
+ <flag name="bookmarks">Mozilla Bookmark parsing</flag>
+ <flag name="login">login form submission</flag>
+ <flag name="syntax-check">HTML/CSS syntax checks</flag>
+ </use>
</pkgmetadata>