summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-24 22:18:41 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-24 22:18:41 +0000
commit35af3eccc9b1127991d5b7895ad701e5139cfdd7 (patch)
tree6d05be51e08603bd94210a3fa731e9a1560201a5 /net-dialup/ltmodem
parentcleanup (diff)
downloadgentoo-2-35af3eccc9b1127991d5b7895ad701e5139cfdd7.tar.gz
gentoo-2-35af3eccc9b1127991d5b7895ad701e5139cfdd7.tar.bz2
gentoo-2-35af3eccc9b1127991d5b7895ad701e5139cfdd7.zip
unmask!
Diffstat (limited to 'net-dialup/ltmodem')
-rw-r--r--net-dialup/ltmodem/Manifest8
-rw-r--r--net-dialup/ltmodem/files/digest-ltmodem-8.22_alpha51
-rw-r--r--net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha91
-rw-r--r--net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild59
-rw-r--r--net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild6
-rw-r--r--net-dialup/ltmodem/ltmodem-8.26_alpha9.ebuild43
6 files changed, 5 insertions, 113 deletions
diff --git a/net-dialup/ltmodem/Manifest b/net-dialup/ltmodem/Manifest
index 6f0cab883a83..e3a704130d19 100644
--- a/net-dialup/ltmodem/Manifest
+++ b/net-dialup/ltmodem/Manifest
@@ -1,7 +1,3 @@
-MD5 e28afcc79c97a69cd19f9a2dac72943e ChangeLog 884
-MD5 00ae545d76e6f2b9532cb69e7be4f53b ltmodem-8.22_alpha5.ebuild 1320
-MD5 c3dd4cd155df75990ec0cda277e9f5af ltmodem-8.26_alpha9-r1.ebuild 1556
-MD5 8252b0c58fc6be824d5b2e994da29f6c ltmodem-8.26_alpha9.ebuild 1229
-MD5 ee22e1a0281cd35c9248e72bb8e1a4b3 files/digest-ltmodem-8.22_alpha5 66
-MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9 66
MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9-r1 66
+MD5 62e86e05321673271b9def2ae2802c51 ltmodem-8.26_alpha9-r1.ebuild 1553
+MD5 e28afcc79c97a69cd19f9a2dac72943e ChangeLog 884
diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.22_alpha5 b/net-dialup/ltmodem/files/digest-ltmodem-8.22_alpha5
deleted file mode 100644
index e33c0109113a..000000000000
--- a/net-dialup/ltmodem/files/digest-ltmodem-8.22_alpha5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 825812630b727e44349c8f4323a2791b ltmodem-8.22a5.tar.gz 446428
diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9 b/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9
deleted file mode 100644
index 7529e4c0c947..000000000000
--- a/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a75ae27d40ade3aa698c0b0b290724f4 ltmodem-8.26a9.tar.gz 679998
diff --git a/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild b/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild
deleted file mode 100644
index e567e28c831d..000000000000
--- a/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild,v 1.5 2003/02/13 13:53:44 vapier Exp $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- #the installer has you press 'Enter' a whole lot
- ./build_module ${KV} << EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-EOF
- [ -a drivers-${KV}/lt_modem.o ] || die "modem.o did not build"
- [ -a drivers-${KV}/lt_serial.o ] || die "serial.o did not build"
-}
-
-src_install() {
- dohtml DOCs/*.html
- rm -rf DOCs/*.html DOCs/Installers
-
- dodoc 1ST-READ BLDrecord.txt Utility_version_tests.txt DOCs/*
-
- mv utils/fixscript utils/ltfixscript
- mv utils/noisefix utils/ltnoisefix
- mv utils/unloading utils/ltunloading
- dobin utils/lt*
-
- insinto /lib/modules/${KV}/ltmodem
- newins drivers-${KV}/lt_modem.o lt_modem.o
- newins drivers-${KV}/lt_serial.o lt_serial.o
-}
-
-pkg_postinst() {
- einfo "To get going real fast read this doc:"
- einfo "/usr/share/doc/${P}/html/post-install.html"
-}
diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
index 5beac88a4c93..fd60210ffd23 100644
--- a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
+++ b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.4 2003/02/13 13:53:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.5 2003/06/24 22:18:37 vapier Exp $
MY_P="${P/_alpha/a}"
DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets"
@@ -10,11 +10,11 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="virtual/linux-sources"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_compile() {
cp build_module{,.orig}
diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9.ebuild
deleted file mode 100644
index d14fe6d8c62d..000000000000
--- a/net-dialup/ltmodem/ltmodem-8.26_alpha9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9.ebuild,v 1.2 2003/02/13 13:53:55 vapier Exp $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- cp build_module{,.orig}
- sed -e 's:read -p:echo:' build_module.orig > build_module
- ./build_module ${KV} >& ${T}/build_module-report
- cd source
- make || die "please include ${T}/build_module-report in any bug report"
-}
-
-src_install() {
- dohtml DOCs/*.html
- rm -rf DOCs/*.html DOCs/Installers
-
- dodoc 1ST-READ BLDrecord.txt Utility_version_tests.txt DOCs/*
-
- mv utils/fixscript utils/ltfixscript
- mv utils/noisefix utils/ltnoisefix
- mv utils/unloading utils/ltunloading
- dobin utils/lt*
-
- cd source
- make install ROOTDIR=${D} || die
-}
-
-pkg_postinst() {
- einfo "To get going real fast read this doc:"
- einfo "/usr/share/doc/${PF}/html/post-install.html"
-}