public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2015-10-10  9:09 Ian Delaney
  0 siblings, 0 replies; 17+ messages in thread
From: Ian Delaney @ 2015-10-10  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f082fcee8178af88ec46f5c9101bca652c5449a1
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 09:08:20 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 09:09:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f082fcee

net-misc/redir: add proxy maintainer and herd in metadata

Package-Manager: portage-2.2.20.1

 net-misc/redir/metadata.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/redir/metadata.xml b/net-misc/redir/metadata.xml
index 59e2b8f..ffdcb3d 100644
--- a/net-misc/redir/metadata.xml
+++ b/net-misc/redir/metadata.xml
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<herd>proxy-maintainers</herd>
 	<maintainer>
-		<email>maintainer-needed@gentoo.org</email>
-		<name>Default assignee for orphaned packages</name>
+		<email>brendan@horan.hk</email>
+		<name>Brendan Hhoran</name>
+		<description>Proxy maintainer, to be assigned all bugs</description>
 	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-04-15 18:48 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-04-15 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     84f5f77d8bac50430c787667f0ef599e6f89f44b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:31:09 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:47:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f5f77d

net-misc/redir: take over maintainership.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/redir/metadata.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-misc/redir/metadata.xml b/net-misc/redir/metadata.xml
index 94303c02104..58c1077b82e 100644
--- a/net-misc/redir/metadata.xml
+++ b/net-misc/redir/metadata.xml
@@ -2,11 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>brendan@horan.hk</email>
-		<name>Brendan Hhoran</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
 	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-04-15 18:48 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-04-15 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     78f2dc7cabbf8c18570d9bae4818956aa2ae8c38
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:30:30 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:47:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f2dc7c

net-misc/redir: EAPI 6 bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/redir/redir-2.2.1-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild
new file mode 100644
index 00000000000..104aafdcf4c
--- /dev/null
+++ b/net-misc/redir/redir-2.2.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Redir is a port redirector"
+HOMEPAGE="http://sammy.net/~sammy/hacks/"
+SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86"
+
+PATCHES=( "${FILESDIR}/${P}-include.patch" )
+DOCS=( CHANGES README transproxy.txt )
+
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin "${PN}"
+	newman "${PN}.man" "${PN}.1"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-06-30  9:39 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-06-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8c930e23f14f1f1936d1d2fda1b3e9bd02b862e8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 09:38:35 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 09:38:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c930e23

