summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:32:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:32:35 +0200
commitaa46eccdff0d437e25b7ceae2c17eaa060240813 (patch)
treef5afeb156f5ee455169ccbb0f774c109b4ca36b3 /net-dialup
parentmedia-video/xanim-export: Remove last-rited pkg (diff)
downloadgentoo-aa46eccdff0d437e25b7ceae2c17eaa060240813.tar.gz
gentoo-aa46eccdff0d437e25b7ceae2c17eaa060240813.tar.bz2
gentoo-aa46eccdff0d437e25b7ceae2c17eaa060240813.zip
net-dialup/dgcmodem: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693808 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/dgcmodem/Manifest1
-rw-r--r--net-dialup/dgcmodem/dgcmodem-1.10.ebuild61
-rw-r--r--net-dialup/dgcmodem/metadata.xml8
3 files changed, 0 insertions, 70 deletions
diff --git a/net-dialup/dgcmodem/Manifest b/net-dialup/dgcmodem/Manifest
deleted file mode 100644
index 2574522a7c75..000000000000
--- a/net-dialup/dgcmodem/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dgcmodem-1.10.tar.gz 73685 BLAKE2B b875dcd324200c354f43a08289b2ffc0760f3f8a8849e8f44e9e2f964a31df308c52d8cdae05cc4d6a1f0edb8d9ead57b9eb08798b2f020d0995a17dc3231d06 SHA512 ad02fa129f87c81a853b958c1a2a267fcc2f56e083b6fbad980831a0b6f5ad7effe2977c7667eaca4553f3466950c5543d0ddc6f720dc1662aa62b2f2dd57d18
diff --git a/net-dialup/dgcmodem/dgcmodem-1.10.ebuild b/net-dialup/dgcmodem/dgcmodem-1.10.ebuild
deleted file mode 100644
index b2fb4e83f051..000000000000
--- a/net-dialup/dgcmodem/dgcmodem-1.10.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit linux-info
-
-DESCRIPTION="Driver for Connexant DGC modems"
-HOMEPAGE="http://www.linuxant.com/drivers/dgc/"
-SRC_URI="http://www.linuxant.com/drivers/dgc/archive/${P}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-CONFIG_CHECK="~USB_ACM"
-ERROR_USB_ACM="${PN} requires USB modem (CDC ACM) support in your kernel (module name: USB_ACM)".
-
-src_compile() {
- cd "${S}"/scripts
- emake dgcconfig dgcdcpd dgcmodconflicts dgcstop || die "Failed to make scripts"
-}
-
-src_install() {
- rm -f modules/GPL/COPYING
- rm -rf modules/binaries
- insinto /usr/lib/dgcmodem
- doins -r modules config.mak || die "Failed to install module files"
- fperms u+x /usr/lib/dgcmodem/modules/kernelcompiler.sh
-
- cd "${S}"/scripts
- dosbin dgcconfig dgcdcpd dgcmodconflicts dgcstop || die "Failed to install scripts"
-
- echo 'KERNEL=="ttyACM0", SYMLINK="modem"' > "${D}"/etc/udev/rules.d/90-dgcmodem.rules
-
- keepdir /etc/dgcmodem
-}
-
-pkg_postinst() {
- ewarn "Users need to be in the uucp group to use this driver."
- ewarn
- ewarn "Do not set the baud rate to a value higher than 115200, or it will not work."
- elog
- elog "Please run:"
- elog " emerge --config ${PN}"
- elog "now and every time you update your kernel."
- elog
- elog "Note that using dgcconfig with default options may install an undesirable"
- elog "rc script, so it is advised you always use the above command instead."
-}
-
-pkg_config(){
- dgcconfig --kernel --serial --info
-}
-
-pkg_prerm() {
- dgcconfig --remove
- rm -f /etc/dgcmodem/.serial_configured
-}
diff --git a/net-dialup/dgcmodem/metadata.xml b/net-dialup/dgcmodem/metadata.xml
deleted file mode 100644
index ca3cdb362951..000000000000
--- a/net-dialup/dgcmodem/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>calchan@gentoo.org</email>
- <name>Denis Dupeyron</name>
-</maintainer>
-</pkgmetadata>