xmw         14/11/15 13:01:55

  Modified:             ChangeLog
  Added:                libdom-0.1.1.ebuild
  Log:
  Version bump, new build system version, glib2.20 issue
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.9                  net-libs/libdom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 Jul 2014 11:46:40 -0000      1.8
+++ ChangeLog   15 Nov 2014 13:01:55 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libdom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v 1.8 2014/07/26 
11:46:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v 1.9 2014/11/15 
13:01:55 xmw Exp $
+
+*libdom-0.1.1 (15 Nov 2014)
+
+  15 Nov 2014; Michael Weber <x...@gentoo.org>
+  +files/libdom-0.1.1-glibc2.20.patch, +libdom-0.1.1.ebuild:
+  Version bump, new build system version, glib2.20 issue
 
   26 Jul 2014; Andreas K. Huettel <dilfri...@gentoo.org>
   libdom-0.0.1_pre20120705.ebuild, libdom-0.0.1.ebuild:



1.1                  net-libs/libdom/libdom-0.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/libdom-0.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/libdom-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libdom-0.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/libdom-0.1.1.ebuild,v 1.1 
2014/11/15 13:01:55 xmw Exp $

EAPI=5

NETSURF_BUILDSYSTEM=buildsystem-1.2
inherit netsurf

DESCRIPTION="implementation of the W3C DOM, written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~m68k-mint"
IUSE="expat test xml"

RDEPEND=">=dev-libs/libparserutils-0.2.0-r1[static-libs?,${MULTILIB_USEDEP}]
        >=dev-libs/libwapcaplet-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
        >=net-libs/libhubbub-0.3.0-r1[static-libs?,${MULTILIB_USEDEP}]
        xml? (
                expat? ( 
>=dev-libs/expat-2.1.0-r3[static-libs?,${MULTILIB_USEDEP}] )
                !expat? ( 
>=dev-libs/libxml2-2.9.1-r4[static-libs?,${MULTILIB_USEDEP}] )
        )"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        test? ( dev-perl/XML-XPath
                dev-perl/libxml-perl
                dev-perl/Switch )"

REQUIRED_USE="test? ( xml )"

PATCHES=( "${FILESDIR}"/${P}-glibc2.20.patch )

src_configure() {
        netsurf_src_configure

        netsurf_makeconf+=(
                WITH_EXPAT_BINDING=$(usex xml $(usex expat yes no) no)
                WITH_LIBXML_BINDING=$(usex xml $(usex expat no yes) no)
        )
}




Reply via email to