Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/dwun/
Date: Thu, 28 Apr 2016 22:00:29
Message-Id: 1461880772.09dfe79e94ca781ab7da4015aa5b967d1c80637a.wizardedit@gentoo
1 commit: 09dfe79e94ca781ab7da4015aa5b967d1c80637a
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 21:20:42 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 21:59:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dfe79e
7
8 net-dialup/dwun: remove dwun-0.96e-r3
9
10 net-dialup/dwun/dwun-0.96e-r3.ebuild | 46 ------------------------------------
11 1 file changed, 46 deletions(-)
12
13 diff --git a/net-dialup/dwun/dwun-0.96e-r3.ebuild b/net-dialup/dwun/dwun-0.96e-r3.ebuild
14 deleted file mode 100644
15 index 4c14de3..0000000
16 --- a/net-dialup/dwun/dwun-0.96e-r3.ebuild
17 +++ /dev/null
18 @@ -1,46 +0,0 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -
25 -inherit eutils toolchain-funcs
26 -
27 -DESCRIPTION="Dialer Without a Useful Name (DWUN)"
28 -HOMEPAGE="http://dwun.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30 -
31 -LICENSE="MIT GPL-2" # GPL-2 only for init script
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -
35 -DOCS=( AUTHORS ChangeLog QUICKSTART README TODO UPGRADING )
36 -
37 -src_prepare() {
38 - sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" Makefile.in || die
39 - tc-export CC
40 -
41 - epatch_user
42 -}
43 -
44 -src_configure() {
45 - econf --with-docdir="share/doc/${PF}"
46 -}
47 -
48 -src_install() {
49 - default
50 -
51 - insinto /etc
52 - newins doc/examples/complete-rcfile dwunrc
53 - newins debian/dwunauth dwunauth
54 - newinitd "${FILESDIR}/dwun" dwun
55 -}
56 -
57 -pkg_postinst() {
58 - elog
59 - elog 'Make sure you have "net-dialup/ppp" merged if you intend to use dwun'
60 - elog "to control a standard PPP network link."
61 - elog "See /usr/share/doc/${P}/QUICKSTART for instructions on"
62 - elog "configuring dwun."
63 - elog
64 -}