Skip to content

Commit

Permalink
dev-ml/ojquery: initial import; ebuild by me
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
aballier committed Sep 7, 2016
1 parent d1da9c3 commit 1232b10
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/ojquery/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ojquery-0.1.tar.gz 64335 SHA256 38ea3c563f51829867188d523c384b98b14593dffc5e804e39fa671ffac516c3 SHA512 57b0f7458fc44294df0993a1593f0f42d532834b7f6676e8093eb3c12d4c88a6084a99f831751fece69477d17ab84a0ebedd9873f5255aa8ee2a6d39996634d2 WHIRLPOOL f705a9e04a2682a2d0fb20e2473734f9aa5829ddc10d396e603576ae22d8082aa2ffb465379e1f53d039f1075c32857c98de97804af1cfc5e0632ac36397ea1d
8 changes: 8 additions & 0 deletions dev-ml/ojquery/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo ML Project</name>
</maintainer>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-ml/ojquery/ojquery-0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit oasis

DESCRIPTION="jQuery Binding for Eliom."
HOMEPAGE="jQuery Binding for Eliom."
SRC_URI="https://github.com/ocsigen/ojquery/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="dev-ml/react:=
dev-ml/js_of_ocaml:=
dev-ml/lwt:="
DEPEND="${RDEPEND} dev-ml/oasis"

src_prepare() {
oasis setup || die
}

0 comments on commit 1232b10

Please sign in to comment.