summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-07-20 12:32:21 +0000
committerNed Ludd <solar@gentoo.org>2005-07-20 12:32:21 +0000
commit390bb7bd448556bb8ef36c3f7734b12a29375755 (patch)
tree3ecd688def98b2af6916840be8a0792556c9572c /sys-devel
parentPruned old ebuilds. (diff)
downloadgentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.tar.gz
gentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.tar.bz2
gentoo-2-390bb7bd448556bb8ef36c3f7734b12a29375755.zip
- Redisable the groff dep for uclibc. For whatever unsolved reason under sandbox it breaks when building system. bug 98187
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libperl/ChangeLog7
-rw-r--r--sys-devel/libperl/Manifest4
-rw-r--r--sys-devel/libperl/libperl-5.8.6-r1.ebuild4
-rw-r--r--sys-devel/libperl/libperl-5.8.7.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog
index b9a214084a9f..ced099cf29d7 100644
--- a/sys-devel/libperl/ChangeLog
+++ b/sys-devel/libperl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/libperl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.71 2005/07/07 18:52:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.72 2005/07/20 12:32:21 solar Exp $
+
+ 20 Jul 2005; <solar.@gentoo.org> libperl-5.8.6-r1.ebuild,
+ libperl-5.8.7.ebuild:
+ - Redisable the groff dep for uclibc. For whatever unsolved reason under
+ sandbox it breaks when building system. bug 98187
07 Jul 2005; Markus Rothe <corsair@gentoo.org> libperl-5.8.6-r1.ebuild:
Stable on ppc64
diff --git a/sys-devel/libperl/Manifest b/sys-devel/libperl/Manifest
index 2d5957c2e2a0..6f7f282125b0 100644
--- a/sys-devel/libperl/Manifest
+++ b/sys-devel/libperl/Manifest
@@ -1,7 +1,7 @@
MD5 dcc6c1bb20031369bf21fb782d143670 libperl-5.8.6.ebuild 10474
MD5 59bb9cbb8cd8730b652bb9a97f836a52 libperl-5.8.5.ebuild 9924
-MD5 7838ae0de44737d07b6baecce57d9dfa libperl-5.8.6-r1.ebuild 10464
-MD5 a861da7be0dc89cff82506f17ebbc85e libperl-5.8.7.ebuild 10511
+MD5 a95c60d4269757f2a15fa5cb59a4a510 libperl-5.8.6-r1.ebuild 10483
+MD5 57048db2460062795e0f805c9cfede58 libperl-5.8.7.ebuild 10530
MD5 d734cb726b0a93653b082431c8f6fc05 ChangeLog 10966
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 a1b608da3bd3fa3d97d3b7c675cf5062 libperl-5.8.5-r1.ebuild 10033
diff --git a/sys-devel/libperl/libperl-5.8.6-r1.ebuild b/sys-devel/libperl/libperl-5.8.6-r1.ebuild
index fcd56481ce81..701b854638ce 100644
--- a/sys-devel/libperl/libperl-5.8.6-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.8 2005/07/07 18:52:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6-r1.ebuild,v 1.9 2005/07/20 12:32:21 solar Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -80,7 +80,7 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
RESTRICT="test"
-DEPEND="!nocxx? ( sys-apps/groff )
+DEPEND="!nocxx? ( !elibc_uclibc? ( sys-apps/groff ) )
berkdb? ( sys-libs/db )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"
diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild
index 75fcbd493de2..ae59b875ed78 100644
--- a/sys-devel/libperl/libperl-5.8.7.ebuild
+++ b/sys-devel/libperl/libperl-5.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.1 2005/06/29 22:13:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.2 2005/07/20 12:32:21 solar Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -80,7 +80,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
RESTRICT="test"
-DEPEND="!nocxx? ( sys-apps/groff )
+DEPEND="!nocxx? ( !elibc_uclibc? ( sys-apps/groff ) )
berkdb? ( sys-libs/db )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"