From: Ryan Hill Date: Fri, 19 Jan 2007 04:48:21 +0000 (+0000) Subject: Restrict tests (bug #138415) and remove old version. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ae7d1ef3d21eb1ee92a2645eeab077fa11578ab;p=gentoo.git Restrict tests (bug #138415) and remove old version. Package-Manager: portage-2.1.2 --- diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index 0228f7d5d8f8..e0e545e61626 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/when -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.16 2005/07/20 14:39:23 gustavoz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.17 2007/01/19 04:48:21 dirtyepic Exp $ + + 19 Jan 2007; Ryan Hill -when-1.0.20.ebuild, + when-1.0.23.ebuild: + Restrict tests (bug #138415) and remove old version. 20 Jul 2005; Gustavo Zacarias when-1.0.23.ebuild: Stable on sparc diff --git a/app-misc/when/files/digest-when-1.0.23 b/app-misc/when/files/digest-when-1.0.23 index 640d38639e3d..5cd08de31585 100644 --- a/app-misc/when/files/digest-when-1.0.23 +++ b/app-misc/when/files/digest-when-1.0.23 @@ -1 +1,3 @@ MD5 1bb328764161ff944e7abf193eb88bfb when-1.0.23.tar.gz 30463 +RMD160 9a1c8770c5994a501b54bfa357f2fcff2aaa3b45 when-1.0.23.tar.gz 30463 +SHA256 564900e6b3124a0692ddbbfacd18cd50df07ffa70f3522e702d46732fa31fc10 when-1.0.23.tar.gz 30463 diff --git a/app-misc/when/when-1.0.23.ebuild b/app-misc/when/when-1.0.23.ebuild index 470e9a8619df..1c90e7ab6f62 100644 --- a/app-misc/when/when-1.0.23.ebuild +++ b/app-misc/when/when-1.0.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.23.ebuild,v 1.5 2005/07/20 14:39:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.23.ebuild,v 1.6 2007/01/19 04:48:21 dirtyepic Exp $ DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic" HOMEPAGE="http://www.lightandmatter.com/when/when.html" @@ -13,6 +13,8 @@ IUSE="" RDEPEND=">=dev-lang/perl-5.005" +RESTRICT="test" + src_compile() { emake ${PN}.html || die "emake failed" }