summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-10-21 06:12:07 +0000
committerJeroen Roovers <jer@gentoo.org>2009-10-21 06:12:07 +0000
commite175f5f41856dcac1993daed9d2622480e8b013e (patch)
treed3f5dc6fa99d726a0211e4c4f881532dee90c64c /app-arch/dpkg
parentStable on x86 and amd64 (#289956) (diff)
downloadgentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.tar.gz
gentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.tar.bz2
gentoo-2-e175f5f41856dcac1993daed9d2622480e8b013e.zip
Depend on IO-String for tests (bug #289952).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-arch/dpkg')
-rw-r--r--app-arch/dpkg/ChangeLog7
-rw-r--r--app-arch/dpkg/dpkg-1.15.2.ebuild4
-rw-r--r--app-arch/dpkg/dpkg-1.15.3.1.ebuild4
-rw-r--r--app-arch/dpkg/dpkg-1.15.3.ebuild4
-rw-r--r--app-arch/dpkg/dpkg-1.15.4.1.ebuild4
-rw-r--r--app-arch/dpkg/dpkg-1.15.4.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog
index 9ba963961b2f..75d2f2cb6840 100644
--- a/app-arch/dpkg/ChangeLog
+++ b/app-arch/dpkg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/dpkg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.102 2009/10/19 23:59:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.103 2009/10/21 06:12:07 jer Exp $
+
+ 21 Oct 2009; Jeroen Roovers <jer@gentoo.org> dpkg-1.15.2.ebuild,
+ dpkg-1.15.3.ebuild, dpkg-1.15.3.1.ebuild, dpkg-1.15.4.ebuild,
+ dpkg-1.15.4.1.ebuild:
+ Depend on IO-String for tests (bug #289952).
*dpkg-1.15.4.1 (19 Oct 2009)
diff --git a/app-arch/dpkg/dpkg-1.15.2.ebuild b/app-arch/dpkg/dpkg-1.15.2.ebuild
index 5bec2d54b424..f6d482df9332 100644
--- a/app-arch/dpkg/dpkg-1.15.2.ebuild
+++ b/app-arch/dpkg/dpkg-1.15.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.2.ebuild,v 1.10 2009/08/15 14:22:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.2.ebuild,v 1.11 2009/10/21 06:12:07 jer Exp $
inherit eutils multilib autotools
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
- test? ( dev-perl/Test-Pod )"
+ test? ( dev-perl/Test-Pod dev-perl/IO-String )"
src_unpack() {
unpack ${A}
diff --git a/app-arch/dpkg/dpkg-1.15.3.1.ebuild b/app-arch/dpkg/dpkg-1.15.3.1.ebuild
index bd14d753e3d9..1e5c986b8ab1 100644
--- a/app-arch/dpkg/dpkg-1.15.3.1.ebuild
+++ b/app-arch/dpkg/dpkg-1.15.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.1.ebuild,v 1.3 2009/08/15 14:22:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.1.ebuild,v 1.4 2009/10/21 06:12:07 jer Exp $
inherit eutils multilib autotools
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
- test? ( dev-perl/Test-Pod )"
+ test? ( dev-perl/Test-Pod dev-perl/IO-String )"
src_unpack() {
unpack ${A}
diff --git a/app-arch/dpkg/dpkg-1.15.3.ebuild b/app-arch/dpkg/dpkg-1.15.3.ebuild
index cccf4c10ce9b..20789c7040dd 100644
--- a/app-arch/dpkg/dpkg-1.15.3.ebuild
+++ b/app-arch/dpkg/dpkg-1.15.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.ebuild,v 1.3 2009/08/15 14:22:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.ebuild,v 1.4 2009/10/21 06:12:07 jer Exp $
inherit eutils multilib autotools
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
- test? ( dev-perl/Test-Pod )"
+ test? ( dev-perl/Test-Pod dev-perl/IO-String )"
src_unpack() {
unpack ${A}
diff --git a/app-arch/dpkg/dpkg-1.15.4.1.ebuild b/app-arch/dpkg/dpkg-1.15.4.1.ebuild
index 35a5d069750d..eb105cf64b28 100644
--- a/app-arch/dpkg/dpkg-1.15.4.1.ebuild
+++ b/app-arch/dpkg/dpkg-1.15.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.1.ebuild,v 1.1 2009/10/19 23:59:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.1.ebuild,v 1.2 2009/10/21 06:12:07 jer Exp $
inherit eutils multilib autotools
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
- test? ( dev-perl/Test-Pod )"
+ test? ( dev-perl/Test-Pod dev-perl/IO-String )"
src_unpack() {
unpack ${A}
diff --git a/app-arch/dpkg/dpkg-1.15.4.ebuild b/app-arch/dpkg/dpkg-1.15.4.ebuild
index 3bc4457033c5..cb9510aa7cd6 100644
--- a/app-arch/dpkg/dpkg-1.15.4.ebuild
+++ b/app-arch/dpkg/dpkg-1.15.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.ebuild,v 1.1 2009/09/07 13:31:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.ebuild,v 1.2 2009/10/21 06:12:07 jer Exp $
inherit eutils multilib autotools
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
nls? ( app-text/po4a )
- test? ( dev-perl/Test-Pod )"
+ test? ( dev-perl/Test-Pod dev-perl/IO-String )"
src_unpack() {
unpack ${A}