summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-10-13 10:36:05 +0000
committerHanno Böck <hanno@gentoo.org>2002-10-13 10:36:05 +0000
commitbe9549094ecd6070bec262bb992c384f221039b8 (patch)
treed8b27af1e0e47af5284d78877ab9fc24d435c49b /net-dialup
parentsylpheed-theme is now sylpheed-iconset upstream (diff)
downloadgentoo-2-be9549094ecd6070bec262bb992c384f221039b8.tar.gz
gentoo-2-be9549094ecd6070bec262bb992c384f221039b8.tar.bz2
gentoo-2-be9549094ecd6070bec262bb992c384f221039b8.zip
version update.
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/hsflinmodem/ChangeLog5
-rw-r--r--net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.021010011
-rw-r--r--net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild29
3 files changed, 35 insertions, 0 deletions
diff --git a/net-dialup/hsflinmodem/ChangeLog b/net-dialup/hsflinmodem/ChangeLog
index 757838b56ea0..aa0932475d32 100644
--- a/net-dialup/hsflinmodem/ChangeLog
+++ b/net-dialup/hsflinmodem/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/hsflinmodem
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+*hsflinmodem-5.03.03.02101001 (13 Oct 2002)
+
+ 13 Oct 2002; Hanno Boeck <hanno@gmx.de>
+ Version updated. Resolves bug #6970.
+
*hsflinmodem-5.03.03.02072100 (03 Aug 2002)
Doug Goldstein <cardoe@gentoo.org> (03 Aug 2002) hsflinmodem-5.03.03.02072100.ebuild :
diff --git a/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02101001 b/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02101001
new file mode 100644
index 000000000000..0c40d12181f8
--- /dev/null
+++ b/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02101001
@@ -0,0 +1 @@
+MD5 c5362f2941837f1f9fb3ede33c3b3985 hsflinmodem-5.03.03.L3mbsibeta02101001.tar.gz 1050083
diff --git a/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild b/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild
new file mode 100644
index 000000000000..5e8f4c11be9d
--- /dev/null
+++ b/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild,v 1.1 2002/10/13 10:36:05 hanno Exp $
+
+MY_PV=5.03.03.L3mbsibeta02101001
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="hsflinmodem - Modem driver for Connexant HSF chipset"
+SRC_URI="http://www.mbsi.ca/cnxtlindrv/hsf/archive/${MY_P}/${MY_P}.tar.gz"
+HOMEPAGE="http://www.mbsi.ca/cnxtlindrv/"
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+LICENSE="Conexant"
+KEYWORDS="~x86"
+
+src_compile() {
+ emake all || die
+}
+
+src_install () {
+ make PREFIX=${D}/usr/ ROOT=${D} install || die
+}
+
+pkg_postinst() {
+ echo "To complete the installation and configuration of your HSF modem,"
+ echo "please run hsfconfig."
+}