public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/httptunnel: httptunnel-3.3-r2.ebuild ChangeLog
@ 2012-06-27 18:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-27 18:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/27 18:44:30

  Modified:             ChangeLog
  Added:                httptunnel-3.3-r2.ebuild
  Log:
  New revision, EAPI 4 + cleanup
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 net-misc/httptunnel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	27 Jun 2012 17:02:00 -0000	1.21
+++ ChangeLog	27 Jun 2012 18:44:30 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/httptunnel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.21 2012/06/27 17:02:00 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.22 2012/06/27 18:44:30 ago Exp $
+
+*httptunnel-3.3-r2 (27 Jun 2012)
+
+  27 Jun 2012; Agostino Sarubbo <ago@gentoo.org> +httptunnel-3.3-r2.ebuild:
+  New revision, EAPI 4 + cleanup
 
   27 Jun 2012; Michael Palimaka <kensington@gentoo.org>
   -httptunnel-3.0.5.ebuild, -httptunnel-3.3.ebuild:



1.1                  net-misc/httptunnel/httptunnel-3.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: httptunnel-3.3-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.1 2012/06/27 18:44:30 ago Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP"
HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
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
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/httptunnel: httptunnel-3.3-r2.ebuild ChangeLog
@ 2012-06-28 10:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-28 10:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/06/28 10:04:23

  Modified:             httptunnel-3.3-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #397169
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/httptunnel/httptunnel-3.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?r1=1.1&r2=1.2

Index: httptunnel-3.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httptunnel-3.3-r2.ebuild	27 Jun 2012 18:44:30 -0000	1.1
+++ httptunnel-3.3-r2.ebuild	28 Jun 2012 10:04:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.1 2012/06/27 18:44:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.2 2012/06/28 10:04:23 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
 SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 SLOT="0"
 



1.23                 net-misc/httptunnel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Jun 2012 18:44:30 -0000	1.22
+++ ChangeLog	28 Jun 2012 10:04:23 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/httptunnel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.22 2012/06/27 18:44:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.23 2012/06/28 10:04:23 ago Exp $
+
+  28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> httptunnel-3.3-r2.ebuild:
+  Stable for amd64, wrt bug #397169
 
 *httptunnel-3.3-r2 (27 Jun 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/httptunnel: httptunnel-3.3-r2.ebuild ChangeLog
@ 2012-06-29  5:50 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-29  5:50 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/29 05:50:05

  Modified:             httptunnel-3.3-r2.ebuild ChangeLog
  Log:
  marked x86 per bug 397169
  
  (Portage version: 2.2.0_alpha114/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-misc/httptunnel/httptunnel-3.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?r1=1.2&r2=1.3

Index: httptunnel-3.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httptunnel-3.3-r2.ebuild	28 Jun 2012 10:04:23 -0000	1.2
+++ httptunnel-3.3-r2.ebuild	29 Jun 2012 05:50:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.2 2012/06/28 10:04:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.3 2012/06/29 05:50:04 jdhore Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
 SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE=""
 SLOT="0"
 



1.24                 net-misc/httptunnel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Jun 2012 10:04:23 -0000	1.23
+++ ChangeLog	29 Jun 2012 05:50:04 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/httptunnel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.23 2012/06/28 10:04:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.24 2012/06/29 05:50:04 jdhore Exp $
+
+  29 Jun 2012; Jeff Horelick <jdhore@gentoo.org> httptunnel-3.3-r2.ebuild:
+  marked x86 per bug 397169
 
   28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> httptunnel-3.3-r2.ebuild:
   Stable for amd64, wrt bug #397169






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

* [gentoo-commits] gentoo-x86 commit in net-misc/httptunnel: httptunnel-3.3-r2.ebuild ChangeLog
@ 2012-06-29 12:55 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-06-29 12:55 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/29 12:55:47

  Modified:             httptunnel-3.3-r2.ebuild ChangeLog
  Log:
  Marking httptunnel-3.3-r2 ppc for bug 397169
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  net-misc/httptunnel/httptunnel-3.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild?r1=1.3&r2=1.4

Index: httptunnel-3.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httptunnel-3.3-r2.ebuild	29 Jun 2012 05:50:04 -0000	1.3
+++ httptunnel-3.3-r2.ebuild	29 Jun 2012 12:55:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.3 2012/06/29 05:50:04 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3-r2.ebuild,v 1.4 2012/06/29 12:55:46 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.nocrew.org/software/httptunnel.html"
 SRC_URI="http://www.nocrew.org/software/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE=""
 SLOT="0"
 



1.25                 net-misc/httptunnel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/httptunnel/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	29 Jun 2012 05:50:04 -0000	1.24
+++ ChangeLog	29 Jun 2012 12:55:46 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/httptunnel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.24 2012/06/29 05:50:04 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.25 2012/06/29 12:55:46 ranger Exp $
+
+  29 Jun 2012; Brent Baude <ranger@gentoo.org> httptunnel-3.3-r2.ebuild:
+  Marking httptunnel-3.3-r2 ppc for bug 397169
 
   29 Jun 2012; Jeff Horelick <jdhore@gentoo.org> httptunnel-3.3-r2.ebuild:
   marked x86 per bug 397169






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

end of thread, other threads:[~2012-06-29 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 12:55 [gentoo-commits] gentoo-x86 commit in net-misc/httptunnel: httptunnel-3.3-r2.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29  5:50 Jeff Horelick (jdhore)
2012-06-28 10:04 Agostino Sarubbo (ago)
2012-06-27 18:44 Agostino Sarubbo (ago)

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