summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-24 10:42:27 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-24 10:42:51 -0400
commit8ece1ec40436bc9267699613e0d6585ebf6f6ebc (patch)
tree0971e7b0a01fd0efdfd508baa08062040024d57c
parentdev-python/pymetar: Actually bump to the latest version (diff)
downloadgentoo-8ece1ec40436bc9267699613e0d6585ebf6f6ebc.tar.gz
gentoo-8ece1ec40436bc9267699613e0d6585ebf6f6ebc.tar.bz2
gentoo-8ece1ec40436bc9267699613e0d6585ebf6f6ebc.zip
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
-rw-r--r--net-dialup/dial/dial-1.2-r2.ebuild19
1 files changed, 19 insertions, 0 deletions
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" )