* [gentoo-commits] gentoo-x86 commit in net-misc/vtun: vtun-3.0.2-r1.ebuild ChangeLog
@ 2010-09-18 3:12 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-18 3:12 UTC (permalink / raw
To: gentoo-commits
jer 10/09/18 03:12:18
Modified: ChangeLog
Added: vtun-3.0.2-r1.ebuild
Log:
Respect LDFLAGS (bug #335524). Fix compiler warnings.
(Portage version: 2.2_rc83/cvs/Linux i686)
Revision Changes Path
1.41 net-misc/vtun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 18 May 2010 13:39:21 -0000 1.40
+++ ChangeLog 18 Sep 2010 03:12:18 -0000 1.41
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/vtun
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.40 2010/05/18 13:39:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.41 2010/09/18 03:12:18 jer Exp $
+
+*vtun-3.0.2-r1 (18 Sep 2010)
+
+ 18 Sep 2010; Jeroen Roovers <jer@gentoo.org> +vtun-3.0.2-r1.ebuild,
+ +files/vtun-3.0.2-includes.patch:
+ Respect LDFLAGS (bug #335524). Fix compiler warnings.
18 May 2010; Markos Chandras <hwoarang@gentoo.org> vtun-3.0.2.ebuild:
Stable on amd64 wrt bug #317961
1.1 net-misc/vtun/vtun-3.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: vtun-3.0.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v 1.1 2010/09/18 03:12:18 jer Exp $
EAPI=2
inherit eutils
DESCRIPTION="Create virtual tunnels over TCP/IP networks with traffic shaping, encryption, and compression."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://vtun.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="lzo socks5 ssl zlib"
RDEPEND="ssl? ( dev-libs/openssl )
lzo? ( dev-libs/lzo:2 )
zlib? ( sys-libs/zlib )
socks5? ( net-proxy/dante )"
DEPEND="${RDEPEND}
sys-devel/bison"
src_prepare() {
sed -i Makefile.in \
-e '/^LDFLAGS/s|=|+=|g' \
|| die "sed Makefile"
epatch "${FILESDIR}"/${P}-includes.patch
}
src_configure() {
econf \
$(use_enable ssl) \
$(use_enable zlib) \
$(use_enable lzo) \
$(use_enable socks5 socks) \
--enable-shaper
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc ChangeLog Credits FAQ README README.Setup README.Shaper TODO
newinitd "${FILESDIR}"/vtun.rc vtun
insinto etc
doins "${FILESDIR}"/vtund-start.conf
}
pkg_postinst() {
elog "You will need the Universal TUN/TAP driver compiled into"
elog "your kernel or as a module to use the associated tunnel"
elog "modes in vtun."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/vtun: vtun-3.0.2-r1.ebuild ChangeLog
@ 2012-06-03 18:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-03 18:32 UTC (permalink / raw
To: gentoo-commits
ago 12/06/03 18:32:11
Modified: vtun-3.0.2-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #419323
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.3 net-misc/vtun/vtun-3.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?r1=1.2&r2=1.3
Index: vtun-3.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vtun-3.0.2-r1.ebuild 3 Mar 2012 19:29:39 -0000 1.2
+++ vtun-3.0.2-r1.ebuild 3 Jun 2012 18:32:11 -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/vtun/vtun-3.0.2-r1.ebuild,v 1.2 2012/03/03 19:29:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v 1.3 2012/06/03 18:32:11 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
IUSE="lzo socks5 ssl zlib"
RDEPEND="ssl? ( dev-libs/openssl )
1.43 net-misc/vtun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 3 Mar 2012 19:29:39 -0000 1.42
+++ ChangeLog 3 Jun 2012 18:32:11 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vtun
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.42 2012/03/03 19:29:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.43 2012/06/03 18:32:11 ago Exp $
+
+ 03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> vtun-3.0.2-r1.ebuild:
+ Stable for amd64, wrt bug #419323
03 Mar 2012; Pacho Ramos <pacho@gentoo.org> -vtun-3.0.1.ebuild,
vtun-3.0.2-r1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/vtun: vtun-3.0.2-r1.ebuild ChangeLog
@ 2012-06-07 21:36 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 21:36 UTC (permalink / raw
To: gentoo-commits
ranger 12/06/07 21:36:04
Modified: vtun-3.0.2-r1.ebuild ChangeLog
Log:
Marking vtun-3.0.2-r1 ppc for bug 419323
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.4 net-misc/vtun/vtun-3.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?r1=1.3&r2=1.4
Index: vtun-3.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vtun-3.0.2-r1.ebuild 3 Jun 2012 18:32:11 -0000 1.3
+++ vtun-3.0.2-r1.ebuild 7 Jun 2012 21:36:04 -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/vtun/vtun-3.0.2-r1.ebuild,v 1.3 2012/06/03 18:32:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v 1.4 2012/06/07 21:36:04 ranger Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
IUSE="lzo socks5 ssl zlib"
RDEPEND="ssl? ( dev-libs/openssl )
1.44 net-misc/vtun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 3 Jun 2012 18:32:11 -0000 1.43
+++ ChangeLog 7 Jun 2012 21:36:04 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vtun
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.43 2012/06/03 18:32:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.44 2012/06/07 21:36:04 ranger Exp $
+
+ 07 Jun 2012; Brent Baude <ranger@gentoo.org> vtun-3.0.2-r1.ebuild:
+ Marking vtun-3.0.2-r1 ppc for bug 419323
03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> vtun-3.0.2-r1.ebuild:
Stable for amd64, wrt bug #419323
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/vtun: vtun-3.0.2-r1.ebuild ChangeLog
@ 2012-06-08 12:15 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-06-08 12:15 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/06/08 12:15:27
Modified: vtun-3.0.2-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #419323
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.5 net-misc/vtun/vtun-3.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild?r1=1.4&r2=1.5
Index: vtun-3.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vtun-3.0.2-r1.ebuild 7 Jun 2012 21:36:04 -0000 1.4
+++ vtun-3.0.2-r1.ebuild 8 Jun 2012 12:15:27 -0000 1.5
@@ -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/vtun/vtun-3.0.2-r1.ebuild,v 1.4 2012/06/07 21:36:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-3.0.2-r1.ebuild,v 1.5 2012/06/08 12:15:27 phajdan.jr Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
IUSE="lzo socks5 ssl zlib"
RDEPEND="ssl? ( dev-libs/openssl )
1.45 net-misc/vtun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vtun/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 7 Jun 2012 21:36:04 -0000 1.44
+++ ChangeLog 8 Jun 2012 12:15:27 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vtun
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.44 2012/06/07 21:36:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.45 2012/06/08 12:15:27 phajdan.jr Exp $
+
+ 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> vtun-3.0.2-r1.ebuild:
+ x86 stable wrt bug #419323
07 Jun 2012; Brent Baude <ranger@gentoo.org> vtun-3.0.2-r1.ebuild:
Marking vtun-3.0.2-r1 ppc for bug 419323
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-06-08 12:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 12:15 [gentoo-commits] gentoo-x86 commit in net-misc/vtun: vtun-3.0.2-r1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2012-06-07 21:36 Brent Baude (ranger)
2012-06-03 18:32 Agostino Sarubbo (ago)
2010-09-18 3:12 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox