diff options
author | Jonas Stein <news@jonasstein.de> | 2016-08-17 23:29:55 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-21 22:58:20 +0200 |
commit | 6f2ed3e0f166458d13c922a71506d8c72c619d77 (patch) | |
tree | f544b4492eb5020f439bd85e3c308c9ee4e9c95a /dev-tex/cpp2latex | |
parent | media-video/gaupol: Clean up old. (diff) | |
download | gentoo-6f2ed3e0f166458d13c922a71506d8c72c619d77.tar.gz gentoo-6f2ed3e0f166458d13c922a71506d8c72c619d77.tar.bz2 gentoo-6f2ed3e0f166458d13c922a71506d8c72c619d77.zip |
dev-tex/cpp2latex: revision bump to EAPI 6.
Also update HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/533844
Closes: https://github.com/gentoo/gentoo/pull/2113
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-tex/cpp2latex')
-rw-r--r-- | dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild | 20 | ||||
-rw-r--r-- | dev-tex/cpp2latex/files/cpp2latex-2.3.patch | 4 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild b/dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild new file mode 100644 index 000000000000..5c35e88bc05f --- /dev/null +++ b/dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A program to convert C++ code to LaTeX source" +HOMEPAGE="http://www.arnoldarts.de/cpp2latex/" +SRC_URI="http://www.arnoldarts.de/files/cpp2latex/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +# first patch: bug #44585, second patch bug #227863 +PATCHES=( + "${FILESDIR}/${P}.patch" + "${FILESDIR}/${P}-gcc43.patch" + "${FILESDIR}/${P}-tests.patch" +) diff --git a/dev-tex/cpp2latex/files/cpp2latex-2.3.patch b/dev-tex/cpp2latex/files/cpp2latex-2.3.patch index 676b5ef3136c..b72b870ba53b 100644 --- a/dev-tex/cpp2latex/files/cpp2latex-2.3.patch +++ b/dev-tex/cpp2latex/files/cpp2latex-2.3.patch @@ -1,5 +1,5 @@ ---- main.cpp Thu Mar 6 08:15:36 2003 -+++ main.cpp Tue Jan 24 21:47:17 2006 +--- a/cpp2latex/main.cpp Thu Mar 6 08:15:36 2003 ++++ a/cpp2latex/main.cpp Tue Jan 24 21:47:17 2006 @@ -27,12 +27,14 @@ #include <stdio.h> #include <getopt.h> |