radhermit 14/11/27 21:40:46 Modified: ChangeLog Added: pugixml-1.5.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.13 dev-libs/pugixml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 27 Aug 2014 12:28:44 -0000 1.12 +++ ChangeLog 27 Nov 2014 21:40:46 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/pugixml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.12 2014/08/27 12:28:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.13 2014/11/27 21:40:46 radhermit Exp $ + +*pugixml-1.5 (27 Nov 2014) + + 27 Nov 2014; Tim Harder <[email protected]> +pugixml-1.5.ebuild: + Version bump. 27 Aug 2014; Agostino Sarubbo <[email protected]> pugixml-1.2.ebuild: Stable for ppc, wrt bug #501416 1.1 dev-libs/pugixml/pugixml-1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/pugixml-1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/pugixml-1.5.ebuild?rev=1.1&content-type=text/plain Index: pugixml-1.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.5.ebuild,v 1.1 2014/11/27 21:40:46 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 }
