summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
commitf9c3248315f53107578d56c02f11d42c3afbbe97 (patch)
tree3c98e357597e3f41cab2af7136f59ef4da770c3b /media-libs/plotutils
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.gz
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.bz2
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r--media-libs/plotutils/Manifest2
-rw-r--r--media-libs/plotutils/plotutils-2.4.1-r2.ebuild20
2 files changed, 11 insertions, 11 deletions
diff --git a/media-libs/plotutils/Manifest b/media-libs/plotutils/Manifest
index 2b82ba2e5b66..a5a440c30684 100644
--- a/media-libs/plotutils/Manifest
+++ b/media-libs/plotutils/Manifest
@@ -1,5 +1,5 @@
MD5 4875d4b2ffa580f1da4f1b317bf142da ChangeLog 1393
-MD5 59f3dc4cb538621f57f53906b0f6fff1 plotutils-2.4.1-r2.ebuild 2610
+MD5 3888561849dd5b00b4e38623833cf725 plotutils-2.4.1-r2.ebuild 2603
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 f41fecf24623ef77206e245d09f7c9da files/digest-plotutils-2.4.1-r2 68
MD5 37137ec05ee56b449d60098e9dd9c6e9 files/plotutils-2.4.1-gentoo.patch 2619
diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
index c722f6c863c4..ccf7f7e2de59 100644
--- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
+++ b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.13 2003/02/13 12:53:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.14 2003/09/06 23:59:48 msterret Exp $
IUSE="X"
#The plotutils package contains extra X fonts. These fonts are not installed
-#in the current ebuild. The commented out ebuild lines below are for future
+#in the current ebuild. The commented out ebuild lines below are for future
#reference when this ebuild may be updated to install the fonts.
#NOTE: The current method does not play nice with X and sandbox. Most of the
#font installation procedures should probably be moved to pkg_postinst.
@@ -39,19 +39,19 @@ src_unpack() {
}
src_compile() {
-
+
#enable build of C++ version
- local myconf="--enable-libplotter"
-
+ local myconf="--enable-libplotter"
+
#The following two additional configure options may be of interest
#to users with specific printers, i.e. HP LaserJets with PCL 5 or HP-GL/2.
#Not sure if enabling screws the pooch for those without these printers.
#--enable-ps-fonts-in-pcl --enable-lj-fonts-in-ps
-
+
use X \
&& myconf="${myconf} --with-x --enable-libxmi" \
|| myconf="${myconf} --without-x"
-
+
econf ${myconf} || die "./configure failed"
emake || die "Parallel Make Failed"
@@ -61,10 +61,10 @@ src_install () {
einstall \
datadir=${D}/usr/share || die "Installation Failed"
-
+
dodoc AUTHORS COMPAT COPYING ChangeLog INSTALL* \
KNOWN_BUGS NEWS ONEWS PROBLEMS README THANKS TODO
-
+
}
pkg_postinst() {
@@ -79,6 +79,6 @@ pkg_postinst() {
einfo "program xfig, you might want to recompile to take"
einfo "advantage of the additional ps fonts."
einfo "Also, it is possible to enable ghostscript and possibly"
- einfo "your printer to use the HP fonts."
+ einfo "your printer to use the HP fonts."
fi
}