Restrict tests (bug #138415) and remove old version.
authorRyan Hill <rhill@gentoo.org>
Fri, 19 Jan 2007 04:48:21 +0000 (04:48 +0000)
committerRyan Hill <rhill@gentoo.org>
Fri, 19 Jan 2007 04:48:21 +0000 (04:48 +0000)
Package-Manager: portage-2.1.2

app-misc/when/ChangeLog
app-misc/when/files/digest-when-1.0.23
app-misc/when/when-1.0.23.ebuild

index 0228f7d5d8f872385a80adcf7cafb6fc95d1e758..e0e545e61626c747b8d1f4966da07b3b75267916 100644 (file)
@@ -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
index 640d38639e3dba10f1e3c20a6de11bee6a2bfe20..5cd08de31585bba8971b6667fec0e7f10cabb1ce 100644 (file)
@@ -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
index 470e9a8619df25a41cd370b4c84c473f2755ccf7..1c90e7ab6f6280de0474a1b8e0a1cbfe82ac5894 100644 (file)
@@ -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"
 }