diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-27 00:26:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-27 00:26:59 +0000 |
commit | 444f64b67a49046a3c591da5c7061eabf64893a1 (patch) | |
tree | c1533fb77d223e92cf408ce35664f40dd9cabee1 /dev-util/cvs/cvs-1.12.13-r1.ebuild | |
parent | Bug #124733, zlib fix, package.maskd presently, more testing needed. Also imp... (diff) | |
download | gentoo-2-444f64b67a49046a3c591da5c7061eabf64893a1.tar.gz gentoo-2-444f64b67a49046a3c591da5c7061eabf64893a1.tar.bz2 gentoo-2-444f64b67a49046a3c591da5c7061eabf64893a1.zip |
Remove broken 1.12.13, and cleanup whitespace.
(Portage version: 2.1_rc2)
Diffstat (limited to 'dev-util/cvs/cvs-1.12.13-r1.ebuild')
-rw-r--r-- | dev-util/cvs/cvs-1.12.13-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cvs/cvs-1.12.13-r1.ebuild b/dev-util/cvs/cvs-1.12.13-r1.ebuild index b6391a974b1f..475254a90925 100644 --- a/dev-util/cvs/cvs-1.12.13-r1.ebuild +++ b/dev-util/cvs/cvs-1.12.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.13-r1.ebuild,v 1.1 2006/05/27 00:25:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.13-r1.ebuild,v 1.2 2006/05/27 00:26:59 robbat2 Exp $ inherit eutils pam @@ -87,7 +87,7 @@ src_install() { } src_test() { - einfo "If you want to see realtime status, or check out a failure," + einfo "If you want to see realtime status, or check out a failure," einfo "please look at ${S}/src/check.log*" if [ -n "$TEST_REMOTE_AND_PROXY" ]; then einfo "local, remote, and proxy tests enabled." @@ -99,7 +99,7 @@ src_test() { export TESTDIR="${T}/tests-local" mkdir -p "$TESTDIR" # we only do the local tests by default - make localcheck || die "Some local test failed." + make localcheck || die "Some local test failed." mv -f check.log check.log-local # if you want to test the remote and proxy modes, things get a little bit @@ -114,7 +114,7 @@ src_test() { mkdir -p "$TESTDIR" make remotecheck || die "Some remote test failed." mv -f check.log check.log-remote - + cd ${S}/src export TESTDIR="${T}/tests-proxy" mkdir -p "$TESTDIR" |