summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:18:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:18:22 +0000
commitb2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch)
treedb85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/efax-gtk
parentheader fix (diff)
downloadhistorical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz
historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2
historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip
whitespace cleanup
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r--x11-misc/efax-gtk/Manifest2
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/efax-gtk/Manifest b/x11-misc/efax-gtk/Manifest
index 608172a97a9f..4a00350ac093 100644
--- a/x11-misc/efax-gtk/Manifest
+++ b/x11-misc/efax-gtk/Manifest
@@ -1,3 +1,3 @@
MD5 43a21279cb7a8d6d71a3a5cadf77c108 ChangeLog 646
-MD5 8b5e5d4ca185f2e034a2112e4b16b03b efax-gtk-2.0.7.ebuild 974
+MD5 b0c44f37064f4122b3dbf308420ee5e8 efax-gtk-2.0.7.ebuild 970
MD5 ca201a77315e930e87f9e10c8819271d files/digest-efax-gtk-2.0.7 67
diff --git a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild b/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
index 20dbb75d6141..b17e71d9e433 100644
--- a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
+++ b/x11-misc/efax-gtk/efax-gtk-2.0.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/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.2 2003/07/13 12:52:21 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
DESCRIPTION="GTK+2 frontend for the efax program."
@@ -23,24 +23,24 @@ src_compile() {
}
src_install() {
-
+
# The binaries
dobin efax-gtk efax-gtk-send
# The man page
doman efax-gtk.1.gz
-
+
# The spool directory and print filter
dodir /var/spool/fax
fowners lp:lp /var/spool/fax
insinto /var/spool/fax
insopts -m755 -oroot -groot
doins efax-gtk-faxfilter
-
+
# Config file
insinto /etc
doins efax-gtkrc
-
+
# Docs
- dodoc BUGS COPYRIGHT HISTORY README
+ dodoc BUGS COPYRIGHT HISTORY README
}