diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-02-09 09:52:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-02-09 09:52:42 +0000 |
commit | f9c57f60e5177b28b2edcdb6c4c17fe445f285ba (patch) | |
tree | 7e64c8981e2f5c96fa6e60eaeb9a7871f5cc6277 /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-f9c57f60e5177b28b2edcdb6c4c17fe445f285ba.tar.gz gentoo-2-f9c57f60e5177b28b2edcdb6c4c17fe445f285ba.tar.bz2 gentoo-2-f9c57f60e5177b28b2edcdb6c4c17fe445f285ba.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-sqlite3/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-ml/ocaml-sqlite3/ChangeLog b/dev-ml/ocaml-sqlite3/ChangeLog index ac05525c8c01..44359453cb4b 100644 --- a/dev-ml/ocaml-sqlite3/ChangeLog +++ b/dev-ml/ocaml-sqlite3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-sqlite3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.36 2014/11/28 15:18:55 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.37 2015/02/09 09:52:42 aballier Exp $ + +*ocaml-sqlite3-2.0.9 (09 Feb 2015) + + 09 Feb 2015; Alexis Ballier <aballier@gentoo.org> + +ocaml-sqlite3-2.0.9.ebuild: + version bump *ocaml-sqlite3-2.0.7 (28 Nov 2014) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild new file mode 100644 index 000000000000..1e8ca8fd98f4 --- /dev/null +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild,v 1.1 2015/02/09 09:52:42 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +MY_PN="sqlite3-ocaml" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A package for ocaml that provides access to SQLite databases" +HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" +SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-db/sqlite-3.3.3 + >=dev-ml/findlib-1.3.2" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} +DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) |