diff options
-rw-r--r-- | net-dialup/speedtouch/files/adsl.sample | 4 | ||||
-rw-r--r-- | net-dialup/speedtouch/files/speedtouch.confd | 4 | ||||
-rw-r--r-- | net-dialup/speedtouch/files/speedtouch.rc6 | 4 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.1.ebuild | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/net-dialup/speedtouch/files/adsl.sample b/net-dialup/speedtouch/files/adsl.sample index 3cbf36a5c6fe..6c23aa9fe5f2 100644 --- a/net-dialup/speedtouch/files/adsl.sample +++ b/net-dialup/speedtouch/files/adsl.sample @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/adsl.sample,v 1.2 2004/03/04 19:12:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/adsl.sample,v 1.3 2004/07/14 23:11:58 agriffis Exp $ # This file could be rename but its place is under /etc/ppp/peers # To connect to Internet using this configuration file diff --git a/net-dialup/speedtouch/files/speedtouch.confd b/net-dialup/speedtouch/files/speedtouch.confd index 501edf3eab02..8e01278afba1 100644 --- a/net-dialup/speedtouch/files/speedtouch.confd +++ b/net-dialup/speedtouch/files/speedtouch.confd @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.confd,v 1.3 2004/03/04 19:13:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.confd,v 1.4 2004/07/14 23:11:58 agriffis Exp $ # Config file for the speedtouch ebuild diff --git a/net-dialup/speedtouch/files/speedtouch.rc6 b/net-dialup/speedtouch/files/speedtouch.rc6 index 51a9f8eb0058..ff123fd58543 100644 --- a/net-dialup/speedtouch/files/speedtouch.rc6 +++ b/net-dialup/speedtouch/files/speedtouch.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.rc6,v 1.4 2004/03/04 19:14:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.rc6,v 1.5 2004/07/14 23:11:58 agriffis Exp $ PPP=$(which pppd) MODEM_RUN=$(which modem_run) diff --git a/net-dialup/speedtouch/speedtouch-1.1.ebuild b/net-dialup/speedtouch/speedtouch-1.1.ebuild index 2f7f5f2b42da..d1cc22531ec5 100644 --- a/net-dialup/speedtouch/speedtouch-1.1.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.10 2004/06/24 22:32:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.11 2004/07/14 23:11:58 agriffis Exp $ DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" HOMEPAGE="http://speedtouch.sf.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/speedtouch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~alpha ~hppa amd64" +IUSE="debug static" DEPEND="" RDEPEND=">=net-dialup/ppp-2.4.1" |