public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
@ 2016-05-03  9:14 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-05-03  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7b876a378743ea806407966eeb75487a62b7754d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 17:02:20 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  3 09:13:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b876a37

dev-ml/js-build-tools: initial import; ebuild by me

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/js-build-tools/Manifest                     |  1 +
 .../js-build-tools/js-build-tools-113.33.03.ebuild | 40 ++++++++++++++++++++++
 dev-ml/js-build-tools/metadata.xml                 | 11 ++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest
new file mode 100644
index 0000000..d232eb3
--- /dev/null
+++ b/dev-ml/js-build-tools/Manifest
@@ -0,0 +1 @@
+DIST js-build-tools-113.33.03.tar.gz 52884 SHA256 eb3e7a444bde32c20d910be4da774200f12dd01b157533de903409c3d0cb013a SHA512 4c5c6a7d98977900e130607fc2ce2aee683a0f73f2bc559078aaf0df35815d670be55bb429892238ba3d10f655d300d031b3b1d20a0717426c15292e5aeebf66 WHIRLPOOL f8e8e0d053d36681f69a587a6dfc011c7c559069a8b73eec7567777e10c1f41b8c98102f991ea74799e27340b8f72b8ac9c25ed3488c40ca2953517a8e10e5aa

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
new file mode 100644
index 0000000..deec719
--- /dev/null
+++ b/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Collection of tools to help building Jane Street Packages"
+HOMEPAGE="https://github.com/janestreet/js-build-tools"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}

diff --git a/dev-ml/js-build-tools/metadata.xml b/dev-ml/js-build-tools/metadata.xml
new file mode 100644
index 0000000..91d86fd
--- /dev/null
+++ b/dev-ml/js-build-tools/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>Gentoo ML Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="bitbucket">yminsky/ocaml-core</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
@ 2016-05-11  8:51 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-05-11  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     26c828a59c549fae8ffe3419df26d27b4fcf800a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:51:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:51:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c828a5

dev-ml/js-build-tools: bump to 113.33.04

Package-Manager: portage-2.2.28

 dev-ml/js-build-tools/Manifest                     |  1 +
 .../js-build-tools/js-build-tools-113.33.04.ebuild | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest
index d232eb3..577f99c 100644
--- a/dev-ml/js-build-tools/Manifest
+++ b/dev-ml/js-build-tools/Manifest
@@ -1 +1,2 @@
 DIST js-build-tools-113.33.03.tar.gz 52884 SHA256 eb3e7a444bde32c20d910be4da774200f12dd01b157533de903409c3d0cb013a SHA512 4c5c6a7d98977900e130607fc2ce2aee683a0f73f2bc559078aaf0df35815d670be55bb429892238ba3d10f655d300d031b3b1d20a0717426c15292e5aeebf66 WHIRLPOOL f8e8e0d053d36681f69a587a6dfc011c7c559069a8b73eec7567777e10c1f41b8c98102f991ea74799e27340b8f72b8ac9c25ed3488c40ca2953517a8e10e5aa
+DIST js-build-tools-113.33.04.tar.gz 53125 SHA256 30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8 SHA512 80e5ec052a3957fe0871d3ddf5ce7cb18f6942360388508cf0afaa6fb251a3a37cdb72b8bf5ae05b390e781bec2e78cb546e460772aad4ef563a49137c5d378a WHIRLPOOL b886a8c22af4bf151ce8d7ebd4947476adab29ba5167690e9c3a671d14ce7254e22f501b37f71c9f04bbcc9ecbff30ed848ca2ffbde11d13dee6b264a775428a

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
new file mode 100644
index 0000000..deec719
--- /dev/null
+++ b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Collection of tools to help building Jane Street Packages"
+HOMEPAGE="https://github.com/janestreet/js-build-tools"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
@ 2017-01-24 11:07 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     379553ad479452be70fe54cd48a04d07acb58553
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:06:32 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:07:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379553ad

dev-ml/js-build-tools: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/js-build-tools/Manifest                     |  1 -
 .../js-build-tools/js-build-tools-113.33.03.ebuild | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest
