net-dialup/dial: new revision with EAPI=6.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 24 Aug 2016 14:42:27 +0000 (10:42 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 24 Aug 2016 14:42:51 +0000 (10:42 -0400)
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 [new file with mode: 0644]

diff --git a/net-dialup/dial/dial-1.2-r2.ebuild b/net-dialup/dial/dial-1.2-r2.ebuild
new file mode 100644 (file)
index 0000000..e20bae9
--- /dev/null
@@ -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" )