summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:29:29 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:29:29 +0000
commitdacd3fae1731f833aece4e53f86ca4f50822f66b (patch)
treeb1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-lang/cfal
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz
gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2
gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lang/cfal')
-rw-r--r--dev-lang/cfal/Manifest2
-rw-r--r--dev-lang/cfal/cfal-1.2.0.4.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/cfal/Manifest b/dev-lang/cfal/Manifest
index a1e06fda4e23..44eaeeb8b453 100644
--- a/dev-lang/cfal/Manifest
+++ b/dev-lang/cfal/Manifest
@@ -1,3 +1,3 @@
-MD5 c9c5810575999d9caa79bc274835d5f0 cfal-1.2.0.4.ebuild 3879
MD5 70b6a4f1493da91c2d3365c7375a076b ChangeLog 397
+MD5 34517bfd678170a0107b88bcfc4b2ab4 cfal-1.2.0.4.ebuild 3875
MD5 459fdd606a760e1b9bb6ea8c50d58b7c files/digest-cfal-1.2.0.4 144
diff --git a/dev-lang/cfal/cfal-1.2.0.4.ebuild b/dev-lang/cfal/cfal-1.2.0.4.ebuild
index 359f08997ba2..52a5daf8ab79 100644
--- a/dev-lang/cfal/cfal-1.2.0.4.ebuild
+++ b/dev-lang/cfal/cfal-1.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/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.1 2003/08/19 22:24:41 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.2 2003/09/06 22:27:51 msterret Exp $
IUSE=""
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.support.compaq.com/alpha-tools"
# its okay to set a SRC_URI here, as the rpm is gpg encrypted
# and user must agree to the license before getting access
-SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/crypt/cfal-1.2.0-4.alpha.rpm.crypt
+SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/crypt/cfal-1.2.0-4.alpha.rpm.crypt
ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cfalrtl-1.2.0-3.alpha.rpm"
S=${WORKDIR}
@@ -40,7 +40,7 @@ src_unpack() {
# convert rpm into tar archive
local cfal_rpm="cfal-${cfal_release}.alpha.rpm"
local cfalrtl_rpm="cfalrtl-${cfalrtl_release}.alpha.rpm"
-
+
if [ -z ${CFAL_LICENSE_KEY} ]; then
eerror ""
eerror "You have not set the environment variable"
@@ -62,7 +62,7 @@ src_unpack() {
--passphrase-fd 0 \
--output ${cfal_rpm} \
--decrypt ${DISTDIR}/${cfal_rpm}.crypt
-
+
ebegin "Unpacking cfal distribution..."
# This is the same as using rpm2targz then extracting 'cept that
# it's faster, less work, and less hard disk space. rpmoffset is
@@ -95,7 +95,7 @@ src_compile() {
mv ${S}/usr/doc/cfal-1.2.0/README ${S}/usr/doc/cfal-1.2.0/fort.man \
${S}/usr/doc/cfal-1.2.0/decfortran90.hlp ${S}
rm -rf ${S}/usr/doc
-
+
# fix up lib paths - bug #15719, comment 6
einfo "Copying crtbegin/crtend from gcc..."
gcc_libs_path="`gcc-config --get-lib-path`"
@@ -110,12 +110,12 @@ src_compile() {
src_install() {
# move files over
mv usr ${D} || die "cfal installation failed"
-
+
dodoc README fort.man decfortran90.hlp
dodir /lib
dosym /usr/lib/compaq/cfal/fpp /lib/fpp
-
+
prepalldocs
prepallman
}