summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
commit5ae303cb909c12d4905541dd2b1352e4cedb12a5 (patch)
treee613101366ec6305dbb6b6150d8dc0cf461f8b4c /eclass/ebook.eclass
parentUpdate to support selinux USE flag (blame spb). (diff)
downloadgentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.gz
gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.bz2
gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.zip
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/ebook.eclass')
-rw-r--r--eclass/ebook.eclass22
1 files changed, 11 insertions, 11 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass
index a08ca0137af0..4e049cd987e7 100644
--- a/eclass/ebook.eclass
+++ b/eclass/ebook.eclass
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.24 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.25 2005/07/11 15:08:06 swegener Exp $
#
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Mantainer José Alberto Suárez López <bass@gentoo.org>
-#
+#
# Latest changes thanks to Kris Verbeeck
-# The ebook eclass defines some default functions and variables to
-# install ebooks.
+# The ebook eclass defines some default functions and variables to
+# install ebooks.
HOMEPAGE="http://lidn.sourceforge.net"
@@ -24,13 +24,13 @@ KEYWORDS="x86 ppc amd64"
# EBOOKVERSION: the version of the book, i.e: 1.2
# Required
# SRC: the main file to download. Default: ${EBOOKNAME}-${EBOOKVERSION}
-# EBOOKDESTDIR: directory inside ${DEVHELPROOT}/books/${EBOOKDIR} where is
-# installed the book. By default: ${EBOOKNAME}-${EBOOKVERSION}
+# EBOOKDESTDIR: directory inside ${DEVHELPROOT}/books/${EBOOKDIR} where is
+# installed the book. By default: ${EBOOKNAME}-${EBOOKVERSION}
# ( sometimes it is only ${EBOOKNAME} so you will need to modify it )
# EBOOKSRCDIR: directory where is the unpacked book in html
-# BOOKDEVHELPFILE: book.devhelp is copied with the name
+# BOOKDEVHELPFILE: book.devhelp is copied with the name
# ${EBOOKNAME}-${EBOOKVERSION} by default.
-# BOOKDESTDIR: directory to put into the ebook in html. By default:
+# BOOKDESTDIR: directory to put into the ebook in html. By default:
# ${EBOOKNAME}-${EBOOKVERSION}.
# NOVERSION: if it's not empty, then, remove -${EBOOKVERSION} from all
# vars...
@@ -44,7 +44,7 @@ else
fi
_ebookdestdir="${_src}"
_ebooksrcdir="${_src}"
-_ebookdevhelpfile="${_src}"
+_ebookdevhelpfile="${_src}"
if [ "${EBOOKEXT}" = "" ]; then
ext="tar.gz"
@@ -57,7 +57,7 @@ if [ "${SRC}" = "" ]; then
fi
if [ "${SRC_URI}" = "" ]; then
SRC_URI="http://lidn.sourceforge.net/books_download/${SRC}.${ext}"
-fi
+fi
# Default directory to install de ebook devhelped book
if [ "${DEVHELPROOT}" = "" ]; then
@@ -88,7 +88,7 @@ ebook_src_unpack() {
ebook_src_install() {
debug-print-function $FUNCNAME $*
-
+
dodir ${DEVHELPROOT}/books
dodir ${DEVHELPROOT}/books/${EBOOKDESTDIR}
echo EBOOKSRCDIR= ${EBOOKSRCDIR}