summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-02 06:30:01 +0100
committerSam James <sam@gentoo.org>2021-10-02 06:30:01 +0100
commit597f3999e88c522b41b0897a7f0143dc79cfb8b2 (patch)
tree14ec34e584c95cac14f6fc43a8aed758bdf6205e /dev-ml/ppxlib
parentdev-ml/dune: add 2.9.1 (diff)
downloadgentoo-597f3999e88c522b41b0897a7f0143dc79cfb8b2.tar.gz
gentoo-597f3999e88c522b41b0897a7f0143dc79cfb8b2.tar.bz2
gentoo-597f3999e88c522b41b0897a7f0143dc79cfb8b2.zip
dev-ml/ppxlib: add note re version bumps
Note that we need to be careful to get the dependencies right on each new version. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppxlib')
-rw-r--r--dev-ml/ppxlib/ppxlib-0.18.0.ebuild5
-rw-r--r--dev-ml/ppxlib/ppxlib-0.20.0.ebuild5
-rw-r--r--dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild5
-rw-r--r--dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild5
-rw-r--r--dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild5
5 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/ppxlib/ppxlib-0.18.0.ebuild b/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
index 3cee14a81864..322bc6a963d6 100644
--- a/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/ppxlib/ppxlib-0.20.0.ebuild b/dev-ml/ppxlib/ppxlib-0.20.0.ebuild
index d7f81c1a3a3b..8ea171116681 100644
--- a/dev-ml/ppxlib/ppxlib-0.20.0.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.20.0.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild b/dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild
index 2f753797ef40..e6b9510929d3 100644
--- a/dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild b/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
index 53471d4c6327..eca76b2308f1 100644
--- a/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild b/dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild
index 2986d9beed3a..0acf232740e3 100644
--- a/dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild
@@ -5,6 +5,11 @@ EAPI=7
inherit dune
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
DESCRIPTION="Base library and tools for ppx rewriters"
HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"