diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-08-22 07:18:56 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-08-22 07:18:56 +0000 |
commit | f2312c882b58ce0fdd7e1fb964e0cb01bdf1f050 (patch) | |
tree | e1678467b9210dac43f0dbed0b6e0196d535be7d /net-dialup/ueagle-atm | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-f2312c882b58ce0fdd7e1fb964e0cb01bdf1f050.tar.gz gentoo-2-f2312c882b58ce0fdd7e1fb964e0cb01bdf1f050.tar.bz2 gentoo-2-f2312c882b58ce0fdd7e1fb964e0cb01bdf1f050.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/ueagle-atm')
-rw-r--r-- | net-dialup/ueagle-atm/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/ueagle-atm/files/README | 25 | ||||
-rw-r--r-- | net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild (renamed from net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild) | 9 |
3 files changed, 24 insertions, 19 deletions
diff --git a/net-dialup/ueagle-atm/ChangeLog b/net-dialup/ueagle-atm/ChangeLog index 0ec09376d224..0f3a4e80d80b 100644 --- a/net-dialup/ueagle-atm/ChangeLog +++ b/net-dialup/ueagle-atm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-dialup/ueagle-atm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.6 2009/07/13 12:42:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.7 2009/08/22 07:18:55 mrness Exp $ + +*ueagle-atm-1.1-r3 (22 Aug 2009) + + 22 Aug 2009; Alin Năstac <mrness@gentoo.org> files/README, + -ueagle-atm-1.1-r2.ebuild, +ueagle-atm-1.1-r3.ebuild: + Migrate to EAPI 2. Cleanup dependencies. Update README with changes occured + in baselayout-2. 13 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> ueagle-atm-1.1-r2.ebuild: diff --git a/net-dialup/ueagle-atm/files/README b/net-dialup/ueagle-atm/files/README index 5cac68ae4fc6..ef07b71dadcd 100644 --- a/net-dialup/ueagle-atm/files/README +++ b/net-dialup/ueagle-atm/files/README @@ -2,10 +2,7 @@ Introduction ============ This ebuild installs firmware files necessary for ADI 930/Eagle USB ADSL -Modem driver which first appeared in kernel 2.6.16 as a replacement for -the user-space driver. For earlier kernels, the net-dialup/eagle-usb package -must be emerged instead. - +Modem driver which first appeared in kernel 2.6.16. Configuration ============= @@ -26,16 +23,16 @@ 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. Ask your ISP about those numbers. 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 @@ -52,20 +49,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 diff --git a/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild b/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild index 148c781d77e8..01d250977142 100644 --- a/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild +++ b/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild,v 1.4 2009/07/13 12:42:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ueagle-atm-1.1-r3.ebuild,v 1.1 2009/08/22 07:18:55 mrness Exp $ + +EAPI="2" inherit eutils linux-info @@ -13,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND=">=net-dialup/ppp-2.4.3-r14 - !net-dialup/eagle-usb" +DEPEND="" +RDEPEND="net-dialup/ppp" S="${WORKDIR}/ueagle-data-src-${PV}" @@ -32,7 +34,6 @@ pkg_setup() { ewarn " >=sys-apps/baselayout-1.12.0" ewarn "which is also the only documented mode of using ${PN} driver." ewarn "Please install baselayout-1.12.0 or else you will be on your own!" - ebeep fi } |