public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2021-04-18  6:45 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-04-18  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     82cffa59e4144c177ab87442013cdbc7159b4c1a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:45:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:45:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cffa59

dev-ml/camldbm: Stabilize 1.2 x86, #783570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index 8965120fd91..516340830e0 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~ppc ~x86"
+KEYWORDS="~amd64 arm ~ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2024-07-02 14:50 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-07-02 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c1586d7fc12752b73447d847e3c93f23c2e09be8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 14:24:42 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 14:50:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1586d7f

dev-ml/camldbm: drop old 1.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/camldbm/Manifest           |  1 -
 dev-ml/camldbm/camldbm-1.0.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-ml/camldbm/Manifest b/dev-ml/camldbm/Manifest
index b81db05c293b..170acb84fdfe 100644
--- a/dev-ml/camldbm/Manifest
+++ b/dev-ml/camldbm/Manifest
@@ -1,2 +1 @@
-DIST camldbm-1.0.tgz 14397 BLAKE2B 9b6971e30815ad6984254591af793819beb3859ddbf7bbd95ee744a2b09ce04968ecad9c7ff954e1606776d82988b3499f2569154586a937a61eb6d5c7b9465b SHA512 d0b752754650efb400f13f957e83fddccf1fc9ac9e1d11f453af94e9aa599546a316eb110685b3728b593c99cbf859cdc7bcf924c878cf8b6dead3dc413ccfbf
 DIST camldbm-1.2.tar.gz 14823 BLAKE2B b9eda65c56440b1d13562e0d184474e585b13826038e77901961df475cbd73df39c9923e4f73c891252f17416e78acb3c3b42accf01dc5d6f51a72bafa930084 SHA512 56d317db420179f96a0f6a453f8a34ea16942f3ca5ed09dd6955517348dad281ad105b861378f1ebd01ec5c8a1c07d5e5db1ab4d255f9572ece64a86559705f0

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
deleted file mode 100644
index cb2837d1ab20..000000000000
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
-HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~ppc x86"
-
-DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
-	>=dev-lang/ocaml-3.12:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/hasgotfix.patch"
-	"${FILESDIR}/include_fix.patch"
-)
-
-src_prepare() {
-	sed -i \
-		-e "s|ranlib|$(tc-getRANLIB)|g" \
-		Makefile \
-		|| die
-	default
-}
-
-src_install() {
-	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it
-	emake LIBDIR="${D}/$(ocamlc -where)" install
-	dodoc README Changelog
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2022-12-04 21:16 Alfredo Tupone
  0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2022-12-04 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e48ac477e8b457cbcd329e35f350b2d2884abcca
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:15:55 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:16:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48ac477

dev-ml/camldbm: add github upstream metadata

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camldbm/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/camldbm/metadata.xml b/dev-ml/camldbm/metadata.xml
index ff5a0cd1ae3d..9866468afa01 100644
--- a/dev-ml/camldbm/metadata.xml
+++ b/dev-ml/camldbm/metadata.xml
@@ -5,4 +5,7 @@
 		<email>ml@gentoo.org</email>
 		<name>ML</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">ocaml/dbm</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2022-01-22 13:43 Alfredo Tupone
  0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2022-01-22 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4dbdea0d25239a573a329efeeaaff8a88794f5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 13:43:12 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 13:43:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4dbdea

dev-ml/camldbm: do not call ranlib directly

Closes: https://bugs.gentoo.org/723142
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.0.ebuild | 12 +++++++++++-
 dev-ml/camldbm/camldbm-1.2.ebuild | 12 +++++++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index 8f8d8b94854c..c025afbf93f0 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/"
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
@@ -20,6 +22,14 @@ PATCHES=(
 	"${FILESDIR}/include_fix.patch"
 )
 
+src_prepare() {
+	sed -i \
+		-e "s|ranlib|$(tc-getRANLIB)|g" \
+		Makefile \
+		|| die
+	default
+}
+
 src_install() {
 	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it
 	emake LIBDIR="${D}/$(ocamlc -where)" install

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index e8ed8d0f97ef..7fb74cd7c4c2 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="https://github.com/ocaml/dbm"
 SRC_URI="https://github.com/ocaml/dbm/archive/${P}.tar.gz"
@@ -21,6 +23,14 @@ QA_FLAGS_IGNORED=(
 	/usr/'lib.*'/ocaml/stublibs/dllcamldbm.so
 )
 
+src_prepare() {
+	sed -i \
+		-e "s|ranlib|$(tc-getRANLIB)|g" \
+		Makefile \
+		|| die
+	default
+}
+
 src_install() {
 	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it
 	emake LIBDIR="${D}/$(ocamlc -where)" install


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2021-04-18  6:48 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-04-18  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2ce1560cdf4e72f837a483c6678f94625f4feaaf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:48:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:48:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce1560c

dev-ml/camldbm: Stabilize 1.2 ppc, #783570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index 2c331f04db6..e8ed8d0f97e 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2021-04-18  6:47 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-04-18  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     071f30bfefafc941c72aff8c5d0390b43ecd2895
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:46:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:46:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f30bf

dev-ml/camldbm: Stabilize 1.2 amd64, #783570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index 516340830e0..2c331f04db6 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2021-04-18  6:44 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-04-18  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3de159e691534cfa18cc0109d8234e066c1fd23f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:44:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:44:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de159e6

dev-ml/camldbm: Stabilize 1.2 arm, #783570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index 4b6ad3aee3d..8965120fd91 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 arm ~ppc ~x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2021-01-25 21:33 Alfredo Tupone
  0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2021-01-25 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     feb94452ace6bf1210d938aabfed45e118971f65
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 21:33:05 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 21:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb94452

dev-ml/camldbm: ignore QA flags warning

Close: https://bugs.gentoo.org/755209
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 7 ++++++-
 dev-ml/camldbm/metadata.xml       | 5 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
index 4bae2351d3f..4b6ad3aee3d 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,11 @@ DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED=(
+	/usr/'lib.*'/ocaml/dbm.cmxs
+	/usr/'lib.*'/ocaml/stublibs/dllcamldbm.so
+)
+
 src_install() {
 	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it
 	emake LIBDIR="${D}/$(ocamlc -where)" install

diff --git a/dev-ml/camldbm/metadata.xml b/dev-ml/camldbm/metadata.xml
index 6f49eba8f49..9f27ba42c7d 100644
--- a/dev-ml/camldbm/metadata.xml
+++ b/dev-ml/camldbm/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2020-11-18  1:26 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-11-18  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b0adc6f6cbbe8dffc58cfe097f2df0e84f56b434
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 01:25:16 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 01:25:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0adc6f6

dev-ml/camldbm: port to EAPI 7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/camldbm-1.0.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index 5286f0873c3..8f8d8b94854 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit base
+EAPI=7
 
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/"
@@ -12,13 +10,15 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="amd64 arm ppc x86"
-IUSE=""
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
 	>=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/hasgotfix.patch" "${FILESDIR}/include_fix.patch" )
+PATCHES=(
+	"${FILESDIR}/hasgotfix.patch"
+	"${FILESDIR}/include_fix.patch"
+)
 
 src_install() {
 	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2020-11-18  1:26 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-11-18  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b3b370b4fbb281b0d3b3531abedb3b8305565929
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 01:26:20 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 01:26:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b370b4

dev-ml/camldbm: bump to 1.2

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camldbm/Manifest           |  1 +
 dev-ml/camldbm/camldbm-1.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ml/camldbm/Manifest b/dev-ml/camldbm/Manifest
index 8540da89268..b81db05c293 100644
--- a/dev-ml/camldbm/Manifest
+++ b/dev-ml/camldbm/Manifest
@@ -1 +1,2 @@
 DIST camldbm-1.0.tgz 14397 BLAKE2B 9b6971e30815ad6984254591af793819beb3859ddbf7bbd95ee744a2b09ce04968ecad9c7ff954e1606776d82988b3499f2569154586a937a61eb6d5c7b9465b SHA512 d0b752754650efb400f13f957e83fddccf1fc9ac9e1d11f453af94e9aa599546a316eb110685b3728b593c99cbf859cdc7bcf924c878cf8b6dead3dc413ccfbf
+DIST camldbm-1.2.tar.gz 14823 BLAKE2B b9eda65c56440b1d13562e0d184474e585b13826038e77901961df475cbd73df39c9923e4f73c891252f17416e78acb3c3b42accf01dc5d6f51a72bafa930084 SHA512 56d317db420179f96a0f6a453f8a34ea16942f3ca5ed09dd6955517348dad281ad105b861378f1ebd01ec5c8a1c07d5e5db1ab4d255f9572ece64a86559705f0

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild
new file mode 100644
index 00000000000..4bae2351d3f
--- /dev/null
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
+HOMEPAGE="https://github.com/ocaml/dbm"
+SRC_URI="https://github.com/ocaml/dbm/archive/${P}.tar.gz"
+S="${WORKDIR}/dbm-${P}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
+	>=dev-lang/ocaml-3.12:=[ocamlopt]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it
+	emake LIBDIR="${D}/$(ocamlc -where)" install
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2018-08-26  9:39 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2018-08-26  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 09:18:00 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 09:18:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22cbdfe

dev-ml/camldbm: Remove support for non-existent deps

 dev-ml/camldbm/camldbm-1.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index 94941d45295..c6af754862f 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,9 +14,8 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
-DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )
-	>=dev-lang/ocaml-3.12:=[ocamlopt]
-	!<dev-lang/ocaml-4[gdbm]"
+DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
+	>=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/hasgotfix.patch" "${FILESDIR}/include_fix.patch" )


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2015-11-21 14:24 Markus Meier
  0 siblings, 0 replies; 15+ messages in thread
From: Markus Meier @ 2015-11-21 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     39279722df08e6d00b531eb7a0b2de0b4bfb6429
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:23:45 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:23:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39279722

dev-ml/camldbm: arm stable, bug #463018

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index a9bec6b..297721d 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2015-11-12 11:21 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-11-12 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     01cf804f47c32b505c1e8bf9c50937fbc2750898
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 11:21:08 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 11:21:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cf804f

dev-ml/camldbm: ppc stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index adc585c..a9bec6b 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2015-11-11  9:54 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-11-11  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cae49b36efae79524a2fa720bc1a388cb31542db
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 09:53:46 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 09:53:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae49b36

dev-ml/camldbm: x86 stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index 1ae253f..adc585c 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/
@ 2015-11-10 12:01 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-11-10 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     82db85747c6772545acc59ec4e9e3b7eb1c00d0c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 12:01:05 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 12:01:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82db8574

dev-ml/camldbm: amd64 stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild
index f6205c7..1ae253f 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )


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

end of thread, other threads:[~2024-07-02 14:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18  6:45 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02 14:50 Maciej Barć
2022-12-04 21:16 Alfredo Tupone
2022-01-22 13:43 Alfredo Tupone
2021-04-18  6:48 Sam James
2021-04-18  6:47 Sam James
2021-04-18  6:44 Sam James
2021-01-25 21:33 Alfredo Tupone
2020-11-18  1:26 Sam James
2020-11-18  1:26 Sam James
2018-08-26  9:39 Michał Górny
2015-11-21 14:24 Markus Meier
2015-11-12 11:21 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-10 12:01 Agostino Sarubbo

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