commit:     aa46eccdff0d437e25b7ceae2c17eaa060240813
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 18:32:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 18:32:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa46eccd

net-dialup/dgcmodem: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693808
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-dialup/dgcmodem/Manifest             |  1 -
 net-dialup/dgcmodem/dgcmodem-1.10.ebuild | 61 --------------------------------
 net-dialup/dgcmodem/metadata.xml         |  8 -----
 profiles/package.mask                    |  5 ---
 4 files changed, 75 deletions(-)

diff --git a/net-dialup/dgcmodem/Manifest b/net-dialup/dgcmodem/Manifest
deleted file mode 100644
index 2574522a7c7..00000000000
--- 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 b2fb4e83f05..00000000000
--- 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 ca3cdb36295..00000000000
--- 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>calc...@gentoo.org</email>
-  <name>Denis Dupeyron</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 2dfda95fcc0..59d27b9dd8a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -949,11 +949,6 @@ net-libs/roadrunner
 # Removal in 30 days.  Bug #693812.
 net-dns/tinystats
 
-# Michał Górny <mgo...@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 <polynomia...@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

Reply via email to