diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-30 08:11:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-30 08:11:53 +0000 |
commit | 09a6b40921911fb94b494c29520acead3b4c9925 (patch) | |
tree | adaf10e644e02b615ce4256e509c5c288e5925ae /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-09a6b40921911fb94b494c29520acead3b4c9925.tar.gz gentoo-2-09a6b40921911fb94b494c29520acead3b4c9925.tar.bz2 gentoo-2-09a6b40921911fb94b494c29520acead3b4c9925.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/macaque/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/macaque/macaque-0.7.1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ml/macaque/ChangeLog b/dev-ml/macaque/ChangeLog index 2ba709100db6..3780dc290ec1 100644 --- a/dev-ml/macaque/ChangeLog +++ b/dev-ml/macaque/ChangeLog @@ -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 <aballier@gentoo.org> +macaque-0.7.1.ebuild: + version bump *macaque-0.6.1 (07 Feb 2013) diff --git a/dev-ml/macaque/macaque-0.7.1.ebuild b/dev-ml/macaque/macaque-0.7.1.ebuild new file mode 100644 index 000000000000..5005f8da6c4c --- /dev/null +++ b/dev-ml/macaque/macaque-0.7.1.ebuild @@ -0,0 +1,21 @@ +# 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 ) |