summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-10-29 09:24:35 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-10-29 09:24:35 +0000
commit0a779ce52e886bf9f1970fb44ecc0d689688e100 (patch)
treeb9b64ed433a8c444e1b60da7dda9b8f502eed25e /net-misc/vtun
parentbetter description - bug #149227 (diff)
downloadhistorical-0a779ce52e886bf9f1970fb44ecc0d689688e100.tar.gz
historical-0a779ce52e886bf9f1970fb44ecc0d689688e100.tar.bz2
historical-0a779ce52e886bf9f1970fb44ecc0d689688e100.zip
embarrasing QA fixes as per bug #150112 thanks Patrick
Package-Manager: portage-2.1.2_rc1
Diffstat (limited to 'net-misc/vtun')
-rw-r--r--net-misc/vtun/ChangeLog9
-rw-r--r--net-misc/vtun/vtun-2.6-r1.ebuild10
-rw-r--r--net-misc/vtun/vtun-2.6.ebuild12
3 files changed, 19 insertions, 12 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog
index b4fb9fc040e9..4a85e0056511 100644
--- a/net-misc/vtun/ChangeLog
+++ b/net-misc/vtun/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/vtun
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.28 2006/09/09 20:30:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.29 2006/10/29 09:24:35 dragonheart Exp $
+
+ 29 Oct 2006; Daniel Black <dragonheart@gentoo.org>
+ -files/vtun-2.5-expect.patch, -files/vtun-2.5-makefile.patch,
+ -files/vtun-2.5-r2-gentoo-gcc3.1.patch, -vtun-2.5.ebuild,
+ -vtun-2.5-r1.ebuild, -vtun-2.5-r2.ebuild, vtun-2.6.ebuild,
+ vtun-2.6-r1.ebuild:
+ embarrasing QA fixes as per bug #150112 thanks Patrick Lauer. cleanout too
09 Sep 2006; <ticho@gentoo.org> vtun-2.6-r1.ebuild:
Stable on x86, bug #146829.
diff --git a/net-misc/vtun/vtun-2.6-r1.ebuild b/net-misc/vtun/vtun-2.6-r1.ebuild
index 4117684052cb..2836f207c893 100644
--- a/net-misc/vtun/vtun-2.6-r1.ebuild
+++ b/net-misc/vtun/vtun-2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.3 2006/09/09 20:30:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.4 2006/10/29 09:24:35 dragonheart Exp $
inherit eutils
@@ -65,8 +65,8 @@ src_install () {
}
pkg_postinst () {
- echo ">>> You will need the Universal TUN/TAP driver compiled into"
- echo ">>> your kernel or as a module to use the associated tunnel"
- echo ">>> modes in vtun. 2.2 users will need to download and install"
- echo ">>> the driver from http://vtun.sourceforge.net/tun"
+ einfo ">>> You will need the Universal TUN/TAP driver compiled into"
+ einfo ">>> your kernel or as a module to use the associated tunnel"
+ einfo ">>> modes in vtun. 2.2 users will need to download and install"
+ einfo ">>> the driver from http://vtun.sourceforge.net/tun"
}
diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild
index 2f99354a2858..b20ed75fdc4b 100644
--- a/net-misc/vtun/vtun-2.6.ebuild
+++ b/net-misc/vtun/vtun-2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.12 2005/11/13 06:21:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.13 2006/10/29 09:24:35 dragonheart Exp $
inherit eutils
@@ -63,8 +63,8 @@ src_install () {
}
pkg_postinst () {
- echo ">>> You will need the Universal TUN/TAP driver compiled into"
- echo ">>> your kernel or as a module to use the associated tunnel"
- echo ">>> modes in vtun. 2.2 users will need to download and install"
- echo ">>> the driver from http://vtun.sourceforge.net/tun"
+ einfo ">>> You will need the Universal TUN/TAP driver compiled into"
+ einfo ">>> your kernel or as a module to use the associated tunnel"
+ einfo ">>> modes in vtun. 2.2 users will need to download and install"
+ einfo ">>> the driver from http://vtun.sourceforge.net/tun"
}