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 85234139694 for ; Sat, 29 Apr 2017 05:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606FFE0BF2; Sat, 29 Apr 2017 05:43:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B03FE0BF2 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 18354341768 for ; Sat, 29 Apr 2017 05:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E50D7442 for ; Sat, 29 Apr 2017 05:43:40 +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.ce24be446cdc5a65d653cb0998fa41150c99e992.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/dial/dial-1.2-r1.ebuild X-VCS-Directories: net-dialup/dial/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ce24be446cdc5a65d653cb0998fa41150c99e992 X-VCS-Branch: master Date: Sat, 29 Apr 2017 05:43:40 +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: 27c22c55-2c10-4c9a-a7ad-91e2ac2459db X-Archives-Hash: 89da0de0980ff2a556954aea3196290d commit: ce24be446cdc5a65d653cb0998fa41150c99e992 Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 29 05:43:22 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=ce24be44 net-dialup/dial: remove 1.2-r1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-dialup/dial/dial-1.2-r1.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/net-dialup/dial/dial-1.2-r1.ebuild b/net-dialup/dial/dial-1.2-r1.ebuild deleted file mode 100644 index fe6f9512f06..00000000000 --- a/net-dialup/dial/dial-1.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils - -DESCRIPTION="A simple client for DWUN" -HOMEPAGE="http://dwun.sourceforge.net/" -SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="net-dialup/dwun" - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc3.3.patch" -} - -src_install() { - einstall || die "install failed." - dodoc AUTHORS ChangeLog README TODO -}