Skip to content

Commit

Permalink
dev-libs/libmowgli: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent df6fc08 commit f0255c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion dev-libs/libmowgli/libmowgli-1.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
5 changes: 2 additions & 3 deletions dev-libs/libmowgli/libmowgli-2.1.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
5 changes: 2 additions & 3 deletions dev-libs/libmowgli/libmowgli-2.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
7 changes: 3 additions & 4 deletions dev-libs/libmowgli/libmowgli-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"

Expand Down

0 comments on commit f0255c3

Please sign in to comment.