summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
committerSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
commit9ca41d0490fab832854f04091fc2573482545c98 (patch)
treea341461ff7594640c5afeb1f9855e4ac39f80bfb /eclass/php-ext-pecl-r1.eclass
parentAdd missing version separator line to ChangeLog. (diff)
downloadhistorical-9ca41d0490fab832854f04091fc2573482545c98.tar.gz
historical-9ca41d0490fab832854f04091fc2573482545c98.tar.bz2
historical-9ca41d0490fab832854f04091fc2573482545c98.zip
whitespace
Diffstat (limited to 'eclass/php-ext-pecl-r1.eclass')
-rw-r--r--eclass/php-ext-pecl-r1.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php-ext-pecl-r1.eclass b/eclass/php-ext-pecl-r1.eclass
index f233138e5f9f..9ea5a9d94cf1 100644
--- a/eclass/php-ext-pecl-r1.eclass
+++ b/eclass/php-ext-pecl-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.10 2007/10/22 22:54:19 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.11 2008/01/06 19:30:24 swegener Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Luca Longinotti <chtekk@gentoo.org>
@@ -18,7 +18,7 @@
# @ECLASS-VARIABLE: PHP_EXT_PECL_PKG
# @DESCRIPTION:
# Set in ebuild before inheriting this eclass if the tarball name
-# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE gets set
+# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE gets set
# correctly by the eclass.
#
# Setting this variable manually also affects PHP_EXT_NAME and ${S}
@@ -32,7 +32,7 @@
# the eclass.
#
# Unlike PHP_EXT_PECL_PKG, setting this variable does not affect
-# HOMEPAGE, PHP_EXT_NAME or ${S}.
+# HOMEPAGE, PHP_EXT_NAME or ${S}.
[[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}"
@@ -69,7 +69,7 @@ php-ext-pecl-r1_src_compile() {
# @FUNCTION: php-ext-pecl-r1_src_install
# @DESCRIPTION:
# Takes care of standard install for PECL packages.
-# You can also simply add examples to IUSE to automagically install
+# You can also simply add examples to IUSE to automagically install
# examples supplied with the package.
# @VARIABLE: DOCS