Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hd2u/
Date: Tue, 21 Jan 2020 21:51:27
Message-Id: 1579643441.3093e553ff5e854da766a20f7a4797ac65af97c2.soap@gentoo
1 commit: 3093e553ff5e854da766a20f7a4797ac65af97c2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 21:50:41 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 21:50:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3093e553
7
8 app-text/hd2u: Port to EAPI 7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/hd2u/hd2u-1.0.3.ebuild | 11 +++--------
14 1 file changed, 3 insertions(+), 8 deletions(-)
15
16 diff --git a/app-text/hd2u/hd2u-1.0.3.ebuild b/app-text/hd2u/hd2u-1.0.3.ebuild
17 index af0d97d7f58..078f52b2e41 100644
18 --- a/app-text/hd2u/hd2u-1.0.3.ebuild
19 +++ b/app-text/hd2u/hd2u-1.0.3.ebuild
20 @@ -1,9 +1,7 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 -
27 -inherit eutils
28 +EAPI=7
29
30 DESCRIPTION="Dos2Unix like text file converter"
31 HOMEPAGE="http://www.megaloman.com/~hany/software/hd2u/"
32 @@ -12,13 +10,10 @@ SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
33 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
34 SLOT="0"
35 LICENSE="GPL-2"
36 -IUSE=""
37
38 DEPEND="
39 dev-libs/popt"
40 RDEPEND="${DEPEND}
41 !app-text/dos2unix"
42
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${P}-build.patch
45 -}
46 +PATCHES=( "${FILESDIR}"/${P}-build.patch )