summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-08-23 06:59:41 +0000
committerAlin Năstac <mrness@gentoo.org>2009-08-23 06:59:41 +0000
commitd31668e4ee83e12288c295f4f26e3d3479f726ce (patch)
tree2750af15c49adec9cd8e686b04b87a53eb8227f5 /net-dialup/speedtouch-usb
parentUpdate useflag descriptions to reflect change from USE=openssl to USE=ssl (diff)
downloadgentoo-2-d31668e4ee83e12288c295f4f26e3d3479f726ce.tar.gz
gentoo-2-d31668e4ee83e12288c295f4f26e3d3479f726ce.tar.bz2
gentoo-2-d31668e4ee83e12288c295f4f26e3d3479f726ce.zip
Migrate to EAPI 2. Cleanup dependencies. Update README with changes occured in baselayout-2.
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-dialup/speedtouch-usb')
-rw-r--r--net-dialup/speedtouch-usb/ChangeLog11
-rw-r--r--net-dialup/speedtouch-usb/files/README29
-rw-r--r--net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild (renamed from net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild)13
3 files changed, 27 insertions, 26 deletions
diff --git a/net-dialup/speedtouch-usb/ChangeLog b/net-dialup/speedtouch-usb/ChangeLog
index 7377e4027799..0de5468860b0 100644
--- a/net-dialup/speedtouch-usb/ChangeLog
+++ b/net-dialup/speedtouch-usb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dialup/speedtouch-usb
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.7 2006/09/23 16:09:15 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.8 2009/08/23 06:59:41 mrness Exp $
+
+*speedtouch-usb-3.0.1.2-r3 (23 Aug 2009)
+
+ 23 Aug 2009; Alin Năstac <mrness@gentoo.org> files/README,
+ -speedtouch-usb-3.0.1.2-r2.ebuild, +speedtouch-usb-3.0.1.2-r3.ebuild:
+ Migrate to EAPI 2. Cleanup dependencies. Update README with changes occured
+ in baselayout-2.
23 Sep 2006; Alin Nastac <mrness@gentoo.org> files/README,
speedtouch-usb-3.0.1.2-r2.ebuild:
diff --git a/net-dialup/speedtouch-usb/files/README b/net-dialup/speedtouch-usb/files/README
index 076206bc0357..23cd899397f5 100644
--- a/net-dialup/speedtouch-usb/files/README
+++ b/net-dialup/speedtouch-usb/files/README
@@ -2,10 +2,7 @@ Introduction
============
This ebuild enables kernel-space support for Alcatel/Thomson SpeedTouch
-USB modems, which first appeared in kernel 2.6.10 as a replacement for
-the user-space driver. For earlier kernels, the "speedtouch" ebuild
-must be emerged instead.
-
+USB modems, which first appeared in kernel 2.6.10.
Configuration
=============
@@ -26,17 +23,17 @@ Add the following lines from the appropriate section below to
a) PPPoATM configuration:
-config_ppp0=( ppp ) # Runs /lib/rcscripts/net/pppd.sh
+config_ppp0='ppp' # Runs /lib/rcscripts/net/pppd.sh
# The 2 numbers represent the VPI & VCI of your ISP, and they are separated
# by a dot. Choose here, or ask your ISP:
# http://www.linux-usb.org/SpeedTouch/faq/index.html#q12
link_ppp0='0.38'
-plugins_ppp0=( 'pppoa' )
+plugins_ppp0='pppoa'
# 'man pppd' shows other options. Compression is disabled because it is
# rarely taken advantage of, and may interfere with the connection.
# Add option 'usepeerdns' to populate /etc/resolv.conf
-pppd_ppp0=( updetach noauth debug defaultroute noaccomp nobsdcomp noccp
- nodeflate nopcomp novj novjccomp child-timeout 60 )
+pppd_ppp0='updetach noauth debug defaultroute noaccomp nobsdcomp noccp
+ nodeflate nopcomp novj novjccomp child-timeout 60'
username_ppp0='username@isp.com' # ADSL login, assigned by your ISP
password_ppp0='password' # ADSL password, assigned by your ISP
@@ -53,20 +50,20 @@ function preup() {
b) PPPoE configuration:
# Configure first the RFC2684 bridge interface
-config_nas0=( null )
+config_nas0='null'
# Use "-e 0" for LLC mux or "-e 1" for VC mux.
# The 2 numbers after "-a" represent the VPI & VCI of your ISP, and
# they are separated by a dot. Ask your ISP about those numbers.
-br2684ctl_nas0="-e 0 -a 0.38"
+br2684ctl_nas0='-e 0 -a 0.38'
-config_ppp0=( ppp ) # Runs /lib/rcscripts/net/pppd.sh
+config_ppp0='ppp' # Runs /lib/rcscripts/net/pppd.sh
link_ppp0='nas0' # The name of the RFC2684 bridge interface
-plugins_ppp0=( 'pppoe' )
+plugins_ppp0='pppoe'
# 'man pppd' shows other options. Compression is disabled because it is
# rarely taken advantage of, and may interfere with the connection.
# Add option 'usepeerdns' to populate /etc/resolv.conf
-pppd_ppp0=( updetach noauth debug defaultroute noaccomp nobsdcomp noccp
- nodeflate nopcomp novj novjccomp child-timeout 60 )
+pppd_ppp0='updetach noauth debug defaultroute noaccomp nobsdcomp noccp
+ nodeflate nopcomp novj novjccomp child-timeout 60'
username_ppp0='username@isp.com' # ADSL login, assigned by your ISP
password_ppp0='password' # ADSL password, assigned by your ISP
@@ -219,13 +216,13 @@ pppd_ppp0. "man pppd" explains all the options in that file.
If the ADSL connection seems to have worked, but no websites can be
contacted, then check that /etc/resolv.conf is populated, and possibly
add the "usepeerdns" option (to use the ISP's DNS) to pppd_ppp0 in
-/etc/conf.d/net
+/etc/conf.d/net .
If the problem is still not resolved, then describe the problem in the
"discussion and bugs" tab at:
http://gentoo-wiki.com/HOWTO_Speedtouch_modem
Or post to the Gentoo Forums at http://forums.gentoo.org/ - ultimately,
-if there is no answer, then file a bug at http://bugs.gentoo.org/
+if there is no answer, then file a bug at http://bugs.gentoo.org/ .
Compression
diff --git a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild
index a37f23893173..5e9d8fe96b84 100644
--- a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild
+++ b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild,v 1.5 2006/09/24 07:41:10 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild,v 1.1 2009/08/23 06:59:41 mrness Exp $
inherit eutils linux-info
@@ -14,11 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-RDEPEND=">=net-dialup/ppp-2.4.3-r11
- >=sys-fs/udev-086
- !net-dialup/speedtouch"
-DEPEND="${RDEPEND}
- app-arch/unzip"
+RDEPEND="net-dialup/ppp"
+DEPEND="app-arch/unzip"
S="${WORKDIR}"
@@ -27,7 +24,7 @@ pkg_setup() {
if kernel_is lt 2 6 10 ; then
eerror "The kernel-space driver exists only in kernels >= 2.6.10."
- eerror "Please emerge net-dialup/speedtouch instead or upgrade the kernel."
+ eerror "Please upgrade the kernel."
die "Unsupported kernel version"
fi
}