xmw         15/03/21 23:51:10

  Modified:             ChangeLog
  Added:                libhubbub-0.3.1.ebuild
  Removed:              libhubbub-0.2.0.ebuild libhubbub-0.3.0.ebuild
  Log:
  Version bump (bug 543846).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.10                 net-libs/libhubbub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 Nov 2014 12:47:57 -0000      1.9
+++ ChangeLog   21 Mar 2015 23:51:10 -0000      1.10
@@ -1,6 +1,14 @@
 # ChangeLog for net-libs/libhubbub
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.9 
2014/11/15 12:47:57 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.10 
2015/03/21 23:51:10 xmw Exp $
+
+*libhubbub-0.3.1 (21 Mar 2015)
+
+  21 Mar 2015; Michael Weber <[email protected]>
+  +files/libhubbub-0.3.1-glibc2.20.patch, +libhubbub-0.3.1.ebuild,
+  -files/libhubbub-0.2.0-error.patch, -libhubbub-0.2.0.ebuild,
+  -libhubbub-0.3.0.ebuild:
+  Version bump (bug 543846).
 
   15 Nov 2014; Michael Weber <[email protected]> libhubbub-0.3.0-r1.ebuild:
   tighten dependencies



1.1                  net-libs/libhubbub/libhubbub-0.3.1.ebuild

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

Index: libhubbub-0.3.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.3.1.ebuild,v 
1.1 2015/03/21 23:51:10 xmw Exp $

EAPI=5

NETSURF_BUILDSYSTEM=buildsystem-1.3
inherit netsurf

DESCRIPTION="HTML5 compliant parsing library, written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/";

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

RDEPEND=">=dev-libs/libparserutils-0.2.1[static-libs?,${MULTILIB_USEDEP}]
        !net-libs/hubbub"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        test? ( dev-lang/perl
                >=dev-libs/json-c-0.10-r1[${MULTILIB_USEDEP}] )"

PATCHES=( "${FILESDIR}"/${P}-glibc2.20.patch )
DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )

#RESTRICT=test




Reply via email to