public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/
Date: Mon, 29 May 2023 19:49:10 +0000 (UTC)	[thread overview]
Message-ID: <1685389626.8c1a062f23736f6f3cf80eac41f6cf54d90d09fa.orbea@gentoo> (raw)

commit:     8c1a062f23736f6f3cf80eac41f6cf54d90d09fa
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat May 27 15:45:35 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Mon May 29 19:47:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8c1a062f

dev-libs/openssl: add, 3.{6,7}.3, drop 3.1.3-r1

Ensure that the dummy ebuild uses DEPEND rather than RDEPEND so that
portage doesn't update the dummy package, several dependees and then
libressl rather than updating libressl first.

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-libs/openssl/openssl-3.1.3-r1.ebuild | 19 -------------------
 dev-libs/openssl/openssl-3.6.3.ebuild    | 19 +++++++++++++++++++
 dev-libs/openssl/openssl-3.7.3.ebuild    | 19 +++++++++++++++++++
 3 files changed, 38 insertions(+), 19 deletions(-)

diff --git a/dev-libs/openssl/openssl-3.1.3-r1.ebuild b/dev-libs/openssl/openssl-3.1.3-r1.ebuild
deleted file mode 100644
index f7e3e12..0000000
--- a/dev-libs/openssl/openssl-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-DESCRIPTION="dummy package for dev-libs/libressl"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL"
-LICENSE="metapackage"
-
-SLOT="0/52" # .so version of libssl/libcrypto
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asm sslv3 static-libs test"
-REQUIRED_USE="!sslv3"
-
-RDEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"
-
-S="${WORKDIR}"

diff --git a/dev-libs/openssl/openssl-3.6.3.ebuild b/dev-libs/openssl/openssl-3.6.3.ebuild
new file mode 100644
index 0000000..5fd74d4
--- /dev/null
+++ b/dev-libs/openssl/openssl-3.6.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="dummy package for dev-libs/libressl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL"
+LICENSE="metapackage"
+
+SLOT="0/53" # .so version of libssl/libcrypto
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+asm sslv3 static-libs test"
+REQUIRED_USE="!sslv3"
+
+DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}"

diff --git a/dev-libs/openssl/openssl-3.7.3.ebuild b/dev-libs/openssl/openssl-3.7.3.ebuild
new file mode 100644
index 0000000..6abd95f
--- /dev/null
+++ b/dev-libs/openssl/openssl-3.7.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="dummy package for dev-libs/libressl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL"
+LICENSE="metapackage"
+
+SLOT="0/54" # .so version of libssl/libcrypto
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+asm sslv3 static-libs test"
+REQUIRED_USE="!sslv3"
+
+DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}"


             reply	other threads:[~2023-05-29 19:49 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29 19:49 orbea [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-15  5:00 [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/ orbea
2025-07-22 16:24 orbea
2025-07-22 16:24 orbea
2025-04-30 19:37 orbea
2024-11-13  2:30 orbea
2024-11-13  2:30 orbea
2024-10-15 20:09 orbea
2024-09-13  1:40 orbea
2024-08-15  4:35 orbea
2024-08-15  4:35 orbea
2024-04-13 16:14 orbea
2024-04-08 18:48 orbea
2024-04-05  1:28 orbea
2024-03-24 19:52 orbea
2024-03-24 19:42 orbea
2024-03-11  0:42 orbea
2024-03-11  0:42 orbea
2023-09-01  1:08 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-05-14 20:15 orbea
2022-12-14 22:47 Quentin Retornaz
2022-10-07 21:11 Quentin Retornaz
2022-07-26 21:42 Quentin Retornaz
2022-07-26 21:42 Quentin Retornaz
2022-06-19  4:04 Quentin Retornaz
2021-05-06 18:11 Quentin Retornaz
2021-05-02 22:05 Quentin Retornaz
2021-05-02 22:00 Quentin Retornaz
2021-05-02 15:05 Quentin Retornaz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685389626.8c1a062f23736f6f3cf80eac41f6cf54d90d09fa.orbea@gentoo \
    --to=orbea@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox