summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-06-15 22:15:54 +0000
committerAlin Năstac <mrness@gentoo.org>2005-06-15 22:15:54 +0000
commit9e1432d5077c6bfa6d61a0295048151026943830 (patch)
tree9a0837a0a3d34fc8b62d4dad61c70f4f5aea23f8 /net-dialup
parentx86; remove old ver (diff)
downloadgentoo-2-9e1432d5077c6bfa6d61a0295048151026943830.tar.gz
gentoo-2-9e1432d5077c6bfa6d61a0295048151026943830.tar.bz2
gentoo-2-9e1432d5077c6bfa6d61a0295048151026943830.zip
remove old ver
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ltmodem/ChangeLog5
-rw-r--r--net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha82
-rw-r--r--net-dialup/ltmodem/ltmodem-8.31_alpha8.ebuild121
3 files changed, 4 insertions, 124 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog
index c55681a6683f..4bfd8b5bddca 100644
--- a/net-dialup/ltmodem/ChangeLog
+++ b/net-dialup/ltmodem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ltmodem
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.20 2005/03/26 14:41:39 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.21 2005/06/15 22:15:53 mrness Exp $
+
+ 15 Jun 2005; Alin Nastac <mrness@gentoo.org> -ltmodem-8.31_alpha8.ebuild:
+ Remove old version.
26 Mar 2005; Alin Nastac <mrness@gentoo.org> ltmodem-8.31_alpha10-r1.ebuild,
-ltmodem-8.31_alpha10.ebuild, ltmodem-8.31_alpha8.ebuild:
diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8 b/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8
deleted file mode 100644
index 9a0aa5649215..000000000000
--- a/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6a00c3fcb939f46d4d2ce62669e65fb0 ltmodem-8.31a8.tar.gz 526000
-MD5 d82067a8f4735bd8f53a8bdcfcbc1bb5 ltmodem-2.6-alk-6.tar.bz2 410714
diff --git a/net-dialup/ltmodem/ltmodem-8.31_alpha8.ebuild b/net-dialup/ltmodem/ltmodem-8.31_alpha8.ebuild
deleted file mode 100644
index c5a06b8778ed..000000000000
--- a/net-dialup/ltmodem/ltmodem-8.31_alpha8.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.31_alpha8.ebuild,v 1.5 2005/03/26 14:41:39 mrness Exp $
-
-inherit linux-mod
-
-MY_P="${P/_alpha/a}"
-DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets"
-HOMEPAGE="http://www.heby.de/ltmodem/"
-SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz
- http://www.sfu.ca/~cth/ltmodem/${MY_P}.tar.gz
- http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ltmodem-2.6-alk-6.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-
-RESTRICT="nouserpriv"
-
-S=${WORKDIR}/${PN}-2.6-alk-6
-S_2_4=${WORKDIR}/${MY_P}
-
-DEPEND="sys-apps/util-linux"
-
-BUILD_TARGETS="module"
-BUILD_PARAMS="KERNEL_DIR=${KV_DIR}"
-
-pkg_setup() {
- if kernel_is 2 4; then
- MODULE_NAMES="lt_modem(lt_modem:) lt_serial(lt_modem:)"
- MODULESD_LTMODEM_ALIASES=( "char-major-62 lt_serial"
- "/dev/tts/LT0 lt_serial"
- "/dev/modem lt_serial" )
- CONFIG_CHECK="SERIAL"
- SERIAL_8250_ERROR="This driver requires you to compile your kernel with serial core (CONFIG_SERIAL) support."
- else
- MODULE_NAMES="ltmodem(ltmodem:) ltserial(ltmodem:)"
- MODULESD_LTMODEM_ALIASES=( "char-major-62 ltserial"
- "/dev/tts/LT0 ltserial"
- "/dev/modem ltserial" )
- CONFIG_CHECK="SERIAL_8250"
- SERIAL_8250_ERROR="This driver requires you to compile your kernel with serial core (CONFIG_SERIAL_8250) support."
- fi
- linux-mod_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- convert_to_m ${S}/Makefile
-}
-
-src_compile() {
- if kernel_is 2 4; then
- cd ${S_2_4}
- sed -i -e 's:make -e:make:' -e 's:read -p:echo:' build_module
- FAST="1" ./build_module ${KV_FULL} || die "Compilation filed"
- else
- linux-mod_src_compile
- fi
-}
-
-src_install() {
- # install docs
- cd ${S_2_4}/DOCs
- dohtml *.html
-
- rm -rf *.html Installers build* Build* gcc3.txt Examples Suse*
- rm -rf fixscript* slackware srcprep.man scanmodem.man conf*
-
- rename .man .1 *.man
- doman *.1
- rm -rf *.1
-
- dodoc ../1ST-READ *
- cd ..
-
- # install utilities
- mv utils/unloading utils/lt_unloading
- dosbin utils/lt_*
-
- # install configuration
- insinto /etc/devfs.d
- newins ${FILESDIR}/ltmodem_devfs ltmodem
-
- # install kernel module
- if kernel_is 2 4; then
- cd source
- make install ROOTDIR=${D} || die "Cannot install drivers"
- else
- linux-mod_src_install
- fi
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- # Make some devices if we aren't using devfs
- if [ -e ${ROOT}/dev/.devfsd ]; then
- ebegin "Restarting devfsd to reread devfs rules"
- killall -HUP devfsd
- eend $?
- einfo "modules-update to complete configuration."
-
- einfo "Use /dev/tts/LT0 or /dev/ttyLT0 to access modem"
- elif [ -e ${ROOT}/dev/.udev ]; then
- ebegin "Restarting udev to reread udev rules"
- udevstart
- eend $?
-
- einfo "Use /dev/ttyLTM0 to access modem"
- fi
-
- einfo
- ewarn "Remember, in order to access the modem,"
- ewarn "you have to be in the 'dialout' group."
- ewarn "Also, if your dialing application use locking mechanism (e.g wvdial),"
- ewarn "you should have write access to /var/lock directory."
- einfo
- einfo "If you have problems, read this doc:"
- einfo "/usr/share/doc/${PF}/html/post-install.html"
-}