public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboauth/
Date: Sat, 27 May 2023 10:47:20 +0000 (UTC)	[thread overview]
Message-ID: <1685184400.ebd88795c44b57f91049e1ff745a0b6682422cef.sam@gentoo> (raw)

commit:     ebd88795c44b57f91049e1ff745a0b6682422cef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 10:42:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 10:46:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd88795

net-libs/liboauth: modernise

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
index f0475e3b43d8..911945ae3847 100644
--- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
+++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
 LICENSE="|| ( GPL-2 MIT )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
+# Upstream recommend NSS by default for licencing reasons (may change w/ openssl 3?)
 IUSE="bindist curl doc +nss"
-
 REQUIRED_USE="bindist? ( nss )"
 
 PATCHES=(
@@ -20,36 +20,34 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-1.0.3-openssl-1.1_2.patch
 )
 
-CDEPEND="
+RDEPEND="
 	curl? ( net-misc/curl )
-	nss? ( dev-libs/nss
+	nss? (
+		dev-libs/nss
 		curl? ( || (
 			net-misc/curl[ssl,curl_ssl_nss]
 			net-misc/curl[-ssl]
 		) )
 	)
 	!nss? (
-		dev-libs/openssl:0=
+		dev-libs/openssl:=
 		curl? ( || (
 			net-misc/curl[ssl,curl_ssl_openssl]
 			net-misc/curl[-ssl]
 		) )
 	)
 "
-
-RDEPEND="${CDEPEND}"
-
-DEPEND="
-	${CDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
 	doc? (
 		app-doc/doxygen
 		media-gfx/graphviz
 		media-fonts/freefont
 	)
 "
-BDEPEND="
-	virtual/pkgconfig
-"
+
+DOCS=( AUTHORS ChangeLog LICENSE.OpenSSL README )
 
 src_configure() {
 	local myeconfargs=(
@@ -71,8 +69,6 @@ src_compile() {
 	fi
 }
 
-DOCS=( AUTHORS ChangeLog LICENSE.OpenSSL README )
-
 src_install() {
 	use doc && HTML_DOCS=( doc/html/. )
 	default


             reply	other threads:[~2023-05-27 10:47 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-27 10:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16 18:30 [gentoo-commits] repo/gentoo:master commit in: net-libs/liboauth/ Andreas K. Hüttel
2024-09-15 17:16 Petr Vaněk
2023-12-29 22:43 Sam James
2023-12-29 22:43 Sam James
2023-12-29 21:41 Sam James
2023-12-29 19:22 Arthur Zamarin
2023-12-29 18:08 Arthur Zamarin
2023-11-25  5:46 Sam James
2023-09-14  3:55 Sam James
2023-07-27  5:46 WANG Xuerui
2022-01-27  9:30 David Seifert
2021-05-02 10:16 Mikle Kolyada
2019-05-22 21:20 Aaron Bauman
2019-05-04  9:50 Pacho Ramos
2019-05-03 20:30 Sergei Trofimovich
2019-05-02 22:11 Mikle Kolyada
2019-05-02 22:11 Mikle Kolyada
2019-04-01 20:14 Pacho Ramos
2019-04-01 19:58 Thomas Deutschmann
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-06 19:13 Aaron Bauman
2017-06-27 15:48 Alexis Ballier
2017-03-18  7:45 Michael Palimaka
2017-01-31 14:40 Jeroen Roovers
2017-01-08 18:21 Markus Meier
2016-11-27 18:31 Pacho Ramos
2016-11-27 17:51 Tobias Klausmann
2016-11-09  8:59 Pacho Ramos
2016-11-09  8:59 Pacho Ramos

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=1685184400.ebd88795c44b57f91049e1ff745a0b6682422cef.sam@gentoo \
    --to=sam@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