summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-02-10 00:57:22 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-02-10 00:57:22 +0000
commit76517645229e3c2ae5a5cdffe4385fc34336636d (patch)
tree4cbbb99fb5784bde77dc9d46105e6a81bca299f8
parentAdd an USE flag 'ssl' to disable raop (and add missing dependency). (diff)
downloadgentoo-2-76517645229e3c2ae5a5cdffe4385fc34336636d.tar.gz
gentoo-2-76517645229e3c2ae5a5cdffe4385fc34336636d.tar.bz2
gentoo-2-76517645229e3c2ae5a5cdffe4385fc34336636d.zip
Fix repoman warning about unquoted variable.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
-rw-r--r--x11-libs/qt-assistant/ChangeLog6
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild6
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild6
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog
index 3377ccaa90cb..3a44cb5194a7 100644
--- a/x11-libs/qt-assistant/ChangeLog
+++ b/x11-libs/qt-assistant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-assistant
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.120 2012/02/10 00:51:18 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.121 2012/02/10 00:57:22 pesa Exp $
+
+ 10 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt-assistant-4.6.2-r2.ebuild,
+ qt-assistant-4.6.2.ebuild, qt-assistant-4.6.3.ebuild:
+ Fix repoman warning about unquoted variable.
10 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt-assistant-4.7.4.ebuild,
qt-assistant-4.8.0.ebuild:
diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild
index 26117ab94815..77b2b76bd643 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild,v 1.4 2010/12/07 16:05:35 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild,v 1.5 2012/02/10 00:57:22 pesa Exp $
EAPI="2"
inherit qt4-build
@@ -66,7 +66,7 @@ src_install() {
# note that emake install_qchdocs fails for undefined reason so we use a
# workaround
cd "${S}"
- insinto ${QTDOCDIR#${EPREFIX}}
+ insinto "${QTDOCDIR#${EPREFIX}}"
doins -r "${S}"/doc/qch || die "doins qch documentation failed"
dobin "${S}"/bin/qdoc3 || die "Installing qdoc3 failed"
#emake INSTALL_ROOT="${D}" install_qchdocs || die "emake install_qchdocs failed"
diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild
index 259f30fb7381..fad9ba897b51 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild,v 1.10 2010/11/05 18:05:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.2.ebuild,v 1.11 2012/02/10 00:57:22 pesa Exp $
EAPI="2"
inherit qt4-build
@@ -57,7 +57,7 @@ src_install() {
# note that emake install_qchdocs fails for undefined reason so we use a
# workaround
cd "${S}"
- insinto ${QTDOCDIR#${EPREFIX}}
+ insinto "${QTDOCDIR#${EPREFIX}}"
doins -r "${S}"/doc/qch || die "doins qch documentation failed"
dobin "${S}"/bin/qdoc3 || die "Installing qdoc3 failed"
#emake INSTALL_ROOT="${D}" install_qchdocs || die "emake install_qchdocs failed"
diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild
index 0d4167ea35fb..c8411d5c01ec 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild,v 1.10 2010/12/23 07:54:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild,v 1.11 2012/02/10 00:57:22 pesa Exp $
EAPI="2"
inherit qt4-build
@@ -66,7 +66,7 @@ src_install() {
# note that emake install_qchdocs fails for undefined reason so we use a
# workaround
cd "${S}"
- insinto ${QTDOCDIR#${EPREFIX}}
+ insinto "${QTDOCDIR#${EPREFIX}}"
doins -r "${S}"/doc/qch || die "doins qch documentation failed"
dobin "${S}"/bin/qdoc3 || die "Installing qdoc3 failed"
#emake INSTALL_ROOT="${D}" install_qchdocs || die "emake install_qchdocs failed"