From aa46eccdff0d437e25b7ceae2c17eaa060240813 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 8 Oct 2019 20:32:35 +0200 Subject: net-dialup/dgcmodem: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/693808 Signed-off-by: Michał Górny --- net-dialup/dgcmodem/Manifest | 1 - net-dialup/dgcmodem/dgcmodem-1.10.ebuild | 61 -------------------------------- net-dialup/dgcmodem/metadata.xml | 8 ----- 3 files changed, 70 deletions(-) delete mode 100644 net-dialup/dgcmodem/Manifest delete mode 100644 net-dialup/dgcmodem/dgcmodem-1.10.ebuild delete mode 100644 net-dialup/dgcmodem/metadata.xml (limited to 'net-dialup') 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 @@ - - - - - calchan@gentoo.org - Denis Dupeyron - - -- cgit v1.2.3-65-gdbad