diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-19 04:48:21 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-01-19 04:48:21 +0000 |
commit | 2e69a49e4197a056f9652c503bbfbd2068f69944 (patch) | |
tree | f7f46debeddeaf1a70329bb44721304e39d6d3e4 /app-misc/when | |
parent | bluefish version bump (diff) | |
download | gentoo-2-2e69a49e4197a056f9652c503bbfbd2068f69944.tar.gz gentoo-2-2e69a49e4197a056f9652c503bbfbd2068f69944.tar.bz2 gentoo-2-2e69a49e4197a056f9652c503bbfbd2068f69944.zip |
Restrict tests (bug #138415) and remove old version.
(Portage version: 2.1.2)
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/when/files/digest-when-1.0.23 | 2 | ||||
-rw-r--r-- | app-misc/when/when-1.0.23.ebuild | 6 |
3 files changed, 12 insertions, 4 deletions
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 <dirtyepic@gentoo.org> -when-1.0.20.ebuild, + when-1.0.23.ebuild: + Restrict tests (bug #138415) and remove old version. 20 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> 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" } |