summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2003-11-11 05:00:36 +0000
committerSteve Arnold <nerdboy@gentoo.org>2003-11-11 05:00:36 +0000
commit3016c41090eb1c8ed6c3dc0408d3f278bfcd0611 (patch)
treeac2cd73f4e1e15f3d4f828b33017cde848e5cce7 /net-dialup
parentremoving (diff)
downloadgentoo-2-3016c41090eb1c8ed6c3dc0408d3f278bfcd0611.tar.gz
gentoo-2-3016c41090eb1c8ed6c3dc0408d3f278bfcd0611.tar.bz2
gentoo-2-3016c41090eb1c8ed6c3dc0408d3f278bfcd0611.zip
another user-submitted ebuild from Stephane Loeuillet
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/globespan-adsl/ChangeLog8
-rw-r--r--net-dialup/globespan-adsl/Manifest3
-rw-r--r--net-dialup/globespan-adsl/files/digest-globespan-adsl-0.81
-rw-r--r--net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild45
-rw-r--r--net-dialup/globespan-adsl/metadata.xml11
5 files changed, 68 insertions, 0 deletions
diff --git a/net-dialup/globespan-adsl/ChangeLog b/net-dialup/globespan-adsl/ChangeLog
new file mode 100644
index 000000000000..a08a0417199f
--- /dev/null
+++ b/net-dialup/globespan-adsl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-dialup/globespan-adsl
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.1 2003/11/11 05:00:36 nerdboy Exp $
+
+*globespan-adsl-0.8 (10 Nov 2003)
+
+ 10 Nov 2003; <nerdboy@gentoo.org> globespan-adsl-0.8.ebuild:
+ new user-submitted ebuild (from Stephane Loeuillet again :)
diff --git a/net-dialup/globespan-adsl/Manifest b/net-dialup/globespan-adsl/Manifest
new file mode 100644
index 000000000000..0c17a5dbc2cc
--- /dev/null
+++ b/net-dialup/globespan-adsl/Manifest
@@ -0,0 +1,3 @@
+MD5 1b7c579a70cc5bbeff93829f2457f2c5 globespan-adsl-0.8.ebuild 1116
+MD5 19754f7561b6c7abddcafb419ae9c736 metadata.xml 378
+MD5 607f1328e222264b4c8de4661311c2f1 files/digest-globespan-adsl-0.8 73
diff --git a/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8 b/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8
new file mode 100644
index 000000000000..dc50c91d62a1
--- /dev/null
+++ b/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8
@@ -0,0 +1 @@
+MD5 30d3ca4d10c5a4325c88c80e7c1d3a69 eciadsl-usermode-0.8.tar.bz2 250499
diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild
new file mode 100644
index 000000000000..1cba2b4e358c
--- /dev/null
+++ b/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild,v 1.1 2003/11/11 05:00:36 nerdboy Exp $
+
+DESCRIPTION="Driver for various ADSL modems based on GlobeSpan chips"
+SRC_URI="http://eciadsl.flashtux.org/download/${P}.tar.bz2"
+HOMEPAGE="http://eciadsl.flashtux.org"
+
+IUSE="tcltk"
+
+P="eciadsl-usermode-0.8"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=ppp-2.4.1"
+
+RDEPEND="${DEPEND}
+ tcltk? ( >=dev-lang/tk-8.3.4 )"
+
+src_compile() {
+ # no econf because --host is not supported
+ ./configure --prefix=/usr || die "./configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make ROOT=${D} install || die "Install failed"
+}
+pkg_postinst() {
+ einfo ""
+
+ use tcltk && {
+ einfo "Package succesfully installed you should now run 'eciconf.sh'"
+ einfo "Paquetage installé avec succes vous devriez maintenant executer 'eciconf.sh'"
+ }
+
+ use tcltk || {
+ einfo "Package succesfully installed you should now run 'eciconftxt.sh'"
+ einfo "Paquetage installé avec succes vous devriez maintenant executer 'eciconftxt.sh'"
+ }
+
+ einfo ""
+}
diff --git a/net-dialup/globespan-adsl/metadata.xml b/net-dialup/globespan-adsl/metadata.xml
new file mode 100644
index 000000000000..60648bcb1bab
--- /dev/null
+++ b/net-dialup/globespan-adsl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>comm-fax</herd>
+<maintainer>
+ <email>nerdboy@gentoo.org</email>
+ <name>Steve Arnold</name>
+ <description>Primary Maintainer</description>
+</maintainer>
+<longdescription>Usermode driver for GLobeSpan ADSL modems.</longdescription>
+</pkgmetadata>