summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-09-20 18:30:29 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-09-20 18:30:29 +0000
commit0a66abb828da4119c7365a3479b7392711cbc0b9 (patch)
tree62c05790dec1cbf1a206e1b38b97717c23af81c5 /dev-cpp
parentStable on ppc64 (bug #106678) (diff)
downloadgentoo-2-0a66abb828da4119c7365a3479b7392711cbc0b9.tar.gz
gentoo-2-0a66abb828da4119c7365a3479b7392711cbc0b9.tar.bz2
gentoo-2-0a66abb828da4119c7365a3479b7392711cbc0b9.zip
fix bug
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/commoncpp2/ChangeLog6
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild4
-rw-r--r--dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog
index 5b7286eada97..a76dd1345fd9 100644
--- a/dev-cpp/commoncpp2/ChangeLog
+++ b/dev-cpp/commoncpp2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/commoncpp2
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.14 2005/09/19 21:35:52 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.15 2005/09/20 18:30:29 arj Exp $
+
+ 20 Sep 2005; Anders Rune Jensen <arj@gentoo.org> commoncpp2-1.3.13.ebuild,
+ commoncpp2-1.3.1.ebuild:
+ Fix libxml2 dependency. Fixes #106169.
19 Sep 2005; Mark Loeser <halcy0n@gentoo.org> metadata.xml:
Adding to cpp herd.
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild
index 71de44d3f2a1..1de9387b77ca 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.3.1.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/dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild,v 1.1 2005/03/29 20:51:33 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.3.1.ebuild,v 1.2 2005/09/20 18:30:29 arj Exp $
DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services"
SRC_URI="mirror://sourceforge/cplusplus/${P}.tar.gz"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86 amd64"
IUSE="doc xml2"
-DEPEND="xml2? ( dev-libs/libxml2 )"
+DEPEND="xml2? ( >=dev-libs/libxml2-2.6.19 )"
src_compile() {
use xml2 \
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild
index b85f54dee914..90e40c63fd0a 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.3.13.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/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild,v 1.2 2005/07/05 09:51:23 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.3.13.ebuild,v 1.3 2005/09/20 18:30:29 arj Exp $
DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services"
SRC_URI="mirror://sourceforge/gnutelephony/${P}.tar.gz"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc xml2"
-DEPEND="xml2? ( dev-libs/libxml2 )"
+DEPEND="xml2? ( >=dev-libs/libxml2-2.6.19 )"
src_compile() {
use xml2 \