From 8ece1ec40436bc9267699613e0d6585ebf6f6ebc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Aug 2016 10:42:27 -0400 Subject: [PATCH] net-dialup/dial: new revision with EAPI=6. By moving to EAPI=6, this new revision (-r2) allows us to drop the eutils eclass, and the src_prepare/src_install phases. As a byproduct, einstall is no longer used. Gentoo-Bug: 521578 Package-Manager: portage-2.2.28 --- net-dialup/dial/dial-1.2-r2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-dialup/dial/dial-1.2-r2.ebuild diff --git a/net-dialup/dial/dial-1.2-r2.ebuild b/net-dialup/dial/dial-1.2-r2.ebuild new file mode 100644 index 000000000000..e20bae9ab88c --- /dev/null +++ b/net-dialup/dial/dial-1.2-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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" + +PATCHES=( "${FILESDIR}/${P}-gcc3.3.patch" ) -- 2.26.2