commit:     8ece1ec40436bc9267699613e0d6585ebf6f6ebc
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 14:42:27 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 14:42:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ece1ec4

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(+)

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 00000000..e20bae9
--- /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" )

Reply via email to