From 6f2ed3e0f166458d13c922a71506d8c72c619d77 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Wed, 17 Aug 2016 23:29:55 +0200 Subject: 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 --- dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild (limited to 'dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild') 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" +) -- cgit v1.2.3-65-gdbad