public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2019-01-26 12:43 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2019-01-26 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3ffaf55d4466d90e5467d9feb79d5c64a7d497
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 11:43:40 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 12:42:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3ffaf5

net-misc/pen: Bump to 0.34.1

Closes: https://bugs.gentoo.org/674794
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-misc/pen/Manifest          |  1 +
 net-misc/pen/pen-0.34.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/net-misc/pen/Manifest b/net-misc/pen/Manifest
index 4e23b91e3f2..b0a2902320c 100644
--- a/net-misc/pen/Manifest
+++ b/net-misc/pen/Manifest
@@ -1 +1,2 @@
 DIST pen-0.25.1.tar.gz 150231 BLAKE2B 155605baa0e8656880a543a46b62598fbb321990141868284ea3ef998d57a47a0ab0f9f2d8cd74814c65895149fc5f6b8defc4b757e45a3ebbecef153b00db58 SHA512 712c5899eb0ab20df1c91653328a63fe1715f0412e434aa08229555ff725bd54eb4732be1176f2cea02761db37a5ae241a4f790ca803fc1002be2bf65bc6269b
+DIST pen-0.34.1.tar.gz 184622 BLAKE2B 1a00942d65fa814e91ca9c69bed559cbb02245763885a14f1ad835c2bee680f92d9d861822189815ece05f5292299066f3fed0208eac144e516fb4204128e17c SHA512 5237e67ef2a8751cab0bbaf75bbd081f0c645830b20d94e5fab365def0692307f2e0c55158697fc79a197c624bd34bda590cf5ded229beea44da597d3344b263

diff --git a/net-misc/pen/pen-0.34.1.ebuild b/net-misc/pen/pen-0.34.1.ebuild
new file mode 100644
index 00000000000..17969d8d67c
--- /dev/null
+++ b/net-misc/pen/pen-0.34.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="TCP Load Balancing Port Forwarder"
+HOMEPAGE="http://siag.nu/pen/"
+SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="geoip ssl"
+
+RDEPEND="
+	geoip? ( dev-libs/geoip )
+	ssl? ( dev-libs/openssl:0= )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	econf --with-docdir=/usr/share/doc/${PF} \
+		$(use_with geoip) \
+		$(use_with ssl)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2019-05-19 15:48 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     42043417b499df182853a9f870df4f2fd2b538fa
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 15:14:04 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 15:14:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42043417

net-misc/pen: x86 stable (bug #684604)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-misc/pen/pen-0.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pen/pen-0.34.1.ebuild b/net-misc/pen/pen-0.34.1.ebuild
index 17969d8d67c..a477e7bc173 100644
--- a/net-misc/pen/pen-0.34.1.ebuild
+++ b/net-misc/pen/pen-0.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="geoip ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2019-05-19 20:56 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2019-05-19 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     acbd4e3604136cd722ec0e5e9dc54872d7da6ef0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 20:56:01 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 19 20:56:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbd4e36

net-misc/pen: amd64 stable wrt bug #684604

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-misc/pen/pen-0.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/pen/pen-0.34.1.ebuild b/net-misc/pen/pen-0.34.1.ebuild
index a477e7bc173..fe17b110abd 100644
--- a/net-misc/pen/pen-0.34.1.ebuild
+++ b/net-misc/pen/pen-0.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="geoip ssl"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2019-05-19 21:19 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-05-19 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     477c53fe46e4e6eecdc4ea71cc67f78ef64557b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 20:59:41 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 21:07:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477c53fe

net-misc/pen: Drop 0.25.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/pen/Manifest          |  1 -
 net-misc/pen/pen-0.25.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-misc/pen/Manifest b/net-misc/pen/Manifest
index b0a2902320c..50847ad8c79 100644
--- a/net-misc/pen/Manifest
+++ b/net-misc/pen/Manifest
@@ -1,2 +1 @@
-DIST pen-0.25.1.tar.gz 150231 BLAKE2B 155605baa0e8656880a543a46b62598fbb321990141868284ea3ef998d57a47a0ab0f9f2d8cd74814c65895149fc5f6b8defc4b757e45a3ebbecef153b00db58 SHA512 712c5899eb0ab20df1c91653328a63fe1715f0412e434aa08229555ff725bd54eb4732be1176f2cea02761db37a5ae241a4f790ca803fc1002be2bf65bc6269b
 DIST pen-0.34.1.tar.gz 184622 BLAKE2B 1a00942d65fa814e91ca9c69bed559cbb02245763885a14f1ad835c2bee680f92d9d861822189815ece05f5292299066f3fed0208eac144e516fb4204128e17c SHA512 5237e67ef2a8751cab0bbaf75bbd081f0c645830b20d94e5fab365def0692307f2e0c55158697fc79a197c624bd34bda590cf5ded229beea44da597d3344b263

diff --git a/net-misc/pen/pen-0.25.1.ebuild b/net-misc/pen/pen-0.25.1.ebuild
deleted file mode 100644
index 5a512270b2c..00000000000
--- a/net-misc/pen/pen-0.25.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="TCP Load Balancing Port Forwarder"
-HOMEPAGE="http://siag.nu/pen/"
-SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="geoip ssl"
-
-DEPEND="geoip? ( dev-libs/geoip )
-	ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf --with-docdir=/usr/share/doc/${PF} \
-		$(use_with geoip) \
-		$(use_with ssl)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2023-03-09  1:03 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-09  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9dbc76c18f5291deed43b1f459f975006d46c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 00:51:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 00:53:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9dbc76

net-misc/pen: EAPI 8, fix configure w/ clang 16

Closes: https://bugs.gentoo.org/900304
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/pen/{pen-0.34.1.ebuild => pen-0.34.1-r1.ebuild} | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/net-misc/pen/pen-0.34.1.ebuild b/net-misc/pen/pen-0.34.1-r1.ebuild
similarity index 73%
rename from net-misc/pen/pen-0.34.1.ebuild
rename to net-misc/pen/pen-0.34.1-r1.ebuild
index fe17b110abdb..8c9b34137f16 100644
--- a/net-misc/pen/pen-0.34.1.ebuild
+++ b/net-misc/pen/pen-0.34.1-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="TCP Load Balancing Port Forwarder"
 HOMEPAGE="http://siag.nu/pen/"
@@ -14,10 +16,17 @@ IUSE="geoip ssl"
 
 RDEPEND="
 	geoip? ( dev-libs/geoip )
-	ssl? ( dev-libs/openssl:0= )
+	ssl? ( dev-libs/openssl:= )
 "
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+
+	# Clang 16, bug #900304
+	eautoreconf
+}
+
 src_configure() {
 	econf --with-docdir=/usr/share/doc/${PF} \
 		$(use_with geoip) \


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/
@ 2023-03-09  1:03 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-09  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     135820b364f74ea9490ecbda2d8efc6e84729156
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 00:50:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 00:53:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135820b3

net-misc/pen: add github upstream metadata

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

 net-misc/pen/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/pen/metadata.xml b/net-misc/pen/metadata.xml
index 85e4ed814fa2..a2b92b59cb82 100644
--- a/net-misc/pen/metadata.xml
+++ b/net-misc/pen/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">UlricE/pen</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-03-09  1:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09  1:03 [gentoo-commits] repo/gentoo:master commit in: net-misc/pen/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-03-09  1:03 Sam James
2019-05-19 21:19 Andreas Sturmlechner
2019-05-19 20:56 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-01-26 12:43 Pacho Ramos

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