diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch) | |
tree | 670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/djvu | |
parent | digest (diff) | |
download | gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2 gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip |
whitespace cleanup
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/Manifest | 8 | ||||
-rw-r--r-- | app-text/djvu/djvu-3.5.7.ebuild | 4 | ||||
-rw-r--r-- | app-text/djvu/djvu-3.5.9.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-text/djvu/Manifest b/app-text/djvu/Manifest index 35358bc82086..7006c7553f08 100644 --- a/app-text/djvu/Manifest +++ b/app-text/djvu/Manifest @@ -1,7 +1,7 @@ +MD5 b25a24716ca2bd8e7106813c661c7198 ChangeLog 895 +MD5 bc4cfbfaa20bda6e43bf2bd0905711dc djvu-3.5.7.ebuild 1594 +MD5 78c2e20023101302b5a7c5f2f5c8a8ac djvu-3.5.9-r1.ebuild 1055 +MD5 ee98e034198954aab055475c2f8ee4d3 djvu-3.5.9.ebuild 1500 MD5 f8db5b08ecc8fc11cd2a0d7e3e575b20 files/digest-djvu-3.5.7 68 MD5 c421232f9e058ff996fad8296ca9ed14 files/digest-djvu-3.5.9 68 MD5 c421232f9e058ff996fad8296ca9ed14 files/digest-djvu-3.5.9-r1 68 -MD5 58068658846d53557a8507662129271f djvu-3.5.7.ebuild 1593 -MD5 78c2e20023101302b5a7c5f2f5c8a8ac djvu-3.5.9-r1.ebuild 1055 -MD5 5e91354f9e8bd334a0255f9a95f6b230 djvu-3.5.9.ebuild 1497 -MD5 b25a24716ca2bd8e7106813c661c7198 ChangeLog 895 diff --git a/app-text/djvu/djvu-3.5.7.ebuild b/app-text/djvu/djvu-3.5.7.ebuild index 3d29d976b149..1dd63459b525 100644 --- a/app-text/djvu/djvu-3.5.7.ebuild +++ b/app-text/djvu/djvu-3.5.7.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/djvu/djvu-3.5.7.ebuild,v 1.6 2003/02/13 09:33:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.7.ebuild,v 1.7 2003/09/05 22:37:21 msterret Exp $ MY_P="${PN}libre-${PV}" DESCRIPTION="A web-centric format and software platform for distributing documents and images." @@ -53,7 +53,7 @@ pkg_postrm() { # Maybe we must remove the plugin from the mozilla plugins dir. if [ -f /usr/lib/mozilla/plugins/nsdejavu.so ] then - rm /usr/lib/mozilla/plugins/nsdejavu.so + rm /usr/lib/mozilla/plugins/nsdejavu.so fi } diff --git a/app-text/djvu/djvu-3.5.9.ebuild b/app-text/djvu/djvu-3.5.9.ebuild index 7285b30f9937..9968f184ba16 100644 --- a/app-text/djvu/djvu-3.5.9.ebuild +++ b/app-text/djvu/djvu-3.5.9.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/djvu/djvu-3.5.9.ebuild,v 1.4 2003/07/11 20:35:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.9.ebuild,v 1.5 2003/09/05 22:37:21 msterret Exp $ MY_P="${PN}libre-${PV}" DESCRIPTION="A web-centric format and software platform for distributing documents and images." @@ -50,7 +50,7 @@ pkg_postrm() { # Maybe we must remove the plugin from the mozilla plugins dir. if [ -f /usr/lib/mozilla/plugins/nsdejavu.so ] then - rm /usr/lib/mozilla/plugins/nsdejavu.so + rm /usr/lib/mozilla/plugins/nsdejavu.so fi } |