kensington 14/10/15 18:31:46 Modified: ChangeLog Added: libwbxml-0.11.2.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.29 dev-libs/libwbxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Aug 2014 20:38:01 -0000 1.28 +++ ChangeLog 15 Oct 2014 18:31:46 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libwbxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.28 2014/08/10 20:38:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.29 2014/10/15 18:31:46 kensington Exp $ + +*libwbxml-0.11.2 (15 Oct 2014) + + 15 Oct 2014; Michael Palimaka <[email protected]> +libwbxml-0.11.2.ebuild: + Version bump. 10 Aug 2014; Sergei Trofimovich <[email protected]> libwbxml-0.10.9.ebuild, libwbxml-0.11.0.ebuild: 1.1 dev-libs/libwbxml/libwbxml-0.11.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/libwbxml-0.11.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/libwbxml-0.11.2.ebuild?rev=1.1&content-type=text/plain Index: libwbxml-0.11.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/libwbxml/libwbxml-0.11.2.ebuild,v 1.1 2014/10/15 18:31:46 kensington Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Library and tools to parse, encode and handle WBXML documents" HOMEPAGE="http://libwbxml.opensync.org/" SRC_URI="mirror://sourceforge/libwbxml/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND=" dev-libs/expat virtual/libiconv " DEPEND="${RDEPEND} test? ( dev-libs/check ) " DOCS=( AUTHORS BUGS ChangeLog NEWS README References THANKS TODO ) src_configure() { local mycmakeargs=( -DENABLE_INSTALL_DOC=OFF -DENABLE_UNIT_TEST=$(usex test) ) cmake-utils_src_configure }
