public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/files/, app-text/uudeview/
Date: Tue, 21 Jan 2020 21:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1579643440.8ebfeefa5b3c66d6f95eb78b0f449696d8b5864e.soap@gentoo> (raw)

commit:     8ebfeefa5b3c66d6f95eb78b0f449696d8b5864e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 21:50:40 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 21:50:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebfeefa

app-text/uudeview: Port to EAPI 7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../uudeview/files/uudeview-0.5.20-makefile.patch  |  4 +--
 app-text/uudeview/uudeview-0.5.20-r2.ebuild        | 33 +++++++++-------------
 2 files changed, 15 insertions(+), 22 deletions(-)

diff --git a/app-text/uudeview/files/uudeview-0.5.20-makefile.patch b/app-text/uudeview/files/uudeview-0.5.20-makefile.patch
index ed3cdf66374..a2366851f46 100644
--- a/app-text/uudeview/files/uudeview-0.5.20-makefile.patch
+++ b/app-text/uudeview/files/uudeview-0.5.20-makefile.patch
@@ -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)

diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index 6331df769ce..d8c47f13408 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -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
 }
 


             reply	other threads:[~2020-01-21 21:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 21:51 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-28 18:41 [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/files/, app-text/uudeview/ Hanno Böck
2022-11-26 17:50 Hanno Böck
2015-11-18 11:13 Sergey Popov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579643440.8ebfeefa5b3c66d6f95eb78b0f449696d8b5864e.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox