Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/cpp2latex/
Date: Sun, 07 Jan 2018 05:37:06
Message-Id: 1515303409.a56e00ff0c23d155fcd4140e8a53cdd37890e94c.aballier@gentoo
1 commit: a56e00ff0c23d155fcd4140e8a53cdd37890e94c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 5 14:37:00 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 05:36:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56e00ff
7
8 dev-tex/cpp2latex: remove old
9
10 dev-tex/cpp2latex/cpp2latex-2.3-r1.ebuild | 30 ------------------------------
11 1 file changed, 30 deletions(-)
12
13 diff --git a/dev-tex/cpp2latex/cpp2latex-2.3-r1.ebuild b/dev-tex/cpp2latex/cpp2latex-2.3-r1.ebuild
14 deleted file mode 100644
15 index 719cee656d0..00000000000
16 --- a/dev-tex/cpp2latex/cpp2latex-2.3-r1.ebuild
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 -# Copyright 1999-2008 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -inherit eutils
23 -
24 -DESCRIPTION="A program to convert C++ code to LaTeX source"
25 -HOMEPAGE="http://www.arnoldarts.de/drupal/?q=Cpp2LaTeX"
26 -SRC_URI="http://www.arnoldarts.de/drupal/files/downloads/cpp2latex/${P}.tar.gz"
27 -LICENSE="GPL-2"
28 -
29 -IUSE=""
30 -SLOT="0"
31 -KEYWORDS="amd64 ppc sparc x86"
32 -
33 -# although it makes sense to have tex installed, it is
34 -# neither a compile or runtime dependency
35 -
36 -src_unpack() {
37 - unpack ${A}
38 - cd "${S}/cpp2latex"
39 - # bug 44585
40 - epatch "${FILESDIR}/cpp2latex-2.3.patch"
41 - # bug #227863
42 - epatch "${FILESDIR}/${P}-gcc43.patch"
43 - epatch "${FILESDIR}/${P}-tests.patch"
44 -}
45 -
46 -src_install() {
47 - emake install DESTDIR="${D}" || die "make install failed"
48 -}