summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2006-01-23 03:48:21 +0000
committerRyan Phillips <rphillips@gentoo.org>2006-01-23 03:48:21 +0000
commitc2ecf644692ddf82d7aae898d51b6c065e4779bd (patch)
tree0f4aa3aa8331bb6c072595c67170c90b19a94a87 /net-nntp
parentFix Manifest (diff)
downloadgentoo-2-c2ecf644692ddf82d7aae898d51b6c065e4779bd.tar.gz
gentoo-2-c2ecf644692ddf82d7aae898d51b6c065e4779bd.tar.bz2
gentoo-2-c2ecf644692ddf82d7aae898d51b6c065e4779bd.zip
added test dependency
(Portage version: 2.0.53)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/nget/ChangeLog7
-rw-r--r--net-nntp/nget/Manifest14
-rw-r--r--net-nntp/nget/nget-0.27.1.ebuild5
3 files changed, 10 insertions, 16 deletions
diff --git a/net-nntp/nget/ChangeLog b/net-nntp/nget/ChangeLog
index 0b43a3453cba..ba196a4ba349 100644
--- a/net-nntp/nget/ChangeLog
+++ b/net-nntp/nget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/nget
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.3 2005/08/27 21:15:51 rphillips Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.4 2006/01/23 03:48:21 rphillips Exp $
+
+ 23 Jan 2006; <rphillips@gentoo.org> nget-0.27.1.ebuild:
+ Added cppunit dep for test use flag
*nget-0.27.1 (27 Aug 2005)
diff --git a/net-nntp/nget/Manifest b/net-nntp/nget/Manifest
index 10aeff21542e..ac66af046727 100644
--- a/net-nntp/nget/Manifest
+++ b/net-nntp/nget/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5c584dbb436a88a9ef9e93bfb203c4e2 ChangeLog 2181
+MD5 f5980676bbb663ebf89ba614baeb646f ChangeLog 2278
MD5 e60b241e5d6ce73c6516002f53529a1c files/digest-nget-0.26 67
MD5 b8b9b7c4345bd3ca7601ee62d94e3489 files/digest-nget-0.27 61
MD5 c17cef108e16646aeb342d949cb1bfd8 files/digest-nget-0.27.1 63
MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
MD5 088e28b7ef706bdde3fbfecf47c71737 nget-0.26.ebuild 1230
-MD5 706d0b99dca7469f3a3ff594d2716c53 nget-0.27.1.ebuild 1029
+MD5 450146ec90f168d070d7908f85f398e3 nget-0.27.1.ebuild 1057
MD5 a3828006b4dc1398ec2a3d0c7750716c nget-0.27.ebuild 1086
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDztWK2+ySkm8kpY0RAvTWAKDDmwM62E9ABjUeVzYNFPvAqxp4+QCfQuw/
-C+6CWATck0dMQYQI8TFAxQM=
-=Dzbq
------END PGP SIGNATURE-----
diff --git a/net-nntp/nget/nget-0.27.1.ebuild b/net-nntp/nget/nget-0.27.1.ebuild
index 291a623be5bf..7cfd83f7b328 100644
--- a/net-nntp/nget/nget-0.27.1.ebuild
+++ b/net-nntp/nget/nget-0.27.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-nntp/nget/nget-0.27.1.ebuild,v 1.2 2006/01/18 23:53:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/nget-0.27.1.ebuild,v 1.3 2006/01/23 03:48:21 rphillips Exp $
inherit flag-o-matic
@@ -16,7 +16,8 @@ IUSE="static debug ipv6 pcre zlib"
RDEPEND="dev-libs/popt
pcre? ( dev-libs/libpcre )
- zlib? ( sys-libs/zlib )"
+ zlib? ( sys-libs/zlib )
+ test? ( dev-util/cppunit )"
DEPEND="dev-libs/uulib"
src_compile() {