summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-04-28 16:20:42 -0500
committerAustin English <wizardedit@gentoo.org>2016-04-28 16:59:32 -0500
commit09dfe79e94ca781ab7da4015aa5b967d1c80637a (patch)
tree1ba00a8be04b87b1bb9efaf05ab3a4d3da71d937 /net-dialup/dwun
parentnet-dialup/dwun: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-09dfe79e94ca781ab7da4015aa5b967d1c80637a.tar.gz
gentoo-09dfe79e94ca781ab7da4015aa5b967d1c80637a.tar.bz2
gentoo-09dfe79e94ca781ab7da4015aa5b967d1c80637a.zip
net-dialup/dwun: remove dwun-0.96e-r3
Diffstat (limited to 'net-dialup/dwun')
-rw-r--r--net-dialup/dwun/dwun-0.96e-r3.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-dialup/dwun/dwun-0.96e-r3.ebuild b/net-dialup/dwun/dwun-0.96e-r3.ebuild
deleted file mode 100644
index 4c14de3b3dee..000000000000
--- a/net-dialup/dwun/dwun-0.96e-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dialer Without a Useful Name (DWUN)"
-HOMEPAGE="http://dwun.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT GPL-2" # GPL-2 only for init script
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( AUTHORS ChangeLog QUICKSTART README TODO UPGRADING )
-
-src_prepare() {
- sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" Makefile.in || die
- tc-export CC
-
- epatch_user
-}
-
-src_configure() {
- econf --with-docdir="share/doc/${PF}"
-}
-
-src_install() {
- default
-
- insinto /etc
- newins doc/examples/complete-rcfile dwunrc
- newins debian/dwunauth dwunauth
- newinitd "${FILESDIR}/dwun" dwun
-}
-
-pkg_postinst() {
- elog
- elog 'Make sure you have "net-dialup/ppp" merged if you intend to use dwun'
- elog "to control a standard PPP network link."
- elog "See /usr/share/doc/${P}/QUICKSTART for instructions on"
- elog "configuring dwun."
- elog
-}