Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
Date: Sun, 31 Jul 2016 11:32:50
Message-Id: 1469964710.2def43714b0f4057134f190d9b2dea3d456bdbf2.soap@gentoo
1 commit: 2def43714b0f4057134f190d9b2dea3d456bdbf2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 11:27:44 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 11:31:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2def4371
7
8 app-office/texmacs: remove operator new/delete declarations
9
10 Gentoo-bug: 590002
11
12 Package-Manager: portage-2.3.0
13
14 app-office/texmacs/texmacs-1.99.2-r1.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-office/texmacs/texmacs-1.99.2-r1.ebuild b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
18 index 8cb8509..1803cf4 100644
19 --- a/app-office/texmacs/texmacs-1.99.2-r1.ebuild
20 +++ b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -50,6 +50,9 @@ PATCHES=(
28 "${FILESDIR}"/${P}-norpath.patch
29
30 "${FILESDIR}"/${P}-desktop.patch
31 +
32 + # remove new/delete declarations, bug 590002
33 + "${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
34 )
35
36 src_prepare() {