app-text/uudeview: Port to EAPI 7
authorDavid Seifert <soap@gentoo.org>
Tue, 21 Jan 2020 21:50:40 +0000 (22:50 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 21 Jan 2020 21:50:40 +0000 (22:50 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
app-text/uudeview/files/uudeview-0.5.20-makefile.patch
app-text/uudeview/uudeview-0.5.20-r2.ebuild

index ed3cdf66374a707f2ecdf16d229bd9a31eb9963a..a2366851f467f4a35b52e9a5884e3dc52419022d 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile.in.orig   2015-11-18 13:52:44.173432349 +0300
-+++ Makefile.in        2015-11-18 13:53:39.244429093 +0300
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -183,22 +183,22 @@
  
  install:              $(DOINST)
index 6331df769ce01f24695eb27445d18082c131e85d..d8c47f1340838c0c134358440f7a04e503f912b0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils autotools
+inherit autotools
 
 DESCRIPTION="uu, xx, base64, binhex decoder"
 HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
@@ -12,28 +12,21 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-DOCS=( HISTORY INSTALL README )
 
 PATCHES=(
-       "${FILESDIR}/${P}-bugfixes.patch"
-       "${FILESDIR}/${P}-CVE-2004-2265.patch"
-       "${FILESDIR}/${P}-CVE-2008-2266.patch"
-       "${FILESDIR}/${P}-man.patch"
-       "${FILESDIR}/${P}-rename.patch"
-       "${FILESDIR}/${P}-makefile.patch"
+       "${FILESDIR}"/${P}-bugfixes.patch
+       "${FILESDIR}"/${P}-CVE-2004-2265.patch
+       "${FILESDIR}"/${P}-CVE-2008-2266.patch
+       "${FILESDIR}"/${P}-man.patch
+       "${FILESDIR}"/${P}-rename.patch
+       "${FILESDIR}"/${P}-makefile.patch
 )
 
-src_prepare() {
-       epatch "${PATCHES[@]}"
-
-       mv configure.in configure.ac || die
+DOCS=( HISTORY INSTALL README )
 
-       epatch_user
+src_prepare() {
+       default
+       mv configure.{in,ac} || die
        eautoreconf
 }