From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90CF2139694 for ; Sat, 29 Apr 2017 05:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58EE5E0BF1; Sat, 29 Apr 2017 05:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35E8FE0BF1 for ; Sat, 29 Apr 2017 05:43:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF444341766 for ; Sat, 29 Apr 2017 05:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA9224AC for ; Sat, 29 Apr 2017 05:43:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1493444611.f1321d2e8e0d6773cd792764bfcc7377d906df96.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/dwun/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/dwun/dwun-0.96e-r2.ebuild X-VCS-Directories: net-dialup/dwun/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f1321d2e8e0d6773cd792764bfcc7377d906df96 X-VCS-Branch: master Date: Sat, 29 Apr 2017 05:43:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b08784c-202d-4ade-853e-776d8e629393 X-Archives-Hash: 96a9626e78555d029e9f7561e7365b2e commit: f1321d2e8e0d6773cd792764bfcc7377d906df96 Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 29 05:42:54 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 29 05:43:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1321d2e net-dialup/dwun: remove 0.96e-r2 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-dialup/dwun/dwun-0.96e-r2.ebuild | 41 ------------------------------------ 1 file changed, 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 f45d6e15ce6..00000000000 --- 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 -}