mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/c2ps: port to EAPI 7
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user