summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
commite34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch)
tree670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/htmldoc
parentdigest (diff)
downloadgentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip
whitespace cleanup
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r--app-text/htmldoc/Manifest10
-rw-r--r--app-text/htmldoc/htmldoc-1.8.19.ebuild10
-rw-r--r--app-text/htmldoc/htmldoc-1.8.20-r1.ebuild4
-rw-r--r--app-text/htmldoc/htmldoc-1.8.20.ebuild4
-rw-r--r--app-text/htmldoc/htmldoc-1.8.23.ebuild4
5 files changed, 16 insertions, 16 deletions
diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest
index acf1f9b5f823..65997cf4f6e8 100644
--- a/app-text/htmldoc/Manifest
+++ b/app-text/htmldoc/Manifest
@@ -1,10 +1,10 @@
MD5 adf4ea501ce682d442c4ab1c73426494 ChangeLog 1673
-MD5 abe826fd46eac9003d74a37944e0f57c htmldoc-1.8.19.ebuild 831
-MD5 80972ff51c945d0432c201930b3c01be htmldoc-1.8.20-r1.ebuild 1380
-MD5 515783c0c01058f31a336c2b8f9fa49c htmldoc-1.8.20.ebuild 1154
-MD5 33302766ce97ebd80090b58fbbad9029 htmldoc-1.8.23.ebuild 1187
+MD5 16aab86277d53e0666468bcb6dd6ec43 htmldoc-1.8.19.ebuild 827
+MD5 5d79b92653e823a0cd10f1f354f26c6e htmldoc-1.8.20.ebuild 1155
+MD5 12e6e19cf2f6994595fcb994ba56919e htmldoc-1.8.20-r1.ebuild 1380
+MD5 d4f43e43cb65f8f7b13b0c3d56228f9b htmldoc-1.8.23.ebuild 1187
MD5 86ae7168499a7aed0980b69d04839ea7 files/digest-htmldoc-1.8.19 75
MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20 77
-MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20-r1 77
MD5 06678439bd4de915b822ec99aa90b426 files/fonts.diff 353
+MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20-r1 77
MD5 37ab4f0733aa74e1862ba433b9a56936 files/digest-htmldoc-1.8.23 75
diff --git a/app-text/htmldoc/htmldoc-1.8.19.ebuild b/app-text/htmldoc/htmldoc-1.8.19.ebuild
index d0abd5863c83..f5f0a08ff996 100644
--- a/app-text/htmldoc/htmldoc-1.8.19.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.19.ebuild,v 1.7 2003/02/13 09:38:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.19.ebuild,v 1.8 2003/09/05 22:37:21 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Convert HTML pages into a PDF document"
@@ -13,17 +13,17 @@ DEPEND="virtual/x11"
RDEPEND=">=x11-libs/fltk-1.0.11"
src_unpack() {
-
+
unpack ${A} ; cd ${S}
-
+
}
-
+
src_compile() {
./configure \
--with-x \
--with-gui || die
-
+
make || die
}
diff --git a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
index c7081ca8be99..545a337928dc 100644
--- a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.2 2003/08/28 23:03:44 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.3 2003/09/05 22:37:21 msterret Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2"
@@ -31,7 +31,7 @@ src_compile() {
--with-gui \
--with-openssl-libs=/usr/lib \
--with-openssl-includes=/usr/include/openssl
-
+
# Add missing -lfltk_images to LIBS
mv Makedefs Makedefs.orig
sed -e 's/-lfltk /-lfltk -lfltk_images /g' \
diff --git a/app-text/htmldoc/htmldoc-1.8.20.ebuild b/app-text/htmldoc/htmldoc-1.8.20.ebuild
index 03665d32c9b8..1bcbcd7aa4e4 100644
--- a/app-text/htmldoc/htmldoc-1.8.20.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20.ebuild,v 1.9 2003/08/28 23:03:44 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2"
@@ -26,7 +26,7 @@ src_compile() {
--with-gui \
--with-openssl-libs=/usr/lib \
--with-openssl-includes=/usr/include/openssl
-
+
# Add missing -lfltk_images to LIBS
mv Makedefs Makedefs.orig
sed -e 's/-lfltk /-lfltk -lfltk_images /g' \
diff --git a/app-text/htmldoc/htmldoc-1.8.23.ebuild b/app-text/htmldoc/htmldoc-1.8.23.ebuild
index 0e70e4b26767..aa2bdf6cb87d 100644
--- a/app-text/htmldoc/htmldoc-1.8.23.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.3 2003/08/28 23:04:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.4 2003/09/05 22:37:21 msterret Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2"
@@ -27,7 +27,7 @@ src_compile() {
--with-gui \
--with-openssl-libs=/usr/lib \
--with-openssl-includes=/usr/include/openssl
-
+
# Add missing -lfltk_images to LIBS
sed -i 's/-lfltk /-lfltk -lfltk_images /g' \
Makedefs || die "failed to detect -lfltk"