summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-03-12 07:07:04 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-03-12 07:07:04 +0000
commit690f1912e835257ce42c6020b34f503ab94de86d (patch)
tree4c5584dc74ecfb156ee8ac921f1f34c5ba3231f5 /app-portage
parentold (diff)
downloadgentoo-2-690f1912e835257ce42c6020b34f503ab94de86d.tar.gz
gentoo-2-690f1912e835257ce42c6020b34f503ab94de86d.tar.bz2
gentoo-2-690f1912e835257ce42c6020b34f503ab94de86d.zip
add missing quotes around ewarn argument
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gatt/ChangeLog6
-rw-r--r--app-portage/gatt/gatt-0.6.0.ebuild4
-rw-r--r--app-portage/gatt/gatt-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-portage/gatt/ChangeLog b/app-portage/gatt/ChangeLog
index d993adf54106..94d1291b670c 100644
--- a/app-portage/gatt/ChangeLog
+++ b/app-portage/gatt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/gatt-svn
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.2 2008/03/11 19:02:22 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.3 2008/03/12 07:07:04 opfer Exp $
+
+ 12 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gatt-0.6.0.ebuild,
+ gatt-9999.ebuild:
+ add missing quotes around ewarn argument
11 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gatt-0.6.0.ebuild:
TODO file is not distributed with the tarball, so don't try to install it
diff --git a/app-portage/gatt/gatt-0.6.0.ebuild b/app-portage/gatt/gatt-0.6.0.ebuild
index 3ab9a938a0ee..9e90ff069cd0 100644
--- a/app-portage/gatt/gatt-0.6.0.ebuild
+++ b/app-portage/gatt/gatt-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v 1.2 2008/03/11 19:02:22 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v 1.3 2008/03/12 07:07:04 opfer Exp $
inherit eutils
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
pkg_setup() {
- ewarn Gatt is targeted at Gentoo developers, arch-testers and power users. Do
+ ewarn "Gatt is targeted at Gentoo developers, arch-testers and power users. Do"
ewarn "by no means use it if you are new to Gentoo. You have been warned!"
ewarn
elog "There are several files that explain usage of Gatt: TUTORIAL,"
diff --git a/app-portage/gatt/gatt-9999.ebuild b/app-portage/gatt/gatt-9999.ebuild
index 303eb8d836cc..c3a0b5aa1e96 100644
--- a/app-portage/gatt/gatt-9999.ebuild
+++ b/app-portage/gatt/gatt-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-9999.ebuild,v 1.1 2008/03/11 18:35:43 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-9999.ebuild,v 1.2 2008/03/12 07:07:04 opfer Exp $
inherit eutils subversion
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
ewarn
- ewarn Gatt is targeted at Gentoo developers, arch-testers and power users. Do
+ ewarn "Gatt is targeted at Gentoo developers, arch-testers and power users. Do"
ewarn "by no means use it if you are new to Gentoo. You have been warned!"
ewarn
ewarn "This is a Subversion snapshot, so no functionality is"