aballier 15/02/20 17:50:30 Modified: ChangeLog Added: ocaml-ipaddr-2.6.1.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.2 dev-ml/ocaml-ipaddr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 1 Dec 2014 09:59:25 -0000 1.1 +++ ChangeLog 20 Feb 2015 17:50:30 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocaml-ipaddr -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.1 2014/12/01 09:59:25 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.2 2015/02/20 17:50:30 aballier Exp $ + +*ocaml-ipaddr-2.6.1 (20 Feb 2015) + + 20 Feb 2015; Alexis Ballier <[email protected]> +ocaml-ipaddr-2.6.1.ebuild: + version bump *ocaml-ipaddr-2.5.0 (01 Dec 2014) 1.1 dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild?rev=1.1&content-type=text/plain Index: ocaml-ipaddr-2.6.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild,v 1.1 2015/02/20 17:50:30 aballier Exp $ EAPI=5 OASIS_BUILD_TESTS=1 inherit oasis DESCRIPTION="OCaml library for manipulation of IP (and MAC) address representations" HOMEPAGE="https://github.com/mirage/ocaml-ipaddr" SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-ml/sexplib:=" RDEPEND="${DEPEND}" DOCS=( CHANGES README.md )
