public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/
@ 2020-09-15 20:51 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-09-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b28490af49c11c6806449507af2ddee6d08f1118
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 20:20:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 20:51:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28490af

net-vpn/httptunnel: bump to EAPI 7

Closes: https://bugs.gentoo.org/742032
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/httptunnel/httptunnel-3.3-r2.ebuild | 27 +++++++--------------------
 1 file changed, 7 insertions(+), 20 deletions(-)

diff --git a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
index f5232f19e9f..f5887a74bbf 100644
--- a/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
+++ b/net-vpn/httptunnel/httptunnel-3.3-r2.ebuild
@@ -1,30 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
-HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
+HOMEPAGE="https://github.com/larsbrinkhoff/httptunnel"
 SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 SLOT="0"
 
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-fix_write_stdin.patch
-	tc-export CC
-}
-
-src_configure() {
-	./configure \
-		--host=${CHOST} \
-		--prefix=/usr \
-		--infodir=/usr/share/info \
-		--mandir=/usr/share/man || die
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-fix_write_stdin.patch
+)


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

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/
@ 2021-01-08 10:34 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-08 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d94925e40f36b610afe1ee1a805542e020ea4863
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:34:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:34:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94925e4

net-vpn/httptunnel: Stabilize 3.3_p20180119 amd64, #764416

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

 net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
index c22f9989776..bc4f69f1bfa 100644
--- a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
+++ b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/larsbrinkhoff/httptunnel/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 SLOT="0"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/
@ 2021-01-08 10:36 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-08 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     040c989ec66bfac7732fb684f61e786b070817cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:36:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:36:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040c989e

net-vpn/httptunnel: Stabilize 3.3_p20180119 ppc, #764416

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

 net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
index bc4f69f1bfa..51fd5656ca3 100644
--- a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
+++ b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/larsbrinkhoff/httptunnel/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 SLOT="0"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/
@ 2021-01-10 13:08 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-10 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3dc6a216809aa959fe8428d5e1c013fbdd8811e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 13:08:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 13:08:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc6a216

net-vpn/httptunnel: Stabilize 3.3_p20180119 x86, #764416

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

 net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
index 51fd5656ca3..9e6f1b23f27 100644
--- a/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
+++ b/net-vpn/httptunnel/httptunnel-3.3_p20180119.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/larsbrinkhoff/httptunnel/archive/${COMMIT}.tar.gz ->
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     99f72fc98a2fcb59fe8b40ca173be6583a8c4371
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f72fc9

net-vpn/httptunnel: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-vpn/httptunnel/metadata.xml b/net-vpn/httptunnel/metadata.xml
index 85e4ed814fa2..5cf88b1a6c25 100644
--- a/net-vpn/httptunnel/metadata.xml
+++ b/net-vpn/httptunnel/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">larsbrinkhoff/httptunnel</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-02-22 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 20:51 [gentoo-commits] repo/gentoo:master commit in: net-vpn/httptunnel/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-01-08 10:34 Sam James
2021-01-08 10:36 Sam James
2021-01-10 13:08 Sam James
2023-02-22 19: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