* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2017-12-30 16:53 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2017-12-30 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 2657bad9087b5fc107e72e34f08ebf68f808bd58
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 16:51:36 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 16:52:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2657bad9
net-proxy/tayga: revbump: EAPI=6
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-proxy/tayga/tayga-0.9.2-r1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/net-proxy/tayga/tayga-0.9.2-r1.ebuild b/net-proxy/tayga/tayga-0.9.2-r1.ebuild
new file mode 100644
index 00000000000..09f91c9a57d
--- /dev/null
+++ b/net-proxy/tayga/tayga-0.9.2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN"
+HOMEPAGE="http://www.litech.org/tayga/"
+SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -e '/^CFLAGS/d' \
+ -i configure.ac || die "sed failed"
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2018-01-02 19:06 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-01-02 19:06 UTC (permalink / raw
To: gentoo-commits
commit: cb0e5a99ee7a304155086c49d6306004cda9c1ef
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 19:05:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 19:06:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0e5a99
net-proxy/tayga: merge stable keyword (no major changes, EAPI bump)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-proxy/tayga/tayga-0.9.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r1.ebuild b/net-proxy/tayga/tayga-0.9.2-r1.ebuild
index 09f91c9a57d..e8ff90697f7 100644
--- a/net-proxy/tayga/tayga-0.9.2-r1.ebuild
+++ b/net-proxy/tayga/tayga-0.9.2-r1.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="http://www.litech.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2018-01-02 19:07 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-01-02 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 2948c992be2f67cca4cd6312c4dc98a579c037ea
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 19:07:17 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 19:07:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2948c992
net-proxy/tayga: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-proxy/tayga/tayga-0.9.2.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2.ebuild b/net-proxy/tayga/tayga-0.9.2.ebuild
deleted file mode 100644
index ad5952e38af..00000000000
--- a/net-proxy/tayga/tayga-0.9.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit autotools
-
-DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN"
-HOMEPAGE="http://www.litech.org/tayga/"
-SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -e '/^CFLAGS/d' \
- -i configure.ac
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README || die
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2021-07-30 3:17 Benda XU
0 siblings, 0 replies; 9+ messages in thread
From: Benda XU @ 2021-07-30 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 5bdf3f53a8ab669a4fcac5572b27064a0834f941
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 03:16:04 2021 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 03:17:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf3f53
net-proxy/tayga: keyword ~arm64.
Closes: https://bugs.gentoo.org/805074
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
net-proxy/tayga/tayga-0.9.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r3.ebuild b/net-proxy/tayga/tayga-0.9.2-r3.ebuild
index f4c824c4e7b..a52ba9b6013 100644
--- a/net-proxy/tayga/tayga-0.9.2-r3.ebuild
+++ b/net-proxy/tayga/tayga-0.9.2-r3.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"
@@ -11,7 +11,7 @@ SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2022-03-03 6:34 Yixun Lan
0 siblings, 0 replies; 9+ messages in thread
From: Yixun Lan @ 2022-03-03 6:34 UTC (permalink / raw
To: gentoo-commits
commit: f8e6d5d2b59787878bc7467a2debbf137a05d49d
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 06:23:46 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 06:23:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e6d5d2
net-proxy/tayga: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-proxy/tayga/tayga-0.9.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r3.ebuild b/net-proxy/tayga/tayga-0.9.2-r3.ebuild
index a52ba9b60133..d8b3c48363fc 100644
--- a/net-proxy/tayga/tayga-0.9.2-r3.ebuild
+++ b/net-proxy/tayga/tayga-0.9.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2022-10-25 12:15 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-10-25 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 81cee2087217b309b26e273d1168928615675dc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 11:49:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 12:15:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cee208
net-proxy/tayga: drop 0.9.2-r2
Bug: https://bugs.gentoo.org/867217
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-proxy/tayga/tayga-0.9.2-r2.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r2.ebuild b/net-proxy/tayga/tayga-0.9.2-r2.ebuild
deleted file mode 100644
index 46844c56a9c1..000000000000
--- a/net-proxy/tayga/tayga-0.9.2-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN"
-HOMEPAGE="http://www.litech.org/tayga/"
-SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-static-EAM.patch
- "${FILESDIR}"/${P}-manpage-RFC.patch
- "${FILESDIR}"/${P}-release-reserved-addr.patch
-)
-
-src_prepare() {
- default
- sed -e '/^CFLAGS/d' \
- -i configure.ac || die "sed failed"
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2022-10-28 3:37 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2022-10-28 3:37 UTC (permalink / raw
To: gentoo-commits
commit: 45b6227d6d9d5405cf3bfd6a69c531960bd8af53
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 03:35:55 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 03:35:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b6227d
net-proxy/tayga: Stabilize 0.9.2-r4 amd64, #867217
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-proxy/tayga/tayga-0.9.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r4.ebuild b/net-proxy/tayga/tayga-0.9.2-r4.ebuild
index 00f3a03f825b..a9b959457ddf 100644
--- a/net-proxy/tayga/tayga-0.9.2-r4.ebuild
+++ b/net-proxy/tayga/tayga-0.9.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
PATCHES=(
"${FILESDIR}"/${P}-static-EAM.patch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2022-10-28 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-10-28 15:06 UTC (permalink / raw
To: gentoo-commits
commit: d1c800af7578ae45bb9aa38353cfbd477f46d724
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:03:40 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:03:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c800af
net-proxy/tayga: drop 0.9.2-r1
Closes: https://bugs.gentoo.org/867217
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-proxy/tayga/tayga-0.9.2-r1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/net-proxy/tayga/tayga-0.9.2-r1.ebuild b/net-proxy/tayga/tayga-0.9.2-r1.ebuild
deleted file mode 100644
index e8ff90697f75..000000000000
--- a/net-proxy/tayga/tayga-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN"
-HOMEPAGE="http://www.litech.org/tayga/"
-SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -e '/^CFLAGS/d' \
- -i configure.ac || die "sed failed"
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/
@ 2024-01-13 18:51 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-01-13 18:51 UTC (permalink / raw
To: gentoo-commits
commit: ef2bf31584b18ba84ac41b17e057d3365b7bc527
Author: YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Wed Jan 10 07:49:19 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:51:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2bf315
net-proxy/tayga: add myself as a maintainer
I'm decently familiar with the codebase of tayga and I'm happy to
maintain it.
Bug: https://bugs.gentoo.org/878629
Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/tayga/metadata.xml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/net-proxy/tayga/metadata.xml b/net-proxy/tayga/metadata.xml
index 91b03b9bdd92..325c636946b4 100644
--- a/net-proxy/tayga/metadata.xml
+++ b/net-proxy/tayga/metadata.xml
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>heroxbd@gentoo.org</email>
-<name>Benda Xu</name>
-</maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>zhuyifei1999@gmail.com</email>
+ <name>YiFei Zhu</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>heroxbd@gentoo.org</email>
+ <name>Benda Xu</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-01-13 18:51 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-30 16:53 [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-01-02 19:06 Mikle Kolyada
2018-01-02 19:07 Mikle Kolyada
2021-07-30 3:17 Benda XU
2022-03-03 6:34 Yixun Lan
2022-10-25 12:15 Sam James
2022-10-28 3:37 Jakov Smolić
2022-10-28 15:06 Andreas Sturmlechner
2024-01-13 18:51 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox