summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 22:01:43 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:25 +0000
commit3a8add5e785c7737ec395f5a029c02f7629cc10f (patch)
tree5a3915a04437c0755ffeecb34cb6db19af92ee8b /net-dialup
parentmail-filter/milter-regex: drop 2.7 (diff)
downloadgentoo-3a8add5e785c7737ec395f5a029c02f7629cc10f.tar.gz
gentoo-3a8add5e785c7737ec395f5a029c02f7629cc10f.tar.bz2
gentoo-3a8add5e785c7737ec395f5a029c02f7629cc10f.zip
net-dialup/dwun: drop 0.96e-r5
Bug: https://bugs.gentoo.org/886747 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/dwun/dwun-0.96e-r5.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-dialup/dwun/dwun-0.96e-r5.ebuild b/net-dialup/dwun/dwun-0.96e-r5.ebuild
deleted file mode 100644
index e792c109b20f..000000000000
--- a/net-dialup/dwun/dwun-0.96e-r5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit 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"
-
-RDEPEND="virtual/libcrypt:="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog QUICKSTART README TODO UPGRADING )
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-fno-common.patch
-
- sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" Makefile.in || die
- tc-export CC
-
- eapply_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
-}