aballier 14/12/16 08:59:37 Modified: ChangeLog Added: tyxml-3.4.0.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.15 dev-ml/tyxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 1 Dec 2014 09:48:40 -0000 1.14 +++ ChangeLog 16 Dec 2014 08:59:37 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/tyxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.14 2014/12/01 09:48:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.15 2014/12/16 08:59:37 aballier Exp $ + +*tyxml-3.4.0 (16 Dec 2014) + + 16 Dec 2014; Alexis Ballier <[email protected]> +tyxml-3.4.0.ebuild: + version bump *tyxml-3.3.0 (01 Dec 2014) 1.1 dev-ml/tyxml/tyxml-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.4.0.ebuild?rev=1.1&content-type=text/plain Index: tyxml-3.4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.4.0.ebuild,v 1.1 2014/12/16 08:59:37 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="A libary to build xml trees typechecked by OCaml" HOMEPAGE="http://ocsigen.org/tyxml/" SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" DEPEND=" dev-ml/uutf:= dev-ml/camlp4:=" RDEPEND="${DEPEND}" DOCS=( CHANGES README.md )
