diff options
author | 2007-04-15 11:24:54 +0000 | |
---|---|---|
committer | 2007-04-15 11:24:54 +0000 | |
commit | 78ae4ad160b3611a1707b4779c6d9c2e397050f9 (patch) | |
tree | 9f74ab795e8b1ae788ac3323b73bccb43ae373a5 /net-dialup | |
parent | Stable on ppc wrt bug 174098 (diff) | |
download | gentoo-2-78ae4ad160b3611a1707b4779c6d9c2e397050f9.tar.gz gentoo-2-78ae4ad160b3611a1707b4779c6d9c2e397050f9.tar.bz2 gentoo-2-78ae4ad160b3611a1707b4779c6d9c2e397050f9.zip |
Remove non-working version.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ueagle-atm/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/ueagle-atm/files/digest-ueagle-atm-1.2 | 3 | ||||
-rw-r--r-- | net-dialup/ueagle-atm/ueagle-atm-1.2.ebuild | 69 |
3 files changed, 5 insertions, 74 deletions
diff --git a/net-dialup/ueagle-atm/ChangeLog b/net-dialup/ueagle-atm/ChangeLog index 185590182da9..831971425122 100644 --- a/net-dialup/ueagle-atm/ChangeLog +++ b/net-dialup/ueagle-atm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ueagle-atm -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.4 2006/09/23 16:25:11 mrness Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ChangeLog,v 1.5 2007/04/15 11:24:54 mrness Exp $ + + 15 Apr 2007; Alin Năstac <mrness@gentoo.org> -ueagle-atm-1.2.ebuild: + Remove non-working version. *ueagle-atm-1.2 (23 Sep 2006) diff --git a/net-dialup/ueagle-atm/files/digest-ueagle-atm-1.2 b/net-dialup/ueagle-atm/files/digest-ueagle-atm-1.2 deleted file mode 100644 index 83e0c3751fd5..000000000000 --- a/net-dialup/ueagle-atm/files/digest-ueagle-atm-1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3bef87c7f914d927378e0926dc5579d2 ueagle-data-src-1.2.tar.gz 1270577 -RMD160 94711aae8ade9d9f4f1a0ec1705d71d64f3565ed ueagle-data-src-1.2.tar.gz 1270577 -SHA256 5bf340e986b6fbaac6fbb91d8627e5261d2d7897a95bfca806e9ee1f3d0928de ueagle-data-src-1.2.tar.gz 1270577 diff --git a/net-dialup/ueagle-atm/ueagle-atm-1.2.ebuild b/net-dialup/ueagle-atm/ueagle-atm-1.2.ebuild deleted file mode 100644 index 809bf984a089..000000000000 --- a/net-dialup/ueagle-atm/ueagle-atm-1.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ueagle-atm-1.2.ebuild,v 1.1 2006/09/23 16:25:11 mrness Exp $ - -inherit eutils linux-info - -DESCRIPTION="Firmware and configuration instructions for ADI 930/Eagle USB ADSL Modem driver" -HOMEPAGE="https://gna.org/projects/ueagleatm/" -SRC_URI="http://eagle-usb.org/ueagle-atm/non-free/ueagle-data-src-${PV}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=net-dialup/ppp-2.4.3-r14 - !net-dialup/eagle-usb" - -S="${WORKDIR}/ueagle-data-src-${PV}" - -pkg_setup() { - linux-info_pkg_setup - - if kernel_is lt 2 6 16 ; then - eerror "The kernel-space driver exists only in kernels >= 2.6.16." - eerror "Please emerge net-dialup/eagle-usb instead or upgrade the kernel." - die "Unsupported kernel version" - fi -} - -src_compile() { - make generate -} - -src_install() { - # Copy to the firmware directory - insinto /lib/firmware/ueagle-atm - doins build/* || die "doins firmware failed" - - # Documentation necessary to complete the setup - dodoc "${FILESDIR}/README" || die "dodoc failed" -} - -pkg_postinst() { - # Check kernel configuration - local CONFIG_CHECK="~FW_LOADER ~NET ~PACKET ~ATM ~NETDEVICES ~USB_DEVICEFS ~USB_ATM ~USB_UEAGLEATM \ - ~PPP ~PPPOATM ~PPPOE ~ATM_BR2684" - local WARNING_PPPOATM="CONFIG_PPPOATM:\t is not set (required for PPPoA links)" - local WARNING_PPPOE="CONFIG_PPPOE:\t is not set (required for PPPoE links)" - local WARNING_ATM_BR2684="CONFIG_ATM_BR2684:\t is not set (required for PPPoE links)" - check_extra_config - echo - - # Check user-space for PPPoA support - if ! built_with_use net-dialup/ppp atm ; then - ewarn "Run the following command if connecting via PPPoA protocol:" - ewarn " euse -E atm && emerge net-dialup/ppp" - echo - fi - # Check user-space for PPPoE support - if ! has_version net-misc/br2684ctl ; then - ewarn "Run the following command if connecting via PPPoE protocol:" - ewarn " emerge net-misc/br2684ctl" - echo - fi - - ewarn "To complete the installation, you must read the documentation in" - ewarn " ${ROOT}usr/share/doc/${PF}" -} |