From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/
Date: Sun, 2 May 2021 15:38:35 +0000 (UTC) [thread overview]
Message-ID: <1619969911.f0255c385127d32fe169b5954a3c039741215f58.zlogene@gentoo> (raw)
commit: f0255c385127d32fe169b5954a3c039741215f58
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 15:18:21 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 15:38:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0255c38
dev-libs/libmowgli: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild | 1 -
dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild | 5 ++---
dev-libs/libmowgli/libmowgli-2.1.3.ebuild | 5 ++---
dev-libs/libmowgli/libmowgli-9999.ebuild | 7 +++----
4 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
index cb097324022..af108d290d5 100644
--- a/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
+++ b/dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
@@ -10,6 +10,5 @@ SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
DOCS=( AUTHORS README doc/BOOST )
diff --git a/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild b/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
index ff19e41257c..e7b02c8ea2b 100644
--- a/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
+++ b/dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
@@ -12,11 +12,10 @@ SRC_URI="https://github.com/atheme/libmowgli-2/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="BSD-2"
SLOT="2"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="libressl ssl"
+IUSE="ssl"
RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
!~dev-libs/libmowgli-2.1.0" # Bug 629644
DEPEND="${RDEPEND}"
diff --git a/dev-libs/libmowgli/libmowgli-2.1.3.ebuild b/dev-libs/libmowgli/libmowgli-2.1.3.ebuild
index fda525fcb4a..e47671e5776 100644
--- a/dev-libs/libmowgli/libmowgli-2.1.3.ebuild
+++ b/dev-libs/libmowgli/libmowgli-2.1.3.ebuild
@@ -10,11 +10,10 @@ SRC_URI="https://github.com/atheme/libmowgli-2/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="BSD-2"
SLOT="2"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-linux ~ppc-macos"
-IUSE="libressl ssl"
+IUSE="ssl"
RDEPEND="ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)
!~dev-libs/libmowgli-2.1.0" # Bug 629644
DEPEND="${RDEPEND}"
diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild
index bae567fb341..bbf56b6c4b7 100644
--- a/dev-libs/libmowgli/libmowgli-9999.ebuild
+++ b/dev-libs/libmowgli/libmowgli-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,12 +12,11 @@ EGIT_REPO_URI="https://github.com/atheme/libmowgli-2.git"
LICENSE="BSD-2"
SLOT="2"
KEYWORDS=""
-IUSE="libressl ssl"
+IUSE="ssl"
RDEPEND="
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)"
DEPEND="${RDEPEND}"
next reply other threads:[~2021-05-02 15:38 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 15:38 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/ Andreas K. Hüttel
2022-02-06 7:40 Sam James
2021-11-02 11:00 Sam James
2021-10-31 18:03 Sam James
2021-10-31 17:58 Sam James
2021-10-31 5:59 Sam James
2021-10-31 5:59 Sam James
2021-10-30 22:55 Sam James
2021-10-30 22:55 Sam James
2021-09-24 7:22 Joonas Niilola
2021-09-24 7:22 Joonas Niilola
2021-09-24 7:22 Joonas Niilola
2021-02-16 12:34 Sam James
2021-02-09 21:31 Sam James
2021-02-09 21:30 Sam James
2021-02-09 9:48 Sam James
2021-02-09 6:16 Sam James
2020-12-21 20:02 Sam James
2020-04-10 10:30 Joonas Niilola
2019-09-20 7:34 Michał Górny
2018-04-14 19:36 Mikle Kolyada
2018-04-05 14:57 Aaron Bauman
2018-03-31 8:15 Tobias Klausmann
2018-03-22 13:17 Mikle Kolyada
2018-03-21 5:55 Markus Meier
2018-03-20 22:21 Sergei Trofimovich
2018-03-11 22:20 Sergei Trofimovich
2018-03-11 15:07 Thomas Deutschmann
2018-03-11 11:42 Sergei Trofimovich
2018-01-13 22:54 David Seifert
2017-12-01 21:35 Andreas Sturmlechner
2017-12-01 21:35 Andreas Sturmlechner
2017-09-22 9:48 Patrice Clement
2017-09-06 10:59 Michał Górny
2017-09-02 8:45 Michał Górny
2017-07-30 9:15 Michał Górny
2017-02-26 16:30 Michael Weber
2017-02-23 10:12 Michael Palimaka
2017-02-23 9:57 Michael Palimaka
2017-02-23 9:08 Michael Weber
2017-01-29 16:19 Fabian Groffen
2016-08-07 7:42 Pacho Ramos
2016-08-07 7:25 Pacho Ramos
2016-06-26 0:09 Anthony G. Basile
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=1619969911.f0255c385127d32fe169b5954a3c039741215f58.zlogene@gentoo \
--to=zlogene@gentoo.org \
--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