net-misc/redir: clean up old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-misc/redir/redir-2.2.1.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-misc/redir/redir-2.2.1.ebuild b/net-misc/redir/redir-2.2.1.ebuild
deleted file mode 100644
index bb9c59ba7ec..00000000000
--- a/net-misc/redir/redir-2.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Redir is a port redirector"
-HOMEPAGE="http://sammy.net/~sammy/hacks/"
-SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~mips sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
-	epatch "${FILESDIR}/${P}-include.patch"
-}
-
-src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" || \
-		die "emake failed"
-}
-
-src_install() {
-	dobin redir || die "dobin failed"
-	newman redir.man redir.1 || die "doman failed"
-	dodoc CHANGES README transproxy.txt || die "dodoc failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-06-30  9:39 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-06-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0d00f147584e54501e2674b38616f0253af3ea58
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 09:37:23 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 09:37:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d00f147

net-misc/redir: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-misc/redir/redir-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild
index b4745fcb3c5..7d813844581 100644
--- a/net-misc/redir/redir-2.2.1-r1.ebuild
+++ b/net-misc/redir/redir-2.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd"
 
 PATCHES=( "${FILESDIR}/${P}-include.patch" )
 DOCS=( CHANGES README transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-06-30  9:39 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-06-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     57ba087be014ac31c29d7ff12239be7d9ba84242
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 09:36:28 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 09:36:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ba087b

net-misc/redir: stable for amd64+x86.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-misc/redir/redir-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/redir/redir-2.2.1-r1.ebuild b/net-misc/redir/redir-2.2.1-r1.ebuild
index 104aafdcf4c..b4745fcb3c5 100644
--- a/net-misc/redir/redir-2.2.1-r1.ebuild
+++ b/net-misc/redir/redir-2.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sammy.net/~sammy/hacks/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
 
 PATCHES=( "${FILESDIR}/${P}-include.patch" )
 DOCS=( CHANGES README transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-07-05  1:19 Virgil Dupras
  0 siblings, 0 replies; 17+ messages in thread
From: Virgil Dupras @ 2018-07-05  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     68313f9508a3bbc2bd82048f56a0c7bb9ec2fc3b
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  5 01:19:34 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 01:19:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68313f95

net-misc/redir: bump to 3.2

This is a fork of the unmaintained 2.x version

Closes: https://bugs.gentoo.org/660414
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-misc/redir/Manifest         |  1 +
 net-misc/redir/redir-3.2.ebuild | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
index 0a45eebe24d..a786e7f5aa7 100644
--- a/net-misc/redir/Manifest
+++ b/net-misc/redir/Manifest
@@ -1 +1,2 @@
 DIST redir-2.2.1.tar.gz 42247 BLAKE2B 779b9c754b83ac78cf32dde738dec29d55dc9a4e5a3fe43b978d25f2935249e89f3a0a15ae875672424026faf5d346446dab13e76f0fb73c7b94d6341cdfae0a SHA512 1e311e9ca81bcd7baec26f22634e43b2881873c80ef58a21aa5807d00ff5298227d2d4882a7cc1e218e55a19e64cf0634f2bef417bb89733ae0b3e23942be423
+DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f

diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild
new file mode 100644
index 00000000000..a7f76dc0741
--- /dev/null
+++ b/net-misc/redir/redir-3.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Redir is a port redirector"
+HOMEPAGE="https://github.com/troglobit/redir"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"
+
+DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2018-09-20 21:07 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-09-20 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     363fafbf8eb5bc69ef71eb666024272fd4bfe41e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 20:33:35 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 21:07:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363fafbf

net-misc/redir: stable for amd64+x86.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild
index a7f76dc0741..617fdbb6999 100644
--- a/net-misc/redir/redir-3.2.ebuild
+++ b/net-misc/redir/redir-3.2.ebuild
@@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86 ~amd64-fbsd"
 
 DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2019-04-11 21:43 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2019-04-11 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d1bf2fc9c6ac47c95ad9065a2ee0303ec64160c7
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 21:43:15 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 21:43:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bf2fc9

net-misc/redir: version bump.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/redir/Manifest         |  1 +
 net-misc/redir/redir-3.3.ebuild | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
index cf2a6e02ba1..c33c5d91ac0 100644
--- a/net-misc/redir/Manifest
+++ b/net-misc/redir/Manifest
@@ -1 +1,2 @@
 DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
+DIST redir-3.3.tar.xz 84980 BLAKE2B 3275e8315dbcd4666adc5064af80848f3c41378c46880ef825bae4d5a6d5a4246b959596a6810f5484db033d3f27a1b1860e40c250b29c75defa600cdf48a5d1 SHA512 89d9b45bc62538751cc0d8baf8dc3dc5ed84888faf18125c4044bb813ca415607b4906e9f5ccd60484eb737ad44d5c3bd22458444dee58d6e3be31446a71c3f3

diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
new file mode 100644
index 00000000000..4e706162dcc
--- /dev/null
+++ b/net-misc/redir/redir-3.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Redir is a port redirector"
+HOMEPAGE="https://github.com/troglobit/redir"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"
+
+DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-06-05  5:27 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2024-06-05  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a7f31f8b48c4c756914f06d97edf2da5b20298b9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 05:27:04 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 05:27:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f31f8b

net-misc/redir: Stabilize 3.3 amd64, #933540

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
index c3bbb49971f4..26a860e1ab9f 100644
--- a/net-misc/redir/redir-3.3.ebuild
+++ b/net-misc/redir/redir-3.3.ebuild
@@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
 
 DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-06-05  5:27 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2024-06-05  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5ab87962084e1a81ff07516f53b0cbab685a4763
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 04:48:11 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 05:27:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab87962

net-misc/redir: Stabilize 3.3 x86, #933540

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/redir/redir-3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
index fdef86a0e2dd..c3bbb49971f4 100644
--- a/net-misc/redir/redir-3.3.ebuild
+++ b/net-misc/redir/redir-3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc x86"
 
 DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-09-14  9:40 Petr Vaněk
  0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-09-14  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2928c015a61938ab98f286ecce645a43e9a7b62a
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 09:36:16 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:39:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2928c015

net-misc/redir: update EAPI 7 -> 8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/redir/redir-3.3-r1.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/net-misc/redir/redir-3.3-r1.ebuild b/net-misc/redir/redir-3.3-r1.ebuild
new file mode 100644
index 000000000000..adff06afc486
--- /dev/null
+++ b/net-misc/redir/redir-3.3-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Redir is a port redirector"
+HOMEPAGE="https://github.com/troglobit/redir"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86"
+
+DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-09-14  9:40 Petr Vaněk
  0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-09-14  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     453d878d97e9ac5ac1ebeff77a9105b99a377347
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 09:37:23 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:39:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453d878d

net-misc/redir: drop 3.2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/redir/Manifest         |  1 -
 net-misc/redir/redir-3.2.ebuild | 14 --------------
 2 files changed, 15 deletions(-)

diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest
index c33c5d91ac03..c6455573a575 100644
--- a/net-misc/redir/Manifest
+++ b/net-misc/redir/Manifest
@@ -1,2 +1 @@
-DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f
 DIST redir-3.3.tar.xz 84980 BLAKE2B 3275e8315dbcd4666adc5064af80848f3c41378c46880ef825bae4d5a6d5a4246b959596a6810f5484db033d3f27a1b1860e40c250b29c75defa600cdf48a5d1 SHA512 89d9b45bc62538751cc0d8baf8dc3dc5ed84888faf18125c4044bb813ca415607b4906e9f5ccd60484eb737ad44d5c3bd22458444dee58d6e3be31446a71c3f3

diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild
deleted file mode 100644
index 7259b3b6f425..000000000000
--- a/net-misc/redir/redir-3.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Redir is a port redirector"
-HOMEPAGE="https://github.com/troglobit/redir"
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
-
-DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-09-14  9:40 Petr Vaněk
  0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-09-14  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     10349ddddf62cbcbd63777d350d2b1c4dc55c2a9
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 09:38:30 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:39:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10349ddd

net-misc/redir: add github upstream metadata

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/redir/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/redir/metadata.xml b/net-misc/redir/metadata.xml
index 115e9d64a669..d5f9c37c521e 100644
--- a/net-misc/redir/metadata.xml
+++ b/net-misc/redir/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">troglobit/redir</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-10-24 14:42 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-24 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ff3abf9e54500ad2eb37fea92c0573e5a42ba0c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:42:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:42:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3abf9e

net-misc/redir: Stabilize 3.3-r1 amd64, #942071

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

 net-misc/redir/redir-3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/redir/redir-3.3-r1.ebuild b/net-misc/redir/redir-3.3-r1.ebuild
index adff06afc486..e85d6c8ec4d1 100644
--- a/net-misc/redir/redir-3.3-r1.ebuild
+++ b/net-misc/redir/redir-3.3-r1.ebuild
@@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc ~x86"
 
 DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-10-24 14:42 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-24 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     53d827f645bb2c187c1f85f00232b5af68913229
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:42:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:42:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d827f6

net-misc/redir: Stabilize 3.3-r1 x86, #942071

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

 net-misc/redir/redir-3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/redir/redir-3.3-r1.ebuild b/net-misc/redir/redir-3.3-r1.ebuild
index e85d6c8ec4d1..125549b5c466 100644
--- a/net-misc/redir/redir-3.3-r1.ebuild
+++ b/net-misc/redir/redir-3.3-r1.ebuild
@@ -9,6 +9,6 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
 
 DOCS=( ChangeLog.md README.md transproxy.txt )


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/
@ 2024-10-25  7:34 Petr Vaněk
  0 siblings, 0 replies; 17+ messages in thread
From: Petr Vaněk @ 2024-10-25  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     783e4c335aab6c17daca9dffd45fc6513593cce8
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 07:28:28 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 07:34:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783e4c33

net-misc/redir: drop 3.3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/redir/redir-3.3.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/net-misc/redir/redir-3.3.ebuild b/net-misc/redir/redir-3.3.ebuild
deleted file mode 100644
index 26a860e1ab9f..000000000000
--- a/net-misc/redir/redir-3.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Redir is a port redirector"
-HOMEPAGE="https://github.com/troglobit/redir"
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86"
-
-DOCS=( ChangeLog.md README.md transproxy.txt )


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

end of thread, other threads:[~2024-10-25  7:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 21:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25  7:34 Petr Vaněk
2024-10-24 14:42 Sam James
2024-10-24 14:42 Sam James
2024-09-14  9:40 Petr Vaněk
2024-09-14  9:40 Petr Vaněk
2024-09-14  9:40 Petr Vaněk
2024-06-05  5:27 Joonas Niilola
2024-06-05  5:27 Joonas Niilola
2019-04-11 21:43 Patrice Clement
2018-07-05  1:19 Virgil Dupras
2018-06-30  9:39 Patrice Clement
2018-06-30  9:39 Patrice Clement
2018-06-30  9:39 Patrice Clement
2018-04-15 18:48 Patrice Clement
2018-04-15 18:48 Patrice Clement
2015-10-10  9:09 Ian Delaney

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