aballier 14/10/30 08:11:53 Modified: ChangeLog Added: macaque-0.7.1.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.2 dev-ml/macaque/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 7 Feb 2013 20:43:32 -0000 1.1 +++ ChangeLog 30 Oct 2014 08:11:53 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/macaque -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.1 2013/02/07 20:43:32 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/ChangeLog,v 1.2 2014/10/30 08:11:53 aballier Exp $ + +*macaque-0.7.1 (30 Oct 2014) + + 30 Oct 2014; Alexis Ballier <[email protected]> +macaque-0.7.1.ebuild: + version bump *macaque-0.6.1 (07 Feb 2013) 1.1 dev-ml/macaque/macaque-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/macaque-0.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/macaque/macaque-0.7.1.ebuild?rev=1.1&content-type=text/plain Index: macaque-0.7.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/macaque/macaque-0.7.1.ebuild,v 1.1 2014/10/30 08:11:53 aballier Exp $ EAPI=5 inherit oasis DESCRIPTION="DSL for SQL Queries in Caml" HOMEPAGE="http://ocsigen.org/macaque/" SRC_URI="https://github.com/ocsigen/macaque/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-ml/pgocaml-2.1:= || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" DOCS=( Changelog README.md )
