public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
@ 2017-01-15 18:23 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-01-15 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b20295bdf365f76d06056725a5f5725f29af8e19
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:01:20 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:23:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20295bd

net-misc/unix2tcp: EAPI 6 bump.

Package-Manager: portage-2.3.0

 net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
new file mode 100644
index 00000000..486ce01
--- /dev/null
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
+HOMEPAGE="http://gnu.gds.tuwien.ac.at/directory/all/unix2tcp.html"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
+
+DOCS=( ChangeLog README )
+
+src_install() {
+	emake DESTDIR="${D}" install
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
@ 2017-05-17 13:50 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-05-17 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0557e86bedcdafb5e89068da84d4f8d734d8f9ff
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 12:07:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 17 13:47:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0557e86b

net-misc/unix2tcp: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
index b48a5dd684f..07e7bdfb2d2 100644
--- a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
@@ -9,11 +9,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
+KEYWORDS="amd64 arm hppa ia64 ppc s390 x86"
 
 DOCS=( ChangeLog README )
-
-src_install() {
-	emake DESTDIR="${D}" install
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
@ 2017-05-17 13:50 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-05-17 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2e9d833b83c0a9b810f80eb52d19bdb684586c41
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 12:10:02 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 17 13:47:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9d833b

net-misc/unix2tcp: clean up old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/unix2tcp/unix2tcp-0.8.2.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
deleted file mode 100644
index f99108ae843..00000000000
--- a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
-HOMEPAGE="http://dizzy.roedu.net/unix2tcp/"
-SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm hppa ia64 ~ppc s390 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc ChangeLog README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
@ 2022-09-28  2:35 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-09-28  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     12b0d9219149c4c2eadace4f217ed87315b97d87
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 00:42:01 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 02:34:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b0d921

net-misc/unix2tcp: EAPI6->8, fix license, remove dead HOMEPAGE

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
index 5c2afd689c0c..1fe4b2478e3b 100644
--- a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
-HOMEPAGE="http://gnu.gds.tuwien.ac.at/directory/all/unix2tcp.html"
+DESCRIPTION="Connection forwarder that converts Unix sockets into TCP sockets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~s390 x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/
@ 2022-09-28 21:23 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-09-28 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3f98681220eeba86372489445d9f870d2d67d98a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 21:19:15 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 21:22:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f986812

net-misc/unix2tcp: revbump for previous clang16 fix

Can potentially fix runtime issues with successful gcc builds too.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/unix2tcp/{unix2tcp-0.8.2-r1.ebuild => unix2tcp-0.8.2-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2-r2.ebuild
similarity index 100%
rename from net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
rename to net-misc/unix2tcp/unix2tcp-0.8.2-r2.ebuild


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

end of thread, other threads:[~2022-09-28 21:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 18:23 [gentoo-commits] repo/gentoo:master commit in: net-misc/unix2tcp/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-05-17 13:50 Patrice Clement
2017-05-17 13:50 Patrice Clement
2022-09-28  2:35 Ionen Wolkens
2022-09-28 21:23 Ionen Wolkens

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