diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-06-15 21:12:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-06-15 21:12:10 +0000 |
commit | 0e905d893b484c063ee0f7033fc337027878d4e4 (patch) | |
tree | b446fb1cdae9578eb9ed39dd2efccd182cb6d651 /net-dialup | |
parent | Fixed whitespace errors. (diff) | |
download | historical-0e905d893b484c063ee0f7033fc337027878d4e4.tar.gz historical-0e905d893b484c063ee0f7033fc337027878d4e4.tar.bz2 historical-0e905d893b484c063ee0f7033fc337027878d4e4.zip |
remove old ver
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/globespan-adsl/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/files/digest-globespan-adsl-0.9 | 1 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/globespan-adsl-0.9.ebuild | 51 |
3 files changed, 4 insertions, 53 deletions
diff --git a/net-dialup/globespan-adsl/ChangeLog b/net-dialup/globespan-adsl/ChangeLog index 06f9ceac9f37..ccbd2ba2184e 100644 --- a/net-dialup/globespan-adsl/ChangeLog +++ b/net-dialup/globespan-adsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/globespan-adsl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.13 2005/04/14 20:14:06 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.14 2005/06/15 21:12:10 mrness Exp $ + + 15 Jun 2005; Alin Nastac <mrness@gentoo.org> -globespan-adsl-0.9.ebuild: + Remove old version. 14 Apr 2005; Alin Nastac <mrness@gentoo.org> globespan-adsl-0.10.ebuild: Stable on x86 diff --git a/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.9 b/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.9 deleted file mode 100644 index f88a27e8eba8..000000000000 --- a/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 2a1a61de03c5f936c53a7a3ba21a53df eciadsl-usermode-0.9.tar.gz 218663 diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.9.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.9.ebuild deleted file mode 100644 index 3f9c212de0b7..000000000000 --- a/net-dialup/globespan-adsl/globespan-adsl-0.9.ebuild +++ /dev/null @@ -1,51 +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/globespan-adsl/globespan-adsl-0.9.ebuild,v 1.4 2005/02/06 13:24:41 mrness Exp $ - -inherit fixheadtails - -MY_PN="eciadsl-usermode-0.9" -S=${WORKDIR}/${MY_PN} -DESCRIPTION="Driver for various ADSL modems. Also known as EciAdsl." -SRC_URI="http://eciadsl.flashtux.org/download/${MY_PN}.tar.gz" -HOMEPAGE="http://eciadsl.flashtux.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="tcltk" - -DEPEND=">=net-dialup/ppp-2.4.1" -RDEPEND="${DEPEND} - tcltk? ( >=dev-lang/tk-8.3.4 )" - -src_unpack() { - unpack ${A} || die - cd ${S} || die - ht_fix_all -} - -src_compile() { - BIN_DIR="/usr/bin" ./configure --prefix=/usr --conf-prefix=/etc \ - --conf-dir=/eciadsl --doc-prefix=/usr/share/doc --doc-dir=/eciads --disable-pppd-check \ - || die "./configure failed" - emake || die "make failed" -} - -src_install() { - make ROOT=${D} install || die "Install failed" -} - -pkg_postinst() { - einfo - einfo "Package succesfully installed you should now run " - einfo "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh" - einfo - einfo "Paquetage installé avec succés vous devriez maintenant" - einfo "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh" - einfo - ewarn "Please note that if you're using a 2.6.x kernel you'll" - ewarn "probably need to apply a patch to fix a USB bug. See" - ewarn "http://eciadsl.flashtux.org/download/beta/" - einfo -} |