[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2021-04-20 Thread Sam James
commit: 232a8bfa925909be3bdc06c9860a191b5fb5f3cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 00:26:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 02:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232a8bfa

dev-ml/ocaml-hashcons: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
index 7b027961ea8..e059ea1b193 100644
--- a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
+++ b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit autotools findlib
 
@@ -18,7 +18,10 @@ RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+   default
+
eautoreconf
+
sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
 }
 
@@ -31,7 +34,12 @@ src_compile() {
 }
 
 src_install() {
-   dodir "$(ocamlfind printconf destdir)/hashcons"
-   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
+   local destdir=$(ocamlfind printconf destdir || die)
+   dodir ${destdir}/hashcons
+
+   emake \
+   DESTDIR="-destdir ${D}"/${destdir}/ \
+   $(usex ocamlopt install-opt install-byte)
+
dodoc README.md CHANGES
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2020-12-02 Thread Aaron Bauman
commit: 5db98a9376c410b918d52bff4678b765fd6dbe75
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  2 17:38:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  2 17:45:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db98a93

dev-ml/ocaml-hashcons: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ml/ocaml-hashcons/Manifest  |  1 -
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
index 4daf113868a..45655278b82 100644
--- a/dev-ml/ocaml-hashcons/Manifest
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -1,2 +1 @@
-DIST ocaml-hashcons-1.2.tar.gz 19775 BLAKE2B 
7bef506cb7de3177168cc582245f8e2ece3ca7e9da78985ff604a32be675bcd36901ed920c7898aa0e3087251494f425c164cd1125485549de0bbfd867bdbfa6
 SHA512 
167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2
 DIST ocaml-hashcons-1.3.tar.gz 19495 BLAKE2B 
0d29a529fb1d6953e7294e3992e6f41c094e8b4ea607ed4f2f0d97c558b2c9a6e8703de0aca06727b845ad3f3989ef99c634e248f221c95fbffc2321cd73e961
 SHA512 
fd194d48a3231e72ca8bf3d324e5e1f6442d965da9149973a1763cf70aa82398805fa00648bdd12de3d3daada8e90bdc575c73886f949b5183e79bea75beadc8

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild
deleted file mode 100644
index e2f3672faae..000
--- a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools findlib
-
-DESCRIPTION="OCaml hash-consing library"
-HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
-SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   eautoreconf
-   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
-}
-
-src_compile() {
-   if use ocamlopt; then
-   emake opt byte
-   else
-   emake byte
-   fi
-}
-
-src_install() {
-   dodir "$(ocamlfind printconf destdir)/hashcons"
-   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
-   dodoc README.md CHANGES
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2017-09-01 Thread Alexis Ballier
commit: 9249f2ff2792fec4cba2b8dea1940f66063afafc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:54:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9249f2ff

dev-ml/ocaml-hashcons: bump to 1.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ml/ocaml-hashcons/Manifest  |  1 +
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
index 3a72ad97c90..6a368ba585c 100644
--- a/dev-ml/ocaml-hashcons/Manifest
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -1 +1,2 @@
 DIST ocaml-hashcons-1.2.tar.gz 19775 SHA256 
de48e8e3e19b8cf84fb4d8d2484f0bb44dc6ced160b0d22b74d4de7236c821bb SHA512 
167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2
 WHIRLPOOL 
4d89bbf99826dbc1e5d8e46f03d71357b0b6c6b71ba76f9b7a8dcaa4906b976c4edd30407d0d1cb183e9cb5ef8b11f412fee98beb8eb1d4a6113cc9650eea0a3
+DIST ocaml-hashcons-1.3.tar.gz 19495 SHA256 
59c72966f48ea67c694dd49099eca180b52d3da81d4300172ace6edb4a5d72ce SHA512 
fd194d48a3231e72ca8bf3d324e5e1f6442d965da9149973a1763cf70aa82398805fa00648bdd12de3d3daada8e90bdc575c73886f949b5183e79bea75beadc8
 WHIRLPOOL 
67133d354bc96bfbffa269593680183cfd8bf8882383f6a84fccb8702ab5aae440b0d428b19c2f2408ac95d501f654ec678d71c575b2f6d0f38ac8a0b4e0

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
new file mode 100644
index 000..7b027961ea8
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools findlib
+
+DESCRIPTION="OCaml hash-consing library"
+HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
+SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   eautoreconf
+   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
+}
+
+src_compile() {
+   if use ocamlopt; then
+   emake opt byte
+   else
+   emake byte
+   fi
+}
+
+src_install() {
+   dodir "$(ocamlfind printconf destdir)/hashcons"
+   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
+   dodoc README.md CHANGES
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2017-01-24 Thread Alexis Ballier
commit: 9bd10bd3cb45d6d34dcb9986abcc35b3d547185a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 11:16:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 11:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd10bd3

dev-ml/ocaml-hashcons: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-hashcons/Manifest  |  1 -
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
index a6c312a..3a72ad9 100644
--- a/dev-ml/ocaml-hashcons/Manifest
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -1,2 +1 @@
-DIST ocaml-hashcons-1.0.tar.gz 19624 SHA256 
b32d9f9fb933708e9ab51184bb9d6a1523cea0d775a66c78161f30f5d7365cf3 SHA512 
58afc7f65920f4e31884ecd7e7538dd86b2a7a7f4f449cae098d510ac0446fcb663bf29fbbb4a2c44ad0e6d93d83901d1af1b81d0f8770530a77e8d127dd5186
 WHIRLPOOL 
6e412db459c815469d02867c93a516d3b7633a16001688c6818c8a281fc64a5f819f5020adfff569ff37d23b005acfb48a1b2c94727d3121e4f40151c41c9812
 DIST ocaml-hashcons-1.2.tar.gz 19775 SHA256 
de48e8e3e19b8cf84fb4d8d2484f0bb44dc6ced160b0d22b74d4de7236c821bb SHA512 
167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2
 WHIRLPOOL 
4d89bbf99826dbc1e5d8e46f03d71357b0b6c6b71ba76f9b7a8dcaa4906b976c4edd30407d0d1cb183e9cb5ef8b11f412fee98beb8eb1d4a6113cc9650eea0a3

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild
deleted file mode 100644
index fbc814e..
--- a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools findlib
-
-DESCRIPTION="OCaml hash-consing library"
-HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
-SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   eautoreconf
-   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
-}
-
-src_compile() {
-   if use ocamlopt; then
-   emake opt byte
-   else
-   emake byte
-   fi
-}
-
-src_install() {
-   dodir "$(ocamlfind printconf destdir)/hashcons"
-   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
-   dodoc README.md CHANGES
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2016-04-05 Thread Alexis Ballier
commit: ff4777afb7ce111d1aaaf7b61d648f399d2a0fe8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Apr  5 11:08:46 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Apr  5 11:08:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4777af

dev-ml/ocaml-hashcons: bump to 1.2

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

 dev-ml/ocaml-hashcons/Manifest  |  1 +
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
index 36c7731..a6c312a 100644
--- a/dev-ml/ocaml-hashcons/Manifest
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -1 +1,2 @@
 DIST ocaml-hashcons-1.0.tar.gz 19624 SHA256 
b32d9f9fb933708e9ab51184bb9d6a1523cea0d775a66c78161f30f5d7365cf3 SHA512 
58afc7f65920f4e31884ecd7e7538dd86b2a7a7f4f449cae098d510ac0446fcb663bf29fbbb4a2c44ad0e6d93d83901d1af1b81d0f8770530a77e8d127dd5186
 WHIRLPOOL 
6e412db459c815469d02867c93a516d3b7633a16001688c6818c8a281fc64a5f819f5020adfff569ff37d23b005acfb48a1b2c94727d3121e4f40151c41c9812
+DIST ocaml-hashcons-1.2.tar.gz 19775 SHA256 
de48e8e3e19b8cf84fb4d8d2484f0bb44dc6ced160b0d22b74d4de7236c821bb SHA512 
167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2
 WHIRLPOOL 
4d89bbf99826dbc1e5d8e46f03d71357b0b6c6b71ba76f9b7a8dcaa4906b976c4edd30407d0d1cb183e9cb5ef8b11f412fee98beb8eb1d4a6113cc9650eea0a3

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild
new file mode 100644
index 000..fbc814e
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools findlib
+
+DESCRIPTION="OCaml hash-consing library"
+HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
+SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   eautoreconf
+   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
+}
+
+src_compile() {
+   if use ocamlopt; then
+   emake opt byte
+   else
+   emake byte
+   fi
+}
+
+src_install() {
+   dodir "$(ocamlfind printconf destdir)/hashcons"
+   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
+   dodoc README.md CHANGES
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/

2016-03-14 Thread Alexis Ballier
commit: 4dca7b9007e77485a758a1b4eb5280a4228741d5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Mar 14 12:10:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Mar 14 12:18:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dca7b90

dev-ml/ocaml-hashcons: initial import; ebuild by me

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

 dev-ml/ocaml-hashcons/Manifest  |  1 +
 dev-ml/ocaml-hashcons/metadata.xml  |  8 ++
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild | 38 +
 3 files changed, 47 insertions(+)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
new file mode 100644
index 000..36c7731
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -0,0 +1 @@
+DIST ocaml-hashcons-1.0.tar.gz 19624 SHA256 
b32d9f9fb933708e9ab51184bb9d6a1523cea0d775a66c78161f30f5d7365cf3 SHA512 
58afc7f65920f4e31884ecd7e7538dd86b2a7a7f4f449cae098d510ac0446fcb663bf29fbbb4a2c44ad0e6d93d83901d1af1b81d0f8770530a77e8d127dd5186
 WHIRLPOOL 
6e412db459c815469d02867c93a516d3b7633a16001688c6818c8a281fc64a5f819f5020adfff569ff37d23b005acfb48a1b2c94727d3121e4f40151c41c9812

diff --git a/dev-ml/ocaml-hashcons/metadata.xml 
b/dev-ml/ocaml-hashcons/metadata.xml
new file mode 100644
index 000..ffac4d7
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   m...@gentoo.org
+   Gentoo ML Project
+
+

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild
new file mode 100644
index 000..fbc814e
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools findlib
+
+DESCRIPTION="OCaml hash-consing library"
+HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
+SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   eautoreconf
+   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
+}
+
+src_compile() {
+   if use ocamlopt; then
+   emake opt byte
+   else
+   emake byte
+   fi
+}
+
+src_install() {
+   dodir "$(ocamlfind printconf destdir)/hashcons"
+   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
+   dodoc README.md CHANGES
+}