net-dialup/accel-ppp: drop old version
[gentoo.git] / net-dialup / dial / dial-1.2-r2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A simple client for DWUN"
7 HOMEPAGE="http://dwun.sourceforge.net/"
8 SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64 x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="net-dialup/dwun"
17
18 PATCHES=( "${FILESDIR}/${P}-gcc3.3.patch" )