diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/gtkspell | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/Manifest | 10 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index 4c5b9395ecbc..0a9c6c96cb39 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,9 +1,9 @@ +MD5 046d9d0bcdabf32f4f05c02acecf0838 ChangeLog 2188 +MD5 9b16105d2273586d0d0dc04acd252588 gtkspell-2.0.0-r1.ebuild 668 +MD5 cb2be7d403df5de9a85f95222e17695f gtkspell-2.0.2.ebuild 663 +MD5 f4c6162480be4722a3248eaa2c36b690 gtkspell-2.0.4.ebuild 1022 +MD5 897374a6c0bcfc193d1daea4ed239416 metadata.xml 216 MD5 6dfdf5c869d5b3381077e134fce58544 files/digest-gtkspell-2.0.0-r1 66 MD5 776dac4f06c10cd4d6030bb0227604ca files/digest-gtkspell-2.0.2 66 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4 66 MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582 -MD5 9b16105d2273586d0d0dc04acd252588 gtkspell-2.0.0-r1.ebuild 668 -MD5 cb2be7d403df5de9a85f95222e17695f gtkspell-2.0.2.ebuild 663 -MD5 046d9d0bcdabf32f4f05c02acecf0838 ChangeLog 2188 -MD5 66da86a20a436a170b7ad680f10a6a36 gtkspell-2.0.4.ebuild 1021 -MD5 897374a6c0bcfc193d1daea4ed239416 metadata.xml 216 diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild index a7cb57cd2fb8..4adfdb13826f 100644 --- a/app-text/gtkspell/gtkspell-2.0.4.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4.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/gtkspell/gtkspell-2.0.4.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $ inherit eutils @@ -23,7 +23,7 @@ src_unpack() { # fix the config script's gtkdoc check (bug #16997) cd ${S} sed -i "s:GTKDOC=true::" configure - + # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook epatch ${FILESDIR}/${P}-docbookx.patch } @@ -34,7 +34,7 @@ src_compile() { use doc \ && myconf="--enable-gtk-doc" \ || myconf="--disable-gtk-doc" - + econf ${myconf} || die emake || die "compile failure" } |