net-dialup/dgcmodem: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 8 Oct 2019 18:32:35 +0000 (20:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 8 Oct 2019 18:32:35 +0000 (20:32 +0200)
Closes: https://bugs.gentoo.org/693808
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-dialup/dgcmodem/Manifest [deleted file]
net-dialup/dgcmodem/dgcmodem-1.10.ebuild [deleted file]
net-dialup/dgcmodem/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-dialup/dgcmodem/Manifest b/net-dialup/dgcmodem/Manifest
deleted file mode 100644 (file)
index 2574522..0000000
+++ /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 (file)
index b2fb4e8..0000000
+++ /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 (file)
index ca3cdb3..0000000
+++ /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>
index 2dfda95fcc0366b7557de2a09f13553468e9cb8c..59d27b9dd8aadc08dfb52566554948ff218aeea6 100644 (file)
@@ -949,11 +949,6 @@ net-libs/roadrunner
 # Removal in 30 days.  Bug #693812.
 net-dns/tinystats
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-08)
-# Last bumped in 2009, last release in 2010.  EAPI 0.  No amd64 keyword.
-# Removal in 30 days.  Bug #693808.
-net-dialup/dgcmodem
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.