diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 20:28:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 20:28:22 +0000 |
commit | b0fc7d4e96d5b88644628c85f96a084065bbe94c (patch) | |
tree | 86b84c1a9eed6c9e76011a49b7697d858d224bd7 | |
parent | repoman: Fix leading whitespace (Manifest recommit) (diff) | |
download | gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.tar.gz gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.tar.bz2 gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.zip |
repoman: Trim trailing whitespace
-rw-r--r-- | dev-python/tpg/tpg-3.0.3.ebuild | 4 | ||||
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/tpg/tpg-3.0.3.ebuild b/dev-python/tpg/tpg-3.0.3.ebuild index 91959b055ae6..5ebaf23bbff9 100644 --- a/dev-python/tpg/tpg-3.0.3.ebuild +++ b/dev-python/tpg/tpg-3.0.3.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/dev-python/tpg/tpg-3.0.3.ebuild,v 1.1 2004/10/14 00:27:58 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.0.3.ebuild,v 1.2 2004/10/16 20:25:14 mr_bones_ Exp $ inherit distutils @@ -22,7 +22,7 @@ DOCS="License.txt THANKS" src_install() { distutils_src_install - if use doc ; then + if use doc ; then dohtml doc/* insinto /usr/share/doc/${PF}/examples doins examples/* diff --git a/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild b/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild index a7f7fb144c30..377b177c8934 100644 --- a/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild +++ b/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.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/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild,v 1.1 2004/10/07 16:58:06 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.15.0_pre20040906-r1.ebuild,v 1.2 2004/10/16 20:26:49 mr_bones_ Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install () { doins ../include/linux/em8300.h check_KV - + # The driver goes into the standard modules location insinto "/lib/modules/${KV}/kernel/drivers/video" @@ -90,4 +90,3 @@ pkg_postinst () { einfo } - 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() { |