diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-18 15:59:51 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-18 15:59:51 +0000 |
commit | c257466848af84cca6887acea794087a3b635bde (patch) | |
tree | f9e4bbbf707cc844cdfd5afb169e4a59862acb6c /net-dialup/speedtouch | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-c257466848af84cca6887acea794087a3b635bde.tar.gz gentoo-2-c257466848af84cca6887acea794087a3b635bde.tar.bz2 gentoo-2-c257466848af84cca6887acea794087a3b635bde.zip |
remove obsolete ebuild
Diffstat (limited to 'net-dialup/speedtouch')
-rw-r--r-- | net-dialup/speedtouch/ChangeLog | 4 | ||||
-rw-r--r-- | net-dialup/speedtouch/files/digest-speedtouch-1.3 | 1 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.3.ebuild | 83 |
3 files changed, 2 insertions, 86 deletions
diff --git a/net-dialup/speedtouch/ChangeLog b/net-dialup/speedtouch/ChangeLog index 31682decf4f9..3a6bd68b504f 100644 --- a/net-dialup/speedtouch/ChangeLog +++ b/net-dialup/speedtouch/ChangeLog @@ -1,13 +1,13 @@ # ChangeLog for net-dialup/speedtouch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.24 2004/12/18 15:11:56 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.25 2004/12/18 15:59:51 mrness Exp $ *speedtouch-1.3.1-r1 (18 Dec 2004) 18 Dec 2004; Alin Nastac <mrness@gentoo.org> -files/speedtouch.rc6, -speedtouch-1.1.ebuild, -speedtouch-1.2.ebuild, -speedtouch-1.2_beta2.ebuild, +speedtouch-1.3.1-r1.ebuild, - -speedtouch-1.3.1.ebuild: + -speedtouch-1.3.ebuild, -speedtouch-1.3.1.ebuild: Increase verbosity level required by ATM log reports due to decreased performance in some cases (bug #74770). Cleanup old ebuilds. diff --git a/net-dialup/speedtouch/files/digest-speedtouch-1.3 b/net-dialup/speedtouch/files/digest-speedtouch-1.3 deleted file mode 100644 index 7ac030c31d78..000000000000 --- a/net-dialup/speedtouch/files/digest-speedtouch-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 51012dc3f19297d2fd31bb79e3e2040f speedtouch-1.3.tar.bz2 195549 diff --git a/net-dialup/speedtouch/speedtouch-1.3.ebuild b/net-dialup/speedtouch/speedtouch-1.3.ebuild deleted file mode 100644 index 3ae4dfbf1ff1..000000000000 --- a/net-dialup/speedtouch/speedtouch-1.3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# 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.3.ebuild,v 1.1 2004/09/27 13:56:33 dragonheart Exp $ - -inherit flag-o-matic - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} -DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" -HOMEPAGE="http://speedtouch.sf.net/" -SRC_URI="mirror://sourceforge/speedtouch/${MY_P}.tar.bz2" - -IUSE="static debug" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~hppa ~amd64" - -DEPEND="" -RDEPEND=">=net-dialup/ppp-2.4.1" - -src_compile() { - use debug && myconf="--enable-debug" - use static && myconf="${myconf} --enable-static" - - filter-flags -mpowerpc-gfxopt -mpowerpc-gpopt - econf --enable-syslog \ - ${myconf} || die "./configure failed" - - emake || die "make failed" -} - -src_install () { - - use debug && RESTRICT="${RESTRICT} nostrip" - - einstall || die - - # twp 2003-12-25 install *.html correctly - find ${D}/usr/share/doc/speedtouch/ -type f -name '*.html' | xargs dohtml - find ${D}/usr/share/doc/speedtouch/ -type f -name '*.html' | xargs rm - echo $(find ${D}/usr/share/doc/speedtouch/ -type f) | xargs dodoc - rm -rf ${D}/usr/share/doc/speedtouch/ - dodoc AUTHORS COPYING ChangeLog INSTALL TODO VERSION - - rm -rf ${D}/usr/bin - rm -rf ${D}/usr/share/man/man1 - - exeinto /etc/init.d ; newexe ${FILESDIR}/speedtouch.rc7 speedtouch - - insinto /etc/conf.d ; newins ${FILESDIR}/speedtouch.confd speedtouch - - insopts -m 600 ; insinto /etc/ppp/peers ; doins ${FILESDIR}/adsl.sample - - dosbin doc-linux/adsl-conf-pppd - - #allows hotplug to modprobe the speedtch module automatically - mv ${D}/etc/hotplug/usb/speedtouch.usermap ${D}/etc/hotplug/usb/speedtch.usermap - exeinto /etc/hotplug/usb ; newexe ${FILESDIR}/speedtch-hotplug speedtch - rm ${D}/etc/hotplug/usb/speedtouch -} - -pkg_postinst() { - echo "" - ewarn "Make sure you have kernel support for USB, HDCL and PPP" - ewarn "NB: kernels >= 2.4.18 include the hdlc patch" - echo "" - ewarn "Read and subscribe vendor's licence to download the microcode" - ewarn "You can get it from: " - ewarn " 1) vendor's site: http://www.speedtouchdsl.com/dvrreg_lx.htm" - ewarn " 2) a windows system: c:\windows\system\alcaudsl.sys" - ewarn " 3) the CD provided: X:\Driver\alcaudsl.sys" - ewarn "Then you should set its path in the /etc/conf.d/speedtouch file" - ewarn "edit and rename 'adsl.sample' to 'adsl' in /etc/ppp/peers/adsl and" - ewarn "bring up your adsl line using the /etc/init.d/speedtouch script" - echo "" - einfo "More info in the documentation in /usr/share/doc/${PF}" - echo "" - einfo "You need to pass -a /usr/share/speedtouch/boot.v123.bin to" - einfo "modem_run with this version. The URL for firmware is:" - einfo "http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm" - echo "" -} |