diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-08-24 10:42:27 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-08-24 10:42:51 -0400 |
commit | 8ece1ec40436bc9267699613e0d6585ebf6f6ebc (patch) | |
tree | 0971e7b0a01fd0efdfd508baa08062040024d57c /net-dialup/dial/dial-1.2-r2.ebuild | |
parent | dev-python/pymetar: Actually bump to the latest version (diff) | |
download | gentoo-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
Diffstat (limited to 'net-dialup/dial/dial-1.2-r2.ebuild')
-rw-r--r-- | net-dialup/dial/dial-1.2-r2.ebuild | 19 |
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" ) |