diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:23:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:23:09 +0000 |
commit | 2c39cea14ee199232e46621b7012dec09c4cf632 (patch) | |
tree | 6d5b4585c0c2b554901e922b4e99323c188729e9 | |
parent | whitespace (diff) | |
download | historical-2c39cea14ee199232e46621b7012dec09c4cf632.tar.gz historical-2c39cea14ee199232e46621b7012dec09c4cf632.tar.bz2 historical-2c39cea14ee199232e46621b7012dec09c4cf632.zip |
whitespace
Package-Manager: portage-2.1.2.7
-rw-r--r-- | net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.35-r2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild index 2db20ef4eeb0..0b4a21761f82 100644 --- a/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild +++ b/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild,v 1.8 2007/05/02 00:14:10 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/bewan-adsl/bewan-adsl-0.9.3-r2.ebuild,v 1.9 2007/06/26 02:22:12 mr_bones_ Exp $ inherit eutils linux-mod @@ -92,7 +92,7 @@ src_install() { die "Cannot install unicorntest" doman "${S}/Documentation/unicorntest.8" - # Install documentation + # Install documentation cd "${S}" dodoc README docinto RFCs diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild index 1aed0062a91c..79bf5f1a43c2 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.9 2007/04/14 11:46:01 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.10 2007/06/26 02:22:41 mr_bones_ Exp $ inherit flag-o-matic eutils @@ -26,7 +26,7 @@ src_compile() { } src_test() { - #Don't use check target. + #Don't use check target. #See bug #120748 before changing this function. make vcheck || die "tests failed" } diff --git a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild b/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild index 4df6de08e44d..061b6a622a96 100644 --- a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.3 2007/05/06 07:57:44 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.4 2007/06/26 02:23:09 mr_bones_ Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -37,7 +37,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-netpbm-collision.patch" #g3topbm is installed by netpbm epatch "${FILESDIR}/${P}-implicit-decl.patch" - #Avoid "is setXid, dynamically linked and using lazy bindings" QA notices + #Avoid "is setXid, dynamically linked and using lazy bindings" QA notices append-ldflags $(bindnow-flags) sed -i 's: \$(CFLAGS) -o faxq-helper faxq-helper.o: $(LDLAGS) '$(bindnow-flags)' -o faxq-helper faxq-helper.o:' "${S}/fax/Makefile" |