diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-28 23:36:57 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-28 23:36:57 +0000 |
commit | 4cfaa9427976ac77e94e32ee968f2ea6054e7e80 (patch) | |
tree | 537301fa7863597539d56942ffc54d796bdd3cd8 /net-dialup | |
parent | Version bump (diff) | |
download | gentoo-2-4cfaa9427976ac77e94e32ee968f2ea6054e7e80.tar.gz gentoo-2-4cfaa9427976ac77e94e32ee968f2ea6054e7e80.tar.bz2 gentoo-2-4cfaa9427976ac77e94e32ee968f2ea6054e7e80.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/dgcmodem/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/dgcmodem/dgcmodem-1.07.ebuild | 60 | ||||
-rw-r--r-- | net-dialup/dgcmodem/dgcmodem-1.08.ebuild | 60 | ||||
-rw-r--r-- | net-dialup/dgcmodem/dgcmodem-1.09.ebuild | 60 |
4 files changed, 6 insertions, 183 deletions
diff --git a/net-dialup/dgcmodem/ChangeLog b/net-dialup/dgcmodem/ChangeLog index ce17d2b72a0d..3913f13ffff2 100644 --- a/net-dialup/dgcmodem/ChangeLog +++ b/net-dialup/dgcmodem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/dgcmodem -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/ChangeLog,v 1.7 2010/10/06 20:05:57 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/ChangeLog,v 1.8 2015/03/28 23:36:57 mrueg Exp $ + + 28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -dgcmodem-1.07.ebuild, + -dgcmodem-1.08.ebuild, -dgcmodem-1.09.ebuild: + Remove old. 06 Oct 2010; Markus Meier <maekke@gentoo.org> dgcmodem-1.10.ebuild: x86 stable, bug #338692 @@ -32,4 +36,3 @@ 07 Sep 2008; Denis Dupeyron <calchan@gentoo.org> +metadata.xml, +dgcmodem-1.07.ebuild: Initial commit. - diff --git a/net-dialup/dgcmodem/dgcmodem-1.07.ebuild b/net-dialup/dgcmodem/dgcmodem-1.07.ebuild deleted file mode 100644 index 2049ecef2818..000000000000 --- a/net-dialup/dgcmodem/dgcmodem-1.07.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.07.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $ - -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/dgcmodem-1.08.ebuild b/net-dialup/dgcmodem/dgcmodem-1.08.ebuild deleted file mode 100644 index a834e52fbc27..000000000000 --- a/net-dialup/dgcmodem/dgcmodem-1.08.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.08.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $ - -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/dgcmodem-1.09.ebuild b/net-dialup/dgcmodem/dgcmodem-1.09.ebuild deleted file mode 100644 index 4171a1b29bf1..000000000000 --- a/net-dialup/dgcmodem/dgcmodem-1.09.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dgcmodem/dgcmodem-1.09.ebuild,v 1.2 2009/08/31 22:34:09 ikelos Exp $ - -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 -} |