You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/cpp2latex/cpp2latex-2.3-r2.ebuild

20 lines
498 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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"
)