Skip to content

Commit

Permalink
dev-ml/ocaml-sqlite3: bump to 4.1.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
aballier committed Dec 17, 2016
1 parent ec5c7c5 commit d8f61db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/ocaml-sqlite3/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST sqlite3-ocaml-4.0.6.tar.gz 70620 SHA256 921be9aab70743d8e56e51fdcc23c0974e54991e416e23d5dd025ca8d1adb269 SHA512 8659207d4ea08d062c465f6ac03f754b3c3eb7a9d17b95bb08a9a578eb45b4683400435ca063ad9b0c52267da060823dcaa4c566e5bcedf9229f24726d32a2b3 WHIRLPOOL c4cb389931682ceca6460281887707cd89e2e6b068499dd7e9b1061123b35279b3ca044bc328e9f4538cfc1d38c6f46f46116f0f62ba01634b0e6eb766267c8f
DIST sqlite3-ocaml-4.1.0.tar.gz 76762 SHA256 1ab50edeee261da6835bc3b80e3d30172e37f2f230d186ae0099c1539574b79b SHA512 d444534d02039b1b505c1dbe9dcee4e29c3b4b6a4ed1f480552598a59a0748ebba144a54656fdc6d652993a22adaa69434ebf97dca4ab17a379160587d497fec WHIRLPOOL 090ac0f2cc2b8f828e91b076751cc1e6f79206d49d4ca5708dc3cdbac47a45792dfbd637eadda00cce75c3ec33d219cd5c8cf7d13308317dd32a3a591d4847ac
29 changes: 29 additions & 0 deletions dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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" )

0 comments on commit d8f61db

Please sign in to comment.