Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/
Date: Wed, 24 Aug 2016 14:44:07
Message-Id: 1472049771.8ece1ec40436bc9267699613e0d6585ebf6f6ebc.mjo@gentoo
1 commit: 8ece1ec40436bc9267699613e0d6585ebf6f6ebc
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 14:42:27 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 14:42:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ece1ec4
7
8 net-dialup/dial: new revision with EAPI=6.
9
10 By moving to EAPI=6, this new revision (-r2) allows us to drop the
11 eutils eclass, and the src_prepare/src_install phases. As a byproduct,
12 einstall is no longer used.
13
14 Gentoo-Bug: 521578
15
16 Package-Manager: portage-2.2.28
17
18 net-dialup/dial/dial-1.2-r2.ebuild | 19 +++++++++++++++++++
19 1 file changed, 19 insertions(+)
20
21 diff --git a/net-dialup/dial/dial-1.2-r2.ebuild b/net-dialup/dial/dial-1.2-r2.ebuild
22 new file mode 100644
23 index 00000000..e20bae9
24 --- /dev/null
25 +++ b/net-dialup/dial/dial-1.2-r2.ebuild
26 @@ -0,0 +1,19 @@
27 +# Copyright 1999-2016 Gentoo Foundation
28 +# Distributed under the terms of the GNU General Public License v2
29 +# $Id$
30 +
31 +EAPI=6
32 +
33 +DESCRIPTION="A simple client for DWUN"
34 +HOMEPAGE="http://dwun.sourceforge.net/"
35 +SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
36 +
37 +LICENSE="MIT"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE=""
41 +
42 +DEPEND=""
43 +RDEPEND="net-dialup/dwun"
44 +
45 +PATCHES=( "${FILESDIR}/${P}-gcc3.3.patch" )