From: Aaron Bauman Date: Wed, 25 Dec 2019 20:19:27 +0000 (-0500) Subject: app-text/c2ps: port to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28715d436d04d05ecb213527f84cd7e4e86168bc;p=gentoo.git app-text/c2ps: port to EAPI 7 Signed-off-by: Aaron Bauman --- diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 667ebb401a85..84c0be2694a3 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit base toolchain-funcs +EAPI=7 + +inherit toolchain-funcs DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" diff --git a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch index d68002180091..04c12af2bad5 100644 --- a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch +++ b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch @@ -1,5 +1,5 @@ ---- a/c2ps-4.0/Makefile 1997-05-15 11:50:56.000000000 -0400 -+++ b/c2ps-4.0/Makefile 2010-09-24 19:42:33.000000000 -0400 +--- a/Makefile ++++ b/Makefile @@ -45,7 +45,7 @@ install -m 644 c2ps.1 $(MAN)