Gentoo Archives: gentoo-commits

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