radhermit 14/03/29 00:30:49 Modified: ChangeLog Added: tinyxml2-2.0.2.ebuild Log: Version bump (bug #506102). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.9 dev-libs/tinyxml2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 6 Jan 2013 21:25:12 -0000 1.8 +++ ChangeLog 29 Mar 2014 00:30:49 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/tinyxml2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v 1.8 2013/01/06 21:25:12 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v 1.9 2014/03/29 00:30:49 radhermit Exp $ + +*tinyxml2-2.0.2 (29 Mar 2014) + + 29 Mar 2014; Tim Harder <[email protected]> +tinyxml2-2.0.2.ebuild: + Version bump (bug #506102). 06 Jan 2013; <[email protected]> tinyxml2-1.0.9_p20121123.ebuild: marked x86 per bug 450334 1.1 dev-libs/tinyxml2/tinyxml2-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.0.2.ebuild?rev=1.1&content-type=text/plain Index: tinyxml2-2.0.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.0.2.ebuild,v 1.1 2014/03/29 00:30:49 radhermit Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="A simple, small, efficient, C++ XML parser" HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/" SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0/2" KEYWORDS="~amd64 ~x86" IUSE="static-libs test" PATCHES=( "${FILESDIR}"/${PN}-1.0.9_p20121123-test.patch ) src_configure() { local mycmakeargs=( $(cmake-utils_use_build static-libs STATIC_LIBS) $(cmake-utils_use_build test TEST) ) cmake-utils_src_configure } src_test() { cmake-utils_src_test ./test || die "Tests failed" }