index 577f99c..0dfed00 100644
--- a/dev-ml/js-build-tools/Manifest
+++ b/dev-ml/js-build-tools/Manifest
@@ -1,2 +1 @@
-DIST js-build-tools-113.33.03.tar.gz 52884 SHA256 eb3e7a444bde32c20d910be4da774200f12dd01b157533de903409c3d0cb013a SHA512 4c5c6a7d98977900e130607fc2ce2aee683a0f73f2bc559078aaf0df35815d670be55bb429892238ba3d10f655d300d031b3b1d20a0717426c15292e5aeebf66 WHIRLPOOL f8e8e0d053d36681f69a587a6dfc011c7c559069a8b73eec7567777e10c1f41b8c98102f991ea74799e27340b8f72b8ac9c25ed3488c40ca2953517a8e10e5aa
 DIST js-build-tools-113.33.04.tar.gz 53125 SHA256 30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8 SHA512 80e5ec052a3957fe0871d3ddf5ce7cb18f6942360388508cf0afaa6fb251a3a37cdb72b8bf5ae05b390e781bec2e78cb546e460772aad4ef563a49137c5d378a WHIRLPOOL b886a8c22af4bf151ce8d7ebd4947476adab29ba5167690e9c3a671d14ce7254e22f501b37f71c9f04bbcc9ecbff30ed848ca2ffbde11d13dee6b264a775428a

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
deleted file mode 100644
index deec719..00000000
--- a/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Collection of tools to help building Jane Street Packages"
-HOMEPAGE="https://github.com/janestreet/js-build-tools"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
@ 2017-01-30 22:55 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cd29c7eeee749bca9c856baa462570632dee1934
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:29:49 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:29:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd29c7ee

dev-ml/js-build-tools: bump to 113.33.06

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/js-build-tools/Manifest                     |  1 +
 .../js-build-tools/js-build-tools-113.33.06.ebuild | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest
index 0dfed00..e2e4834 100644
--- a/dev-ml/js-build-tools/Manifest
+++ b/dev-ml/js-build-tools/Manifest
@@ -1 +1,2 @@
 DIST js-build-tools-113.33.04.tar.gz 53125 SHA256 30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8 SHA512 80e5ec052a3957fe0871d3ddf5ce7cb18f6942360388508cf0afaa6fb251a3a37cdb72b8bf5ae05b390e781bec2e78cb546e460772aad4ef563a49137c5d378a WHIRLPOOL b886a8c22af4bf151ce8d7ebd4947476adab29ba5167690e9c3a671d14ce7254e22f501b37f71c9f04bbcc9ecbff30ed848ca2ffbde11d13dee6b264a775428a
+DIST js-build-tools-113.33.06.tar.gz 53942 SHA256 c67f111c54e2bd5e502963fbdf46662f6232b371fc4eda2634bef888be231f65 SHA512 69e755843971cc8944033ff9539ca26b8c56a3492e11cb8778bb35a40e1af2cbacad30d67de1734ca70722e1aaa68d4d5d405794315f2848cec358dd9736b14c WHIRLPOOL bb996f627b74d338c6a0efc7cfbf6d528c068a36b6ed6e49496d176fe15e6954540a713b223b90850276763effef645cb10b27aeaeace1eeb25b895e6e282878

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.06.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.06.ebuild
new file mode 100644
index 00000000..db4c32f
--- /dev/null
+++ b/dev-ml/js-build-tools/js-build-tools-113.33.06.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Collection of tools to help building Jane Street Packages"
+HOMEPAGE="https://github.com/janestreet/js-build-tools"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-ml/ocamlbuild:="
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/
@ 2017-01-30 22:55 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     25deb77a0135d27e194f8ce01f216edf78560c78
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 12:41:07 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:21:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25deb77a

dev-ml/js-build-tools: add missing dep on ocamlbuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
index deec719..db4c32f 100644
--- a/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
+++ b/dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="dev-ml/ocamlbuild:="
 DEPEND="${RDEPEND} dev-ml/opam"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-30 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-ml/js-build-tools/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-01-30 22:55 Alexis Ballier
2017-01-24 11:07 Alexis Ballier
2016-05-11  8:51 Alexis Ballier
2016-05-03  9:14 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox