tetromino    15/03/22 20:08:22

  Modified:             ChangeLog
  Added:                libxmlpp-2.36.0-r1.ebuild
  Log:
  Add multilib support (bug #469180, thanks to Karl Lindén). Install docs where 
upstream expects so other *pp docs can link to them.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.133                dev-cpp/libxmlpp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.133&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.133&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   22 Jun 2014 18:43:47 -0000      1.132
+++ ChangeLog   22 Mar 2015 20:08:22 -0000      1.133
@@ -1,6 +1,13 @@
 # ChangeLog for dev-cpp/libxmlpp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.132 
2014/06/22 18:43:47 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.133 
2015/03/22 20:08:22 tetromino Exp $
+
+*libxmlpp-2.36.0-r1 (22 Mar 2015)
+
+  22 Mar 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  +libxmlpp-2.36.0-r1.ebuild:
+  Add multilib support (bug #469180, thanks to Karl Lindén). Install docs
+  where upstream expects so other *pp docs can link to them.
 
   22 Jun 2014; Markus Meier <mae...@gentoo.org> libxmlpp-2.36.0.ebuild:
   add ~arm, bug #511566



1.1                  dev-cpp/libxmlpp/libxmlpp-2.36.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libxmlpp-2.36.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0-r1.ebuild,v 
1.1 2015/03/22 20:08:22 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
GNOME_ORG_MODULE="${PN/pp/++}"

inherit gnome2 multilib-minimal

DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
HOMEPAGE="http://libxmlplusplus.sourceforge.net/";

LICENSE="LGPL-2.1"
SLOT="2.6"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
IUSE="doc test"

RDEPEND=">=dev-libs/libxml2-2.7.3[${MULTILIB_USEDEP}]
        >=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

multilib_src_prepare() {
        gnome2_src_prepare
}

multilib_src_configure() {
        ECONF_SOURCE="${S}" gnome2_src_configure \
                $(use_enable doc documentation)
}

multilib_src_install() {
        gnome2_src_install
}




Reply via email to