commit: ce24be446cdc5a65d653cb0998fa41150c99e992 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Apr 29 05:43:22 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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 -}