From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1325923-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10A5F158019 for <garchives@archives.gentoo.org>; Sat, 2 Oct 2021 05:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2385E08C3; Sat, 2 Oct 2021 05:33:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA3CCE08C3 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Oct 2021 05:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97FD2342D8A for <gentoo-commits@lists.gentoo.org>; Sat, 2 Oct 2021 05:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 264A5105 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Oct 2021 05:33:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1633152601.597f3999e88c522b41b0897a7f0143dc79cfb8b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppxlib/ppxlib-0.18.0.ebuild dev-ml/ppxlib/ppxlib-0.20.0.ebuild dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild X-VCS-Directories: dev-ml/ppxlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 597f3999e88c522b41b0897a7f0143dc79cfb8b2 X-VCS-Branch: master Date: Sat, 2 Oct 2021 05:33:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 894474d9-2cda-4fb6-9971-244902b41342 X-Archives-Hash: 260bbdcb0728cd4abebb0f037e448e38 commit: 597f3999e88c522b41b0897a7f0143dc79cfb8b2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 05:30:01 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 05:30:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597f3999 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 <AT> gentoo.org> dev-ml/ppxlib/ppxlib-0.18.0.ebuild | 5 +++++ dev-ml/ppxlib/ppxlib-0.20.0.ebuild | 5 +++++ dev-ml/ppxlib/ppxlib-0.21.0-r2.ebuild | 5 +++++ dev-ml/ppxlib/ppxlib-0.22.0-r2.ebuild | 5 +++++ dev-ml/ppxlib/ppxlib-0.22.2-r1.ebuild | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/dev-ml/ppxlib/ppxlib-0.18.0.ebuild b/dev-ml/ppxlib/ppxlib-0.18.0.ebuild index 3cee14a8186..322bc6a963d 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 d7f81c1a3a3..8ea17111668 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 2f753797ef4..e6b9510929d 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 53471d4c632..eca76b2308f 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 2986d9beed3..0acf232740e 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"