From 02276cbb920a4a58bf94ddb46575cb2a334c3c39 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 5 Nov 2015 20:59:46 +0100 Subject: Remove hard masked package --- net-dialup/intel-536ep/Manifest | 1 - net-dialup/intel-536ep/files/intel536ep.confd | 5 --- net-dialup/intel-536ep/files/intel536ep.initd | 37 --------------------- net-dialup/intel-536ep/intel-536ep-4.71.ebuild | 45 -------------------------- net-dialup/intel-536ep/metadata.xml | 6 ---- 5 files changed, 94 deletions(-) delete mode 100644 net-dialup/intel-536ep/Manifest delete mode 100644 net-dialup/intel-536ep/files/intel536ep.confd delete mode 100644 net-dialup/intel-536ep/files/intel536ep.initd delete mode 100644 net-dialup/intel-536ep/intel-536ep-4.71.ebuild delete mode 100644 net-dialup/intel-536ep/metadata.xml (limited to 'net-dialup') diff --git a/net-dialup/intel-536ep/Manifest b/net-dialup/intel-536ep/Manifest deleted file mode 100644 index 296a6a3892cf..000000000000 --- a/net-dialup/intel-536ep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST intel-536ep-4.71.tgz 487685 SHA256 3843f764f82877f8300fd48ba6f7b3b9016cfd95c27633a7eb26da19c542a9db SHA512 eb75e4da88f3dd1f347e4bae677e93796c5bced3be4119dc5c1dc382731acc8ccf9dadf8d5c9beeeb1be1b857daa97ba4ddc5c6d98472fbb36c7c0a5eaa245db WHIRLPOOL d59195b9c2f8f10325271ce90aecdcdea58dfe905d9562b7b57146013430eaff70ea8adca341182ec9aca3f5e9a96a8ebb46699e50a31e1e03a968c3a9191bf2 diff --git a/net-dialup/intel-536ep/files/intel536ep.confd b/net-dialup/intel-536ep/files/intel536ep.confd deleted file mode 100644 index de5f8b19c9ea..000000000000 --- a/net-dialup/intel-536ep/files/intel536ep.confd +++ /dev/null @@ -1,5 +0,0 @@ -#Node name of the device -DEV_NAME=536ep - -#Which group will have the permission to use this modem -DEV_GROUP=tty diff --git a/net-dialup/intel-536ep/files/intel536ep.initd b/net-dialup/intel-536ep/files/intel536ep.initd deleted file mode 100644 index 53b9049fbf71..000000000000 --- a/net-dialup/intel-536ep/files/intel536ep.initd +++ /dev/null @@ -1,37 +0,0 @@ -#!/sbin/runscript - -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 - -#NB: Config is in /etc/conf.d/intel536ep - -depend() { - need localmount modules -} - -start() { - local device=${DEV_NAME:-536ep} - - ebegin "Starting Intel 536EP modem" - - if ! modprobe -f Intel536 &>/dev/null ; then - eend $? - eerror "Failed to load Intel536 module" - return 1 - fi - - major=`cat /proc/devices | awk "\\$2==\"$device\" {print \\$1}"` - [ -e "/dev/$device" ] && rm -f /dev/$device - mknod -m 0660 /dev/$device c $major 1 - chgrp ${DEV_GROUP:-tty} /dev/$device - [ -e /dev/modem ] || ln -sf $device /dev/modem - - start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/hamregistry.pid --exec /usr/sbin/hamregistry - eend ${?} -} - -stop () { - ebegin "Stopping Intel 536EP modem" - start-stop-daemon --stop --quiet --pidfile /var/run/hamregistry.pid - eend ${?} -} diff --git a/net-dialup/intel-536ep/intel-536ep-4.71.ebuild b/net-dialup/intel-536ep/intel-536ep-4.71.ebuild deleted file mode 100644 index d4896e383806..000000000000 --- a/net-dialup/intel-536ep/intel-536ep-4.71.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod - -DESCRIPTION="Driver for Intel 536EP modem" -HOMEPAGE="http://developer.intel.com/design/modems/products/536ep.htm" -SRC_URI="ftp://aiedownload.intel.com/df-support/9266/eng/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -S="${WORKDIR}/Intel-536" -MODULE_NAMES="Intel536(:${S}/coredrv)" - -pkg_setup() { - if kernel_is ge 2 6 16; then - eerror "This driver is not supported by kernels >= 2.6.16." - eerror "Please see https://bugs.gentoo.org/show_bug.cgi?id=127464 for more info." - die "unsupported kernel version" - elif kernel_is 2 4; then - BUILD_TARGETS="536core" - BUILD_PARAMS="KERNEL_SOURCE_PATH='${KV_DIR}' TARGET=TARGET_SELAH" - else - BUILD_TARGETS="536core_26" - BUILD_PARAMS="KERNEL_SOURCE_PATH='${KV_DIR}'" - fi - - linux-mod_pkg_setup -} - -src_install() { - linux-mod_src_install - - #install hamregistry executable - exeinto /usr/sbin - doexe "${S}/hamregistry" - - #install boot script and its config - newinitd "${FILESDIR}/intel536ep.initd" intel536ep - newconfd "${FILESDIR}/intel536ep.confd" intel536ep -} diff --git a/net-dialup/intel-536ep/metadata.xml b/net-dialup/intel-536ep/metadata.xml deleted file mode 100644 index 377c67c87c7a..000000000000 --- a/net-dialup/intel-536ep/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - -net-dialup -Driver for Intel 536EP modem - -- cgit v1.2.3-65-gdbad