public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2017-12-20 22:46 Craig Andrews
  0 siblings, 0 replies; 10+ messages in thread
From: Craig Andrews @ 2017-12-20 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     dba981db737f5c120a553113aff6bc34ea2c33ae
Author:     Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
AuthorDate: Sun Aug 13 17:31:17 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 22:46:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba981db

net-nntp/slrn: add myself in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-nntp/slrn/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-nntp/slrn/metadata.xml b/net-nntp/slrn/metadata.xml
index acd01529506..ab82f5bb508 100644
--- a/net-nntp/slrn/metadata.xml
+++ b/net-nntp/slrn/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>nemunaire@nemunai.re</email>
+		<name>Pierre-Olivier Mercier</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<use>
 		<flag name="uudeview">Add support for yEnc coding and more using
 		<pkg>dev-libs/uulib</pkg></flag>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2017-12-20 22:48 Craig Andrews
  0 siblings, 0 replies; 10+ messages in thread
From: Craig Andrews @ 2017-12-20 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     692261531c886bdcb035dc14a216371b84113167
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 22:48:02 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 22:48:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69226153

net-nntp/slrn: Use https for SRC_URI

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-nntp/slrn/slrn-1.0.2.ebuild | 4 ++--
 net-nntp/slrn/slrn-1.0.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-nntp/slrn/slrn-1.0.2.ebuild b/net-nntp/slrn/slrn-1.0.2.ebuild
index 678b2492814..8086fab4307 100644
--- a/net-nntp/slrn/slrn-1.0.2.ebuild
+++ b/net-nntp/slrn/slrn-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MY_P="${PN}_${PV/_/~}"
 
 DESCRIPTION="A s-lang based newsreader"
 HOMEPAGE="http://slrn.sourceforge.net/"
-SRC_URI="http://jedsoft.org/releases/${PN}/${P}.tar.bz2"
+SRC_URI="https://jedsoft.org/releases/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild
index 6ea1761884d..10dd1762c3c 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3.ebuild
@@ -7,7 +7,7 @@ MY_P="${P}a"
 
 DESCRIPTION="A s-lang based newsreader"
 HOMEPAGE="http://slrn.sourceforge.net/"
-SRC_URI="http://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
+SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2018-05-29 11:17 Thomas Deutschmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-05-29 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0357da9f417257990f9dd014659ffcf7947ee444
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 11:15:03 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 29 11:15:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0357da9f

net-nntp/slrn: x86 stable (bug #653130)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-nntp/slrn/slrn-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild
index 10dd1762c3c..7416f325d32 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="canlock libressl nls ssl uudeview"
 
 RDEPEND="app-arch/sharutils


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2018-06-03 16:45 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-06-03 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     753a29a317df489111289a35adf9de18b6b37ac6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 16:45:00 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 16:45:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753a29a3

net-nntp/slrn: amd64 stable wrt bug #653130

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-nntp/slrn/slrn-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild
index 7416f325d32..0f1df289567 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="canlock libressl nls ssl uudeview"
 
 RDEPEND="app-arch/sharutils


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2020-11-28 16:44 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2020-11-28 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     05fc0b68e9e1829788acbebef9c7c8fd134ce92e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 16:33:29 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 16:44:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fc0b68

net-nntp/slrn: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-nntp/slrn/Manifest          |  1 -
 net-nntp/slrn/slrn-1.0.2.ebuild | 41 -----------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/net-nntp/slrn/Manifest b/net-nntp/slrn/Manifest
index e2f5112a5f1..027cfbef265 100644
--- a/net-nntp/slrn/Manifest
+++ b/net-nntp/slrn/Manifest
@@ -1,2 +1 @@
-DIST slrn-1.0.2.tar.bz2 995433 BLAKE2B e2812826252918547d5cfb810233b8e0d19bb7df44577cb118ff51064648579f90132c88b5872400cac70cca5b91731d1ede39c4e0521d75d989a5d4417d78c6 SHA512 264dce88622e544356782c483f3639252ba57408d79775b2cd3ea06962ea3ebc568bc45ed19f1690c66b5b71d82eadeebd62a0bad656b1339ab7b80eb3f3cc5f
 DIST slrn-1.0.3a.tar.bz2 997138 BLAKE2B a349783edae24e0269ab1b8ddc328e578340e40e72285bbf070237b3724f475450f08bbc655d3b212684b8fffc495129008bde71a481fb3d2f4326bf396e5981 SHA512 11cef2dfe41f441af15acc22fb675cf607e932f0dd6d4a998e51ecda05c9a50d7abf10a3e693ffc857ad77e09634f460404e4d5b289169e7bbffdaf5d6d565a3

diff --git a/net-nntp/slrn/slrn-1.0.2.ebuild b/net-nntp/slrn/slrn-1.0.2.ebuild
deleted file mode 100644
index 8086fab4307..00000000000
--- a/net-nntp/slrn/slrn-1.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils
-
-MY_P="${PN}_${PV/_/~}"
-
-DESCRIPTION="A s-lang based newsreader"
-HOMEPAGE="http://slrn.sourceforge.net/"
-SRC_URI="https://jedsoft.org/releases/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="canlock nls ssl uudeview"
-
-RDEPEND="virtual/mta
-	app-arch/sharutils
-	>=sys-libs/slang-2.1.3
-	canlock? ( net-libs/canlock )
-	ssl? ( dev-libs/openssl )
-	uudeview? ( dev-libs/uulib )"
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-PATCHES=( "${FILESDIR}"/${P}-make.patch )
-
-src_configure() {
-	local myeconfargs=(
-		--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
-		--with-slrnpull
-		$(use_with canlock)
-		$(use_with uudeview uu)
-		$(use_enable nls)
-		$(use_with ssl)
-	)
-
-	autotools-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2021-05-02 19:43 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2021-05-02 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     48a8bed1407b73045fe1b64ace60a9ee732fe167
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 19:41:28 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:41:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a8bed1

net-nntp/slrn: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-nntp/slrn/slrn-1.0.3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild
index 07effe06c3a..33c6035550e 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,15 +12,14 @@ SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="canlock libressl nls ssl uudeview"
+IUSE="canlock nls ssl uudeview"
 
 RDEPEND="app-arch/sharutils
 	>=sys-libs/slang-2.2.3
 	virtual/mta
 	canlock? ( net-libs/canlock )
 	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:0= )
+		dev-libs/openssl:0=
 	)
 	uudeview? ( dev-libs/uulib )"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2021-09-09 11:30 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2021-09-09 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ad8caec2d7ff6a6a6c2e02b0bea68b4af39e3dbb
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep  9 11:20:24 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 11:24:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8caec2

net-nntp/slrn: revbump to support canlock v3.x

canlock v2 is still supported by this ebuild

EAPI 7 -> 8

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
similarity index 89%
rename from net-nntp/slrn/slrn-1.0.3.ebuild
rename to net-nntp/slrn/slrn-1.0.3-r1.ebuild
index 33c6035550e..ea2f93eec04 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 MY_P="${P}a"
 
@@ -17,7 +17,7 @@ IUSE="canlock nls ssl uudeview"
 RDEPEND="app-arch/sharutils
 	>=sys-libs/slang-2.2.3
 	virtual/mta
-	canlock? ( net-libs/canlock )
+	canlock? ( net-libs/canlock:=[legacy(+)] )
 	ssl? (
 		dev-libs/openssl:0=
 	)
@@ -31,7 +31,7 @@ src_configure() {
 	econf \
 		--with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--with-slrnpull \
-		$(use_with canlock) \
+		$(use_with canlock canlock /usr) \
 		$(use_enable nls) \
 		$(use_with ssl) \
 		$(use_with uudeview uu)


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2022-10-25 10:44 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-10-25 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     59b8de0eb20f4017fba86a1606d221d17a2ea568
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 10:39:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 10:43:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b8de0e

net-nntp/slrn: add github upstream metadata

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

 net-nntp/slrn/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-nntp/slrn/metadata.xml b/net-nntp/slrn/metadata.xml
index a9ae22b8412d..36224d8aa4c5 100644
--- a/net-nntp/slrn/metadata.xml
+++ b/net-nntp/slrn/metadata.xml
@@ -17,5 +17,6 @@
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">slrn</remote-id>
+		<remote-id type="github">jedsoft/slrn</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2023-06-28  7:50 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-28  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1c2be103bba0396f741545a4e7c2d156ecbf67d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:47:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2be103

net-nntp/slrn: add missing selinux policy dep

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

 net-nntp/slrn/slrn-1.0.3-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-nntp/slrn/slrn-1.0.3-r1.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
index ea2f93eec04e..9612089db12e 100644
--- a/net-nntp/slrn/slrn-1.0.3-r1.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="canlock nls ssl uudeview"
+IUSE="canlock nls selinux ssl uudeview"
 
 RDEPEND="app-arch/sharutils
 	>=sys-libs/slang-2.2.3
@@ -24,6 +24,7 @@ RDEPEND="app-arch/sharutils
 	uudeview? ( dev-libs/uulib )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
+RDEPEND+=" selinux? ( sec-policy/selinux-slrnpull )"
 
 PATCHES=( "${FILESDIR}"/${PN}-1.0.2-make.patch )
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
@ 2025-02-10  8:56 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2025-02-10  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9578ca0d04c1462511b6ed545933186e166e2010
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Tue Jan 28 11:13:13 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 08:54:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9578ca0d

net-nntp/slrn: add implicit decl of __va_copy to QA whitelist

pre-C99 extension, not in musl or clang, free to ignore - we are
using standard va_copy instead.

Closes: https://bugs.gentoo.org/900270
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40346
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nntp/slrn/slrn-1.0.3-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-nntp/slrn/slrn-1.0.3-r2.ebuild b/net-nntp/slrn/slrn-1.0.3-r2.ebuild
index f968453c2e6c..8e89b4e21f21 100644
--- a/net-nntp/slrn/slrn-1.0.3-r2.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,6 +34,10 @@ PATCHES=(
 	"${FILESDIR}"/${P}-configure.patch
 )
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+	__va_copy # bug #900270, pre-C99 extension, using standard va_copy() instead
+)
+
 src_configure() {
 	econf \
 		--with-docdir="${EPREFIX}"/usr/share/doc/${PF} \


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-10  8:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 22:46 [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2017-12-20 22:48 Craig Andrews
2018-05-29 11:17 Thomas Deutschmann
2018-06-03 16:45 Mikle Kolyada
2020-11-28 16:44 Aaron Bauman
2021-05-02 19:43 Mikle Kolyada
2021-09-09 11:30 Joonas Niilola
2022-10-25 10:44 Sam James
2023-06-28  7:50 Sam James
2025-02-10  8:56 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox