radhermit 14/04/21 08:01:20 Modified: ChangeLog Added: tinyxml2-2.1.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.11 dev-libs/tinyxml2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 29 Mar 2014 00:32:47 -0000 1.10 +++ ChangeLog 21 Apr 2014 08:01:20 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/tinyxml2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v 1.10 2014/03/29 00:32:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/ChangeLog,v 1.11 2014/04/21 08:01:20 radhermit Exp $ + +*tinyxml2-2.1.0 (21 Apr 2014) + + 21 Apr 2014; Tim Harder <[email protected]> +tinyxml2-2.1.0.ebuild: + Version bump. 29 Mar 2014; Tim Harder <[email protected]> -tinyxml2-1.0.1_p20120531.ebuild, -files/tinyxml2-1.0.1_p20120531-test.patch: 1.1 dev-libs/tinyxml2/tinyxml2-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: tinyxml2-2.1.0.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.1.0.ebuild,v 1.1 2014/04/21 08:01:20 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" }
