diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-29 15:42:54 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-29 15:43:31 +1000 |
commit | f1321d2e8e0d6773cd792764bfcc7377d906df96 (patch) | |
tree | e5492479147910ee6250f1cf5a21a29a744d5547 /net-dialup | |
parent | dev-ruby/asciidoctor-diagram: add ruby23 (diff) | |
download | gentoo-f1321d2e8e0d6773cd792764bfcc7377d906df96.tar.gz gentoo-f1321d2e8e0d6773cd792764bfcc7377d906df96.tar.bz2 gentoo-f1321d2e8e0d6773cd792764bfcc7377d906df96.zip |
net-dialup/dwun: remove 0.96e-r2
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/dwun/dwun-0.96e-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-dialup/dwun/dwun-0.96e-r2.ebuild b/net-dialup/dwun/dwun-0.96e-r2.ebuild deleted file mode 100644 index f45d6e15ce6b..000000000000 --- a/net-dialup/dwun/dwun-0.96e-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -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" -IUSE="" - -src_prepare() { - sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" "${S}/Makefile.in" -} - -src_configure() { - econf --with-docdir=share/doc/${PF} || die "econf failed." -} - -src_install() { - einstall || die "install failed." - - insinto /etc - newins doc/examples/complete-rcfile dwunrc - newins debian/dwunauth dwunauth - newinitd "${FILESDIR}/dwun" dwun - - dodoc AUTHORS ChangeLog QUICKSTART README TODO UPGRADING -} - -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 -} |