From c183e88ec1b6e217e176fc02fc2aa49707300620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alin=20N=C4=83stac?= Date: Sun, 12 Mar 2006 17:04:12 +0000 Subject: [PATCH] Remove old revision. Quote $KV_DIR. Package-Manager: portage-2.0.54 --- net-dialup/ltmodem/ChangeLog | 6 +- net-dialup/ltmodem/Manifest | 10 ++ .../files/digest-ltmodem-8.31_alpha10-r1 | 2 - .../ltmodem/ltmodem-8.31_alpha10-r1.ebuild | 131 ------------------ .../ltmodem/ltmodem-8.31_alpha10-r2.ebuild | 4 +- 5 files changed, 17 insertions(+), 136 deletions(-) delete mode 100644 net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha10-r1 delete mode 100644 net-dialup/ltmodem/ltmodem-8.31_alpha10-r1.ebuild diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog index 0b593643aabe..4e51bd77809d 100644 --- a/net-dialup/ltmodem/ChangeLog +++ b/net-dialup/ltmodem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ltmodem # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.24 2006/01/20 11:25:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.25 2006/03/12 17:04:12 mrness Exp $ + + 12 Mar 2006; Alin Nastac + -ltmodem-8.31_alpha10-r1.ebuild, ltmodem-8.31_alpha10-r2.ebuild: + Remove old revision. Quote $KV_DIR. 20 Jan 2006; Alin Nastac ltmodem-8.31_alpha10-r2.ebuild: diff --git a/net-dialup/ltmodem/Manifest b/net-dialup/ltmodem/Manifest index bd1990006bfd..46a3f594f1fc 100644 --- a/net-dialup/ltmodem/Manifest +++ b/net-dialup/ltmodem/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 8f18a9f1e9d0012cbd4642aadf853850 ChangeLog 3761 MD5 c1fadb641074695c728bd065813e112f files/digest-ltmodem-8.31_alpha10-r2 137 MD5 b990e7d5303c86f37ea21cf471d22e03 files/ltmodem_devfs 198 MD5 582d28d185a3f78c74af49a29dfd4102 ltmodem-8.31_alpha10-r2.ebuild 3602 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEFFSYjG8pv1lIUX4RAsx9AKDh6L/a6YV4llLnEYkfnTD+aiAOmACeMBuz +WVotRLQ8DluIelqStdZqOFw= +=W0xX +-----END PGP SIGNATURE----- diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha10-r1 b/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha10-r1 deleted file mode 100644 index fb4d7efe006c..000000000000 --- a/net-dialup/ltmodem/files/digest-ltmodem-8.31_alpha10-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 1ca42e1f5622fbc5664920b5dd2146b7 ltmodem-8.31a10.tar.gz 580518 -MD5 cef203ab4ad1edec006a27abb8996507 ltmodem-2.6-alk-7.tar.bz2 435466 diff --git a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.31_alpha10-r1.ebuild deleted file mode 100644 index f6b39202e3f7..000000000000 --- a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r1.ebuild +++ /dev/null @@ -1,131 +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_alpha10-r1.ebuild,v 1.4 2005/08/29 21:59:06 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-7.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="" - -RESTRICT="nouserpriv" - -S=${WORKDIR}/${PN}-2.6-alk-7 -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 - insinto /etc/udev/rules.d/ - newins ${S}/docs/ltmodem.rules 55-ltmodem.rules - - # 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 - - echo - 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." - - if linux_chkconfig_present SMP ; then - echo - ewarn "Please note that Linux support for SMP (symmetric multi processor)" - ewarn "is reported to be incompatible with this driver!" - ewarn "In case it doesn't work, you should try first to disable CONFIG_SMP in your kernel." - fi - - echo - einfo "If you have problems, read this doc:" - einfo "/usr/share/doc/${PF}/html/post-install.html" -} diff --git a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild b/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild index b57790fd7ce3..49ded015286e 100644 --- a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild +++ b/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild,v 1.2 2006/01/20 11:25:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.31_alpha10-r2.ebuild,v 1.3 2006/03/12 17:04:12 mrness Exp $ inherit linux-mod @@ -25,7 +25,7 @@ S_2_4="${WORKDIR}/${MY_P}" DEPEND="sys-apps/util-linux" BUILD_TARGETS="module" -BUILD_PARAMS="KERNEL_DIR=${KV_DIR}" +BUILD_PARAMS="KERNEL_DIR='${KV_DIR}'" pkg_setup() { if kernel_is 2 4; then -- 2.26.2