* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2017-03-09 21:31 Alexis Ballier
0 siblings, 0 replies; 19+ messages in thread
From: Alexis Ballier @ 2017-03-09 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 7221841c91c82027ded7a8d7db8edf3fa8caefd5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 20:42:00 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 21:31:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7221841c
dev-ml/camlbz2: keyword ~arm
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
index 34b8ed36c82..62a45769fbf 100644
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
IUSE="doc"
DEPEND="app-arch/bzip2
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2017-04-05 9:51 Michael Weber
0 siblings, 0 replies; 19+ messages in thread
From: Michael Weber @ 2017-04-05 9:51 UTC (permalink / raw
To: gentoo-commits
commit: a2d6f905cc19c03652ecd9911c3bb8d826101785
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 09:31:30 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 09:50:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d6f905
dev-ml/camlbz2: add ~ppc (bug 527318).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
index 62a45769fbf..defe4c8451a 100644
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc"
IUSE="doc"
DEPEND="app-arch/bzip2
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2017-07-13 20:59 Alexis Ballier
0 siblings, 0 replies; 19+ messages in thread
From: Alexis Ballier @ 2017-07-13 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 10be31cc0e3b7100da4919a7f0b4482e565a1ac4
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 20:58:58 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 20:59:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10be31cc
dev-ml/camlbz2: disable // make, it sometimes fails
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
index d9bbd48ae93..8eb275d3451 100644
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
@@ -18,6 +18,10 @@ DEPEND="app-arch/bzip2
>=dev-lang/ocaml-3.12:=[ocamlopt]"
RDEPEND="${DEPEND}"
+src_compile() {
+ emake -j1
+}
+
src_install() {
findlib_src_preinst
emake DESTDIR="${OCAMLFIND_DESTDIR}" install
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2017-08-02 11:23 Alexis Ballier
0 siblings, 0 replies; 19+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 3547c794c4249760ccfd87ff5bc10c9f1c6be79e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 10:34:56 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 11:22:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3547c794
dev-ml/camlbz2: keyword ~x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
index 8eb275d3451..15884ba324e 100644
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="doc"
DEPEND="app-arch/bzip2
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2020-10-28 3:36 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2020-10-28 3:36 UTC (permalink / raw
To: gentoo-commits
commit: c4bb116439460e92462407a29a68c42ec2c10d63
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:33:34 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:33:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bb1164
dev-ml/camlbz2: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.6.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0-r1.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0-r1.ebuild
index cd213ca3e52..98ccbc37320 100644
--- a/dev-ml/camlbz2/camlbz2-0.6.0-r1.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.6.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="doc"
DEPEND="app-arch/bzip2
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2020-11-28 18:37 Aaron Bauman
0 siblings, 0 replies; 19+ messages in thread
From: Aaron Bauman @ 2020-11-28 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 56242d62743d4f48afcf13afaac20ad63233a2d9
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 18:06:54 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 18:37:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56242d62
dev-ml/camlbz2: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
deleted file mode 100644
index 15884ba324e..00000000000
--- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
-HOMEPAGE="http://camlbz2.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/bzip2
- >=dev-lang/ocaml-3.12:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- findlib_src_preinst
- emake DESTDIR="${OCAMLFIND_DESTDIR}" install
- dodoc ChangeLog README ROADMAP BUGS
- use doc && dohtml doc/*
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-01-24 22:40 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-01-24 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 3f58b419c69b629ea15576c0a863ddf8e747ae73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 22:38:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 22:40:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f58b419
dev-ml/camlbz2: bump to 0.7.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/Manifest | 1 +
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-ml/camlbz2/Manifest b/dev-ml/camlbz2/Manifest
index 91a61a4d5f2..a5845e92901 100644
--- a/dev-ml/camlbz2/Manifest
+++ b/dev-ml/camlbz2/Manifest
@@ -1 +1,2 @@
DIST camlbz2-0.6.0.tar.gz 57771 BLAKE2B 5b4337ca547c37f6982c29c9b70f00ca3100983541a80bf16e8d549c2eabf64ef917ea3ba445c8bb5bbcdb1a652cc5cd586c95299d194a7abe8e68ea9f1a0599 SHA512 1052536bb08c9d9f9bdf4a063a5a01389445b55117ce423dd1732de00cd79db5e4befb4ce5c81c5db8a6d40b28a2ac4b897bb00598fdccf76ea92a2966592680
+DIST camlbz2-0.7.0.tar.gz 22769 BLAKE2B 4bfd1c4e7e4b47e666dc3053bf1536ce71b9d32fa0dff2a11642176431af89f83007bae23c61335eb1153e21300a91193f86a40af7ff0c133d491b6e6a3ec4f6 SHA512 570901199df4b5ef79e158f5309ff69d2b85babe002a0324244868f4201f0e9d6aeec377b2ec9a6bf657a29857dc13a0f63e05d162f76c7d412fa6c5f3c0e0f6
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
new file mode 100644
index 00000000000..735cd9dab6d
--- /dev/null
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+AT_M4DIR="m4"
+inherit autotools findlib
+
+DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
+HOMEPAGE="https://gitlab.com/irill/camlbz2"
+SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+ app-arch/bzip2
+ >=dev-lang/ocaml-3.12:=[ocamlopt]
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog README ROADMAP BUGS )
+HTML_DOCS=( doc/. )
+
+src_prepare() {
+ default
+
+ mkdir m4 || die
+ mv ocaml.m4 m4 || die
+
+ eautoreconf
+}
+
+src_compile() {
+ emake -j1 all
+}
+
+src_install() {
+ findlib_src_preinst
+ emake DESTDIR="${OCAMLFIND_DESTDIR}" install
+ use doc && einstalldocs
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-02-10 16:33 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 31974c0bd2fe0683cccce66517097ac8619063ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31974c0b
dev-ml/camlbz2: Stabilize 0.7.0 ppc64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 735cd9dab6d..68a81b03d24 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-02-10 18:53 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 02549f87626d20726a97e70e6f99ee87446fb827
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:53:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:53:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02549f87
dev-ml/camlbz2: Stabilize 0.7.0 amd64, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 68a81b03d24..7840479c17b 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-02-11 6:26 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-11 6:26 UTC (permalink / raw
To: gentoo-commits
commit: a19f43a935747da3522528cfcb1e4428e98466b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19f43a9
dev-ml/camlbz2: Stabilize 0.7.0 x86, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 7840479c17b..49486f64b21 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-02-11 6:31 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-11 6:31 UTC (permalink / raw
To: gentoo-commits
commit: b52eb8f28922f9c9a406aab0a807dbd9980bbf3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52eb8f2
dev-ml/camlbz2: Stabilize 0.7.0 ppc, #769317
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 49486f64b21..8ea15529085 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-03-14 0:48 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-03-14 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 6876b454cbbadf4c7a4fc5db0943bb491c12b123
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:44:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:47:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876b454
dev-ml/camlbz2: Stabilize 0.7.0 arm64, #772833
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 354cc6939d0..774e2b6b2f7 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2021-10-15 3:43 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-10-15 3:43 UTC (permalink / raw
To: gentoo-commits
commit: 3c6bd1f6abfbee878ea5d517acec3329cf9270bc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 03:40:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 03:40:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6bd1f6
dev-ml/camlbz2: drop USE=doc
Closes: https://bugs.gentoo.org/802048
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index 774e2b6b2f7..a406153daeb 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -13,7 +13,6 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="doc"
DEPEND="
app-arch/bzip2
@@ -21,9 +20,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-DOCS=( ChangeLog README ROADMAP BUGS )
-HTML_DOCS=( doc/. )
-
src_prepare() {
default
@@ -40,5 +36,4 @@ src_compile() {
src_install() {
findlib_src_preinst
emake DESTDIR="${OCAMLFIND_DESTDIR}" install
- use doc && einstalldocs
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2022-12-04 21:14 Alfredo Tupone
0 siblings, 0 replies; 19+ messages in thread
From: Alfredo Tupone @ 2022-12-04 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 44acc1b204a3cf67ca1d1c83e1c350915d352eb0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:14:32 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:14:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44acc1b2
dev-ml/camlbz2: add github upstream metadata
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlbz2/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ml/camlbz2/metadata.xml b/dev-ml/camlbz2/metadata.xml
index c765c1971790..8566f2f1a630 100644
--- a/dev-ml/camlbz2/metadata.xml
+++ b/dev-ml/camlbz2/metadata.xml
@@ -9,4 +9,7 @@
<email>gienah@gentoo.org</email>
<name>Mark Wright</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">irill/camlbz2</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2022-12-05 17:49 Alfredo Tupone
0 siblings, 0 replies; 19+ messages in thread
From: Alfredo Tupone @ 2022-12-05 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 060c753d92f5177adb8c15e767c01639c652e0c3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 17:49:02 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 17:49:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060c753d
dev-ml/camlbz2: update upstream metadata
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlbz2/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/metadata.xml b/dev-ml/camlbz2/metadata.xml
index 8566f2f1a630..de750e35587d 100644
--- a/dev-ml/camlbz2/metadata.xml
+++ b/dev-ml/camlbz2/metadata.xml
@@ -10,6 +10,6 @@
<name>Mark Wright</name>
</maintainer>
<upstream>
- <remote-id type="github">irill/camlbz2</remote-id>
+ <remote-id type="gitlab">irill/camlbz2</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2022-12-05 17:53 Alfredo Tupone
0 siblings, 0 replies; 19+ messages in thread
From: Alfredo Tupone @ 2022-12-05 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 71926c63e477b0fccec4757a1d9924fc912873a8
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 17:53:27 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 17:53:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71926c63
dev-ml/camlbz2: update SRC_URI
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlbz2/Manifest | 2 +-
dev-ml/camlbz2/camlbz2-0.7.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/camlbz2/Manifest b/dev-ml/camlbz2/Manifest
index 450d0693e09d..265beb0658ff 100644
--- a/dev-ml/camlbz2/Manifest
+++ b/dev-ml/camlbz2/Manifest
@@ -1 +1 @@
-DIST camlbz2-0.7.0.tar.gz 22769 BLAKE2B 4bfd1c4e7e4b47e666dc3053bf1536ce71b9d32fa0dff2a11642176431af89f83007bae23c61335eb1153e21300a91193f86a40af7ff0c133d491b6e6a3ec4f6 SHA512 570901199df4b5ef79e158f5309ff69d2b85babe002a0324244868f4201f0e9d6aeec377b2ec9a6bf657a29857dc13a0f63e05d162f76c7d412fa6c5f3c0e0f6
+DIST camlbz2-0.7.0.tar.bz2 21300 BLAKE2B 6b4830a957c98aafe2dfa164a5b9160724e3509dcc9686ee825224ede4b0a05eb5e8407707b4ee99e30417111552ca3023b79b0b4e6f93ef2e58212af9b4a46e SHA512 5f5c9e75014b2c869907150919ea1faa142d42868cc4f1d19feb19dfc586fbf8f871f21e3e77995e1253d01352827084619f7351bd960d76464e0cd8ad9dbaa7
diff --git a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
index f1367371e312..950ee0959db1 100644
--- a/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.7.0.ebuild
@@ -8,7 +8,7 @@ inherit autotools findlib
DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
HOMEPAGE="https://gitlab.com/irill/camlbz2"
-SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.gz"
+SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2024-06-19 16:29 Alfredo Tupone
0 siblings, 0 replies; 19+ messages in thread
From: Alfredo Tupone @ 2024-06-19 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 104ba682913794a6ef9c82d86e840f78e51c1757
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 16:29:31 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 16:29:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104ba682
dev-ml/camlbz2: add 0.8.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlbz2/Manifest | 1 +
dev-ml/camlbz2/camlbz2-0.8.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-ml/camlbz2/Manifest b/dev-ml/camlbz2/Manifest
index 265beb0658ff..cf88f0f5cfa3 100644
--- a/dev-ml/camlbz2/Manifest
+++ b/dev-ml/camlbz2/Manifest
@@ -1 +1,2 @@
DIST camlbz2-0.7.0.tar.bz2 21300 BLAKE2B 6b4830a957c98aafe2dfa164a5b9160724e3509dcc9686ee825224ede4b0a05eb5e8407707b4ee99e30417111552ca3023b79b0b4e6f93ef2e58212af9b4a46e SHA512 5f5c9e75014b2c869907150919ea1faa142d42868cc4f1d19feb19dfc586fbf8f871f21e3e77995e1253d01352827084619f7351bd960d76464e0cd8ad9dbaa7
+DIST camlbz2-0.8.0.tar.bz2 16560 BLAKE2B 818a656e0bd61669341f5dafa9adcaf14de13e452fd29ccf91a1216fdda0fb3f61b069781613e65794079d89fb666ed5dbfbdce91a3b39f64963fc61173596fa SHA512 5d8f8ff20676d77aa9c418bd8ba8a3c14aeb6e44e2d458f03ead29f703c97f3f7b5999e2b0a3fc3c78c5a77e7fbd55e5f8c8aeed154f4d46030f7f92f7f1f38a
diff --git a/dev-ml/camlbz2/camlbz2-0.8.0.ebuild b/dev-ml/camlbz2/camlbz2-0.8.0.ebuild
new file mode 100644
index 000000000000..6c4986072a98
--- /dev/null
+++ b/dev-ml/camlbz2/camlbz2-0.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME=bz2
+inherit dune
+
+DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
+HOMEPAGE="https://gitlab.com/irill/camlbz2"
+SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="app-arch/bzip2"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2024-06-21 6:21 Alfredo Tupone
0 siblings, 0 replies; 19+ messages in thread
From: Alfredo Tupone @ 2024-06-21 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 62ea48216345e4c8d6848293bf16dbbeb4648809
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 06:19:10 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 06:19:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ea4821
dev-ml/camlbz2: fix deps
Closes: https://bugs.gentoo.org/934594
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlbz2/{camlbz2-0.8.0.ebuild => camlbz2-0.8.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.8.0.ebuild b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
similarity index 88%
rename from dev-ml/camlbz2/camlbz2-0.8.0.ebuild
rename to dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
index 6c4986072a98..c78454058687 100644
--- a/dev-ml/camlbz2/camlbz2-0.8.0.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
@@ -15,5 +15,6 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
-DEPEND="app-arch/bzip2"
+DEPEND="app-arch/bzip2
+ dev-ml/stdlib-shims:=[ocamlopt?]"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/
@ 2024-10-15 15:25 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-10-15 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 1437b331697088231e3483e509914f820339f819
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 15:24:33 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 15:24:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1437b331
dev-ml/camlbz2: Stabilize 0.8.0-r1 x86, #941576
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
index 6c30ca3a48ed..5b9fb0b91a23 100644
--- a/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
+++ b/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND="app-arch/bzip2
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2024-10-15 15:25 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11 6:31 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 Arthur Zamarin
2024-06-21 6:21 Alfredo Tupone
2024-06-19 16:29 Alfredo Tupone
2022-12-05 17:53 Alfredo Tupone
2022-12-05 17:49 Alfredo Tupone
2022-12-04 21:14 Alfredo Tupone
2021-10-15 3:43 Sam James
2021-03-14 0:48 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2021-01-24 22:40 Sam James
2020-11-28 18:37 Aaron Bauman
2020-10-28 3:36 Sam James
2017-08-02 11:23 Alexis Ballier
2017-07-13 20:59 Alexis Ballier
2017-04-05 9:51 Michael Weber
2017-03-09 21:31 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox