summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2006-10-29 13:43:02 +0000
committerTiziano Müller <dev-zero@gentoo.org>2006-10-29 13:43:02 +0000
commitaf88f33ff698fe61c2cb9e7defcf6d1eac039c1d (patch)
tree02c0ecb936fff0791e61233633867ca2858adc4e /net-misc/aria2
parentStable on ppc (bug #145046) (diff)
downloadgentoo-2-af88f33ff698fe61c2cb9e7defcf6d1eac039c1d.tar.gz
gentoo-2-af88f33ff698fe61c2cb9e7defcf6d1eac039c1d.tar.bz2
gentoo-2-af88f33ff698fe61c2cb9e7defcf6d1eac039c1d.zip
Removing/disabling test because they're not up-to-date
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'net-misc/aria2')
-rw-r--r--net-misc/aria2/ChangeLog5
-rw-r--r--net-misc/aria2/aria2-0.8.1.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/aria2/ChangeLog b/net-misc/aria2/ChangeLog
index 7a7972210a11..0087017a9f6e 100644
--- a/net-misc/aria2/ChangeLog
+++ b/net-misc/aria2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/aria2
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.4 2006/10/16 17:29:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.5 2006/10/29 13:43:02 dev-zero Exp $
+
+ 29 Oct 2006; Tiziano Müller <dev-zero@gentoo.org> aria2-0.8.1.ebuild:
+ Removing/disabling test because they're not up-to-date
16 Oct 2006; Markus Rothe <corsair@gentoo.org> aria2-0.8.1.ebuild:
Added ~ppc64; bug #149658
diff --git a/net-misc/aria2/aria2-0.8.1.ebuild b/net-misc/aria2/aria2-0.8.1.ebuild
index 9a49881956ce..446d521fd6c3 100644
--- a/net-misc/aria2/aria2-0.8.1.ebuild
+++ b/net-misc/aria2/aria2-0.8.1.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/net-misc/aria2/aria2-0.8.1.ebuild,v 1.3 2006/10/16 17:29:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.8.1.ebuild,v 1.4 2006/10/29 13:43:02 dev-zero Exp $
inherit eutils
@@ -13,7 +13,10 @@ HOMEPAGE="http://aria2.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-IUSE="ares bittorrent gnutls metalink nls ssl test"
+IUSE="ares bittorrent gnutls metalink nls ssl"
+
+# Tests exist but are not up-to-date
+RESTRICT="test"
CDEPEND="ssl? (
gnutls? ( net-libs/gnutls )
@@ -22,8 +25,7 @@ CDEPEND="ssl? (
bittorrent? ( gnutls? ( dev-libs/libgcrypt ) )
metalink? ( >=dev-libs/libxml2-2.6.26 )"
DEPEND="${CDEPEND}
- nls? ( sys-devel/gettext )
- test? ( dev-util/cppunit )"
+ nls? ( sys-devel/gettext )"
RDEPEND="${CDEPEND}
nls? ( virtual/libiconv virtual/libintl )"