diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-26 05:44:45 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-26 05:44:45 +0000 |
commit | efdafc8b0f6ad4c59167e9966a49aacd4144db56 (patch) | |
tree | 7291b020ad6bf9025b6450a877e89bfa528766e9 /app-text/htmldoc | |
parent | add upstream authors courier-like a patch (diff) | |
download | gentoo-2-efdafc8b0f6ad4c59167e9966a49aacd4144db56.tar.gz gentoo-2-efdafc8b0f6ad4c59167e9966a49aacd4144db56.tar.bz2 gentoo-2-efdafc8b0f6ad4c59167e9966a49aacd4144db56.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r-- | app-text/htmldoc/Manifest | 2 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.23.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest index 1804584d244b..66c0784541f6 100644 --- a/app-text/htmldoc/Manifest +++ b/app-text/htmldoc/Manifest @@ -2,7 +2,7 @@ MD5 919e00218a4fa23cd03c955067416b43 ChangeLog 1881 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 763efc8b0a3dcc9f5670765c2c7ce1fb htmldoc-1.8.23.ebuild 1280 +MD5 b3fbb3792cf01c0f9e220da7e2356bd9 htmldoc-1.8.23.ebuild 1280 MD5 86ae7168499a7aed0980b69d04839ea7 files/digest-htmldoc-1.8.19 75 MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20 77 MD5 06678439bd4de915b822ec99aa90b426 files/fonts.diff 353 diff --git a/app-text/htmldoc/htmldoc-1.8.23.ebuild b/app-text/htmldoc/htmldoc-1.8.23.ebuild index e73a742ba5ea..1359c561b111 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.6 2003/09/25 17:55:40 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.7 2003/09/26 05:41:34 msterret Exp $ DESCRIPTION="Convert HTML pages into a PDF document" SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" @@ -32,7 +32,7 @@ src_compile() { econf ${myconf} # Add missing -lfltk_images to LIBS - use X && sed -i 's/-lfltk /-lfltk -lfltk_images /g' Makedefs + use X && sed -i 's/-lfltk /-lfltk -lfltk_images /g' Makedefs make || die "make failed" } |