diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:57:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:59:16 +0100 |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /net-dialup/drdsl | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'net-dialup/drdsl')
-rw-r--r-- | net-dialup/drdsl/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/drdsl/drdsl-1.2.0.ebuild | 45 | ||||
-rw-r--r-- | net-dialup/drdsl/files/README | 87 | ||||
-rw-r--r-- | net-dialup/drdsl/metadata.xml | 5 |
4 files changed, 0 insertions, 139 deletions
diff --git a/net-dialup/drdsl/Manifest b/net-dialup/drdsl/Manifest deleted file mode 100644 index 0d496386019e..000000000000 --- a/net-dialup/drdsl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST drdsl-1.0-1.i586.rpm 25869 SHA256 e4c4e1e246521b080ff61d08de9c6b584897c7d952c956e13803a6f8f905b750 SHA512 ec2034da897aa1653da557bfde7af8e3cf2103dac958e5d5f986e8fd045f3ddbba8fa0f07cb5f98797da86cdf1216fbc4ab5fbefdccc65e31c8d4d53d75acaf2 WHIRLPOOL 11c617d02c16c207c0c4a9690a46106bd819c1c2a7b94e8891107d70883efbdbfcdd4b12a25122350195a353b601a176c3dc139bfdc2adde67e4e45964a5f023 -DIST drdsl-1.0-1.x86_64.rpm 30406 SHA256 7690a76942efa7f0218faeb8f6d59b4c9c4df04a73abcc900834e7ba273ce960 SHA512 c2fc27126bd12f7cf24356d5fc4cc191e097ded47e9b0f276df9d91d140053a48d4c5ed3c4393354bd89fb5aa7fcb3ae44c2c94f2bd85976bd73d77e2e42deac WHIRLPOOL efdd9a06643930f735ce223b4e10c7a27e685a0ab6b76666dd74314d7b56e4e90188327faee43725a635bb773876d85e3e5e402bf1d092fffcb6b436d3f97a49 diff --git a/net-dialup/drdsl/drdsl-1.2.0.ebuild b/net-dialup/drdsl/drdsl-1.2.0.ebuild deleted file mode 100644 index 208eedf3b7a1..000000000000 --- a/net-dialup/drdsl/drdsl-1.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils rpm - -REL="10_3/2.6.22.13_0.3" - -DESCRIPTION="AVM DSL Assistant for autodetecting DSL values (VPI, VCI, VPP) for 'fcdsl' based cards" -HOMEPAGE="http://opensuse.foehr-it.de/" -SRC_URI="x86? ( http://opensuse.foehr-it.de/rpms/${REL}/32bit/${PN}-1.0-1.i586.rpm ) - amd64? ( http://opensuse.foehr-it.de/rpms/${REL}/64bit/${PN}-1.0-1.x86_64.rpm )" - -LICENSE="AVM-FC" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="unicode" - -DEPEND="unicode? ( virtual/libiconv )" -RDEPEND="net-dialup/capi4k-utils" - -RESTRICT="mirror strip test" - -S="${WORKDIR}" - -src_unpack() { - rpm_src_unpack ${A} - cd "${S}" - - # convert 'latin1' to 'utf8' - if use unicode; then - for i in etc/drdsl/drdsl.ini; do - echo ">>> Converting '${i##*/}' to UTF-8" - iconv -f LATIN1 -t UTF8 -o "${i}~" "${i}" && mv -f "${i}~" "${i}" || rm -f "${i}~" - done - fi -} - -src_install() { - into / - dosbin sbin/drdsl - insinto /etc/drdsl - doins etc/drdsl/drdsl.ini - dodoc "${FILESDIR}"/README -} diff --git a/net-dialup/drdsl/files/README b/net-dialup/drdsl/files/README deleted file mode 100644 index 6ef005040ef8..000000000000 --- a/net-dialup/drdsl/files/README +++ /dev/null @@ -1,87 +0,0 @@ - ------------------------------------------------------------------------------- - -WHAT IS DRDSL -For a DSL internet connection to work, the DSL values (VPI, VCI, VPP) of -the DSLAM are required. The DSLAM is the counterpart of the DSL modem on -the access provider end. The values thus are generally -provided by your Internet Service Provider (ISP). - -It is possible to enter the requested values from the ISP manually, but -it is much more convenient to detect them automatically with drdsl. drdsl tests -different values taken from the file drdsl.ini. Once the working -values and the corresponding controller number are found, they are written -to the adsl.conf, located in the file /etc/drdsl/adsl.conf. - -Each time the pppd capi plugin is started with the "avmadsl" parameter, -the adsl.conf supplies the driver with all of the values detected and a -successfull dsl connection can be established. - - -REQUIREMENTS -drdsl requires an AVM DSL controller with a CAPI driver running, plus the -drdsl.ini file located at /etc/drdsl. The drdsl.ini is also -included in every DSL-Controller driver package. - - -COMMAND LINE OPTIONS --c path of the drdsl.ini file --q quiet mode --r remove the files generated by drdsl --h short help - - -UPDATES AND PACKAGES -Updates and packages are available at ftp.in-berlin.de/pub/capi4linux/drdsl -drdsl is included in every linux driver package for DSL-Controllers at -ftp.avm.de/cardware - -FURTHER INFORMATION -For more details on CAPI4Linux, visit AVM at www.avm.de/linux - - -Copyright (C) 2005, AVM GmbH. All rights reserved. - ------------------------------------------------------------------------------- - -COPYRIGHT NOTICE -This Software is object of a license agreement. You may only use the Software -in accordance with the license conditions mentioned therein. As licensee you -bear all risk in regard to hazards and impairments of quality which may arise -in connection with the use of this Software. - -You may not transmit, reproduce or alter this Software in whole or in part, -in any form, by any means, nor may you translate the Software into any other -natural or computer language. The creation of a backup copy for personal use -is excepted. The information hereby made available to you may be communicated -to third parties only with the written permission of AVM GmbH. - -This Software has been produced with due care and checked for correctness in -accordance with available technology. The information in this Software is -subject to change without notice for the purpose of technical improvement. - -THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE -LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, -EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE -ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. -SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY -SERVICING, REPAIR OR CORRECTION. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE -THE SOFTWARE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE -OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA -OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES -OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH -HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - - -CONTACT -AVM GmbH -Alt-Moabit 95 -10559 Berlin -Germany -Email: info@avm.de diff --git a/net-dialup/drdsl/metadata.xml b/net-dialup/drdsl/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-dialup/drdsl/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |