radhermit    15/05/17 06:41:54

  Modified:             ChangeLog
  Added:                pugixml-1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.24                 dev-libs/pugixml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   19 Apr 2015 09:50:12 -0000      1.23
+++ ChangeLog   17 May 2015 06:41:54 -0000      1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/pugixml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.23 
2015/04/19 09:50:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.24 
2015/05/17 06:41:54 radhermit Exp $
+
+*pugixml-1.6 (17 May 2015)
+
+  17 May 2015; Tim Harder <[email protected]> +pugixml-1.6.ebuild:
+  Version bump.
 
   19 Apr 2015; Agostino Sarubbo <[email protected]> pugixml-1.5.ebuild:
   Stable for x86, wrt bug #535124



1.1                  dev-libs/pugixml/pugixml-1.6.ebuild

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

Index: pugixml-1.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.6.ebuild,v 1.1 
2015/05/17 06:41:54 radhermit Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath 
support"
HOMEPAGE="http://pugixml.org/ https://github.com/zeux/pugixml/";
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"

S=${WORKDIR}/${P}/scripts

src_configure() {
        local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
        cmake-utils_src_configure
}




Reply via email to