diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 14:41:45 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 14:41:45 +0000 |
commit | 7a7250a42c43e8f52f4f1a0b344c8ae4ca18c4ed (patch) | |
tree | 8e0454064714d91ec04edddf8a1424d5185ff823 /net-dialup | |
parent | fix mismatched tags (diff) | |
download | historical-7a7250a42c43e8f52f4f1a0b344c8ae4ca18c4ed.tar.gz historical-7a7250a42c43e8f52f4f1a0b344c8ae4ca18c4ed.tar.bz2 historical-7a7250a42c43e8f52f4f1a0b344c8ae4ca18c4ed.zip |
moved --with-force to -r2 since they can break things
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/ltmodem/Manifest | 6 | ||||
-rw-r--r-- | net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9-r2 | 1 | ||||
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r2.ebuild | 56 |
5 files changed, 70 insertions, 5 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog index 8507c8f97577..b9c741132e5f 100644 --- a/net-dialup/ltmodem/ChangeLog +++ b/net-dialup/ltmodem/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/ltmodem # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.9 2003/12/07 11:36:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.10 2003/12/09 14:41:39 lanius Exp $ + +*ltmodem-8.26_alpha9-r2 (09 Dec 2003) + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> + ltmodem-8.26_alpha9-r1.ebuild, ltmodem-8.26_alpha9-r2.ebuild: + moved --with-force changes to -r2 since they can break things 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ltmodem-8.26_alpha9-r1.ebuild: diff --git a/net-dialup/ltmodem/Manifest b/net-dialup/ltmodem/Manifest index 80d317dd149b..bb1e259ab94f 100644 --- a/net-dialup/ltmodem/Manifest +++ b/net-dialup/ltmodem/Manifest @@ -1,4 +1,6 @@ -MD5 ff042dd9a37c38673c91a8f49ef990f6 ltmodem-8.26_alpha9-r1.ebuild 1572 -MD5 724dec15e124806e93af7c3e3738b024 ChangeLog 1216 +MD5 b99ab1cca0776ce2017c43e2cdcea22f ltmodem-8.26_alpha9-r1.ebuild 1553 +MD5 1f37317383191bc5a63fc394717baf04 ltmodem-8.26_alpha9-r2.ebuild 1573 +MD5 6c28446b9104b9681351191a4c8137e2 ChangeLog 1436 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9-r1 66 +MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9-r2 66 diff --git a/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9-r2 b/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9-r2 new file mode 100644 index 000000000000..7529e4c0c947 --- /dev/null +++ b/net-dialup/ltmodem/files/digest-ltmodem-8.26_alpha9-r2 @@ -0,0 +1 @@ +MD5 a75ae27d40ade3aa698c0b0b290724f4 ltmodem-8.26a9.tar.gz 679998 diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild index 0f9e059f93ef..a92c477a1199 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.7 2003/12/07 11:36:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.8 2003/12/09 14:41:39 lanius Exp $ MY_P="${P/_alpha/a}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -21,7 +21,7 @@ src_compile() { sed -e 's:make -e:make:' \ -e 's:read -p:echo:' \ build_module.orig > build_module - FAST="1" ./build_module ${KV} --with-force || die + FAST="1" ./build_module || die } src_install() { diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r2.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r2.ebuild new file mode 100644 index 000000000000..4d6130f8fd87 --- /dev/null +++ b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r2.ebuild @@ -0,0 +1,56 @@ +# 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-r2.ebuild,v 1.1 2003/12/09 14:41:39 lanius 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" + +DEPEND="virtual/linux-sources" + +S=${WORKDIR}/${MY_P} + +src_compile() { + cp build_module{,.orig} + sed -e 's:make -e:make:' \ + -e 's:read -p:echo:' \ + build_module.orig > build_module + FAST="1" ./build_module ${KV} --with-force || die +} + +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 + + insinto /etc/devfs.d + newins debian/etc_devfs_conf.d_ltmodem ltmodem + insinto /etc/modules.d + newins debian/modules ltmodem +} + +pkg_postinst() { + [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules + einfo "Use /dev/modem to access modem" + einfo "If you have problems, read this doc:" + einfo "/usr/share/doc/${PF}/html/post-install.html" + echo + einfo "Also, if you wish to access the modem through" + einfo "/dev/modem without rebooting, run this:" + einfo "killall -HUP devfsd" +} |