summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-01-17 16:54:39 +0000
committerPacho Ramos <pacho@gentoo.org>2011-01-17 16:54:39 +0000
commite852c436bf78d388b72af8a25b459a8b735ca293 (patch)
treec730471d9e7ce717ffbe7f2fa1f1e1cead07b5ee /dev-cpp/libxmlpp
parentMask >=dev-cpp/libxmlpp-2.33.1 for bug #350150 (diff)
downloadgentoo-2-e852c436bf78d388b72af8a25b459a8b735ca293.tar.gz
gentoo-2-e852c436bf78d388b72af8a25b459a8b735ca293.tar.bz2
gentoo-2-e852c436bf78d388b72af8a25b459a8b735ca293.zip
Version bump to fix important lightspark crashes (bug #350150 by Chí-Thanh Christopher Nguyễn), but hardmask it since upstream considers this as a development version. Remove old.
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r--dev-cpp/libxmlpp/ChangeLog12
-rw-r--r--dev-cpp/libxmlpp/libxmlpp-2.33.1.ebuild (renamed from dev-cpp/libxmlpp/libxmlpp-2.26.1.ebuild)8
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-cpp/libxmlpp/ChangeLog b/dev-cpp/libxmlpp/ChangeLog
index b8ce0169ef32..589a15ec6589 100644
--- a/dev-cpp/libxmlpp/ChangeLog
+++ b/dev-cpp/libxmlpp/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-cpp/libxmlpp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.97 2010/10/27 22:37:59 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.98 2011/01/17 16:54:39 pacho Exp $
+
+*libxmlpp-2.33.1 (17 Jan 2011)
+
+ 17 Jan 2011; Pacho Ramos <pacho@gentoo.org> -libxmlpp-2.26.1.ebuild,
+ +libxmlpp-2.33.1.ebuild:
+ Version bump to fix important lightspark crashes (bug #350150 by Chí-Thanh
+ Christopher Nguyễn), but hardmask it since upstream considers this as a
+ development version.
*libxmlpp-2.32.0 (27 Oct 2010)
diff --git a/dev-cpp/libxmlpp/libxmlpp-2.26.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.33.1.ebuild
index 1da79e79c761..f87d2ab46e85 100644
--- a/dev-cpp/libxmlpp/libxmlpp-2.26.1.ebuild
+++ b/dev-cpp/libxmlpp/libxmlpp-2.33.1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.26.1.ebuild,v 1.2 2010/05/24 23:45:22 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.33.1.ebuild,v 1.1 2011/01/17 16:54:39 pacho Exp $
EAPI="3"
-inherit gnome2 eutils
+GCONF_DEBUG="no"
+
+inherit gnome2
MY_PN="${PN/pp/++}"
MY_P="${MY_PN}-${PV}"