summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-16 20:28:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-16 20:28:22 +0000
commit25676f1fe468421b941f40fdac76a3b2d93de4d0 (patch)
tree56e761dfdbf6d54b670df0d0e3739d3ba9ae4beb /sys-fs
parentrepoman: Fix leading whitespace (diff)
downloadhistorical-25676f1fe468421b941f40fdac76a3b2d93de4d0.tar.gz
historical-25676f1fe468421b941f40fdac76a3b2d93de4d0.tar.bz2
historical-25676f1fe468421b941f40fdac76a3b2d93de4d0.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsprogs/Manifest14
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild6
2 files changed, 5 insertions, 15 deletions
diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 4b04c1b0da10..67b499203519 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4f6478610f57ec2d3673875ce79a9bb3 ChangeLog 7182
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 95af6c53bb925120179d1462f1560461 xfsprogs-2.6.25.ebuild 1623
-MD5 6461306a81999756f315f813107027e9 xfsprogs-2.6.13.ebuild 1921
+MD5 b4eac64327a9d6633896133906a14d66 xfsprogs-2.6.13.ebuild 1922
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 0ccba5779bd5c7edc42cac54ed360fa5 files/digest-xfsprogs-2.6.25 71
MD5 3d4e4aea1da9c2a07cc9581930aab671 files/digest-xfsprogs-2.6.13 71
MD5 911b4db00dda0d9aad7d79c8f2de99c3 files/2.6.13-configure.patch 238
MD5 7b6e7879f947d56d486f1d17f3c8f3e1 files/2.6.13-uclibc-mincore.patch 1141
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBaHxqHTu7gpaalycRAiUDAKD1unxSm2n0wC6BVT+WEd8MFHblVwCfcVzR
-LYq1i1YXlzkvfDgcTVhVILE=
-=P2OS
------END PGP SIGNATURE-----
diff --git a/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild b/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild
index 0c07e12b9dd7..18b4bb92903f 100644
--- a/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild,v 1.6 2004/10/08 00:36:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild,v 1.7 2004/10/16 20:28:22 mr_bones_ Exp $
inherit flag-o-matic eutils
@@ -29,13 +29,13 @@ src_unpack() {
include/builddefs.in \
|| die "sed include/builddefs.in failed"
- # mincore does not appear to be part of POSIX or the Single Unix
+ # mincore does not appear to be part of POSIX or the Single Unix
# Specification. So we patch it out for uclibc builds.
epatch ${FILESDIR}/${PV}-uclibc-mincore.patch
use uclibc && append-flags -D__UCLIBC__
epatch ${FILESDIR}/${PV}-configure.patch #65735
- autoreconf -i || die "autoreconf"
+ autoreconf -i || die "autoreconf"
}
src_compile() {