diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-25 15:19:27 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-25 15:38:18 -0500 |
commit | 28715d436d04d05ecb213527f84cd7e4e86168bc (patch) | |
tree | 7042150fd7edf14f62910adf2df1c790caf6e713 /app-text/c2ps | |
parent | dev-perl/Email-Sender: keyworded 1.300.31-r1 for ppc, bug #690140 (diff) | |
download | gentoo-28715d436d04d05ecb213527f84cd7e4e86168bc.tar.gz gentoo-28715d436d04d05ecb213527f84cd7e4e86168bc.tar.bz2 gentoo-28715d436d04d05ecb213527f84cd7e4e86168bc.zip |
app-text/c2ps: port to EAPI 7
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/c2ps')
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 5 | ||||
-rw-r--r-- | app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch | 4 |
2 files changed, 5 insertions, 4 deletions
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) |