diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-11 11:13:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-11 11:13:38 +0000 |
commit | 257071720e25243355288d1eab17bd4dc989f1e7 (patch) | |
tree | bdcc1af8719a2b548bf5a00f26ef741fe51de73e /app-text/o3read | |
parent | Version bump. (bug #268693) (diff) | |
download | gentoo-2-257071720e25243355288d1eab17bd4dc989f1e7.tar.gz gentoo-2-257071720e25243355288d1eab17bd4dc989f1e7.tar.bz2 gentoo-2-257071720e25243355288d1eab17bd4dc989f1e7.zip |
Restrict testsuite; the lynx test is interactive.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/o3read')
-rw-r--r-- | app-text/o3read/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/o3read/o3read-0.0.4.ebuild | 17 |
2 files changed, 11 insertions, 13 deletions
diff --git a/app-text/o3read/ChangeLog b/app-text/o3read/ChangeLog index d2d59f044fd2..ae18bb81c0a1 100644 --- a/app-text/o3read/ChangeLog +++ b/app-text/o3read/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/o3read -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/ChangeLog,v 1.15 2008/12/30 21:36:23 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/ChangeLog,v 1.16 2009/07/11 11:13:38 flameeyes Exp $ + + 11 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> o3read-0.0.4.ebuild: + Restrict testsuite; the lynx test is interactive. 30 Dec 2008; Christoph Mende <angelos@gentoo.org> o3read-0.0.4.ebuild: QA: Respect CC (bug 243738), respect CFLAGS (bug 240139), fix test suite diff --git a/app-text/o3read/o3read-0.0.4.ebuild b/app-text/o3read/o3read-0.0.4.ebuild index e42069c5f143..323677cec082 100644 --- a/app-text/o3read/o3read-0.0.4.ebuild +++ b/app-text/o3read/o3read-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/o3read-0.0.4.ebuild,v 1.8 2008/12/30 21:36:23 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/o3read/o3read-0.0.4.ebuild,v 1.9 2009/07/11 11:13:38 flameeyes Exp $ inherit toolchain-funcs @@ -11,20 +11,15 @@ SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="test" +IUSE="" -DEPEND="test? ( app-arch/unzip - www-client/lynx )" +RESTRICT=test src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { - dobin o3read o3totxt o3tohtml utf8tolatin1 - doman o3read.1 o3tohtml.1 o3totxt.1 utf8tolatin1.1 -} - -src_test() { - emake lytest || die "make lytest failed" + dobin o3read o3totxt o3tohtml utf8tolatin1 || die + doman o3read.1 o3tohtml.1 o3totxt.1 utf8tolatin1.1 || die } |