public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/
@ 2016-04-02 21:22 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-04-02 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fec653cc75b95b4cbf48e16f1c0bf7999454f54c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 21:22:31 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 21:22:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec653cc

dev-cpp/gccxml: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics

Gentoo-Bug: 549300
* EAPI=6

Package-Manager: portage-2.2.28

 dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
index 5eab599..985bfa8 100644
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
+++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="XML output extension to GCC"
 HOMEPAGE="http://www.gccxml.org/"
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 src_prepare() {
+	# fix bug 549300 by restoring pre-GCC5 inline semantics
+	append-cflags -std=gnu89
+
 	# patch below taken from Debian
 	sed -i \
 		-e 's/xatexit.c//' \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/
@ 2017-01-11 16:17 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2017-01-11 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     58797c1169e5e0c5c129ba7095416cbccd2492dd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 16:15:49 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 16:15:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58797c11

dev-cpp/gccxml: amd64 stable wrt bug #605226

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
index 985bfa8..4e7cf58 100644
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
+++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 src_prepare() {
 	# fix bug 549300 by restoring pre-GCC5 inline semantics


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/
@ 2017-01-15 16:30 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-01-15 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b3d86fce659c8472fa0c3fcefd6dff20b9482679
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 16:30:04 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 16:30:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d86fce

dev-cpp/gccxml: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-cpp/gccxml/Manifest                        |  1 -
 dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild | 28 --------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-cpp/gccxml/Manifest b/dev-cpp/gccxml/Manifest
index 7f6b701..4d0e14c 100644
--- a/dev-cpp/gccxml/Manifest
+++ b/dev-cpp/gccxml/Manifest
@@ -1,2 +1 @@
-DIST gccxml-0.9.0_pre20120309.tar.xz 10528336 SHA256 62ab146d790b2f97fc266e70c39495db97231781c1826811852ffdf8355cec35 SHA512 a5800519a184f0c3c13e424418fd67c59f84108deb20ed4f54620ed83c8624b7b163915684d99d9e13ac4d17726dd7dc8fe58c5fc6bd4290d00645af10dc5abd WHIRLPOOL d5cce97eb45b024fca5652dc966fc4b7c6f1de6a3c166b530a2a8e6ca2d9e46031b5c93a4c3458633b76a31cab22c923ea41ad94b535b1f5643de175bb319c44
 DIST gccxml-0.9.0_pre20131217.tar.xz 8134060 SHA256 2e0c934ff627cfa5d875d4560922101ccb567e904e15cf5197f41aa7063ffdbf SHA512 3fedb2fb7ec8025921b4d416230acd8f5dcc01858089e12837d702bd4bec0f841ec23dfd949ae7ff42b559e5da1832bfc32ee24c1a4b3ff6004e73d49a1a81cf WHIRLPOOL a9a1b801ff8736a7bfd5e8a0036ea05d0c76c6a0b389c05639baea4e8affb65fcaba15cf909a286cb29ef9e9545593799fedefb77b96e8a65b755a8edb30c099

diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild
deleted file mode 100644
index ad2f539..00000000
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="XML output extension to GCC"
-HOMEPAGE="http://www.gccxml.org/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-src_prepare() {
-	# patch below taken from Debian
-	sed -i \
-		-e 's/xatexit.c//' \
-		"${S}/GCC/libiberty/CMakeLists.txt" || die "sed failed"
-}
-
-src_configure() {
-	local mycmakeargs=( -DGCCXML_DOC_DIR:STRING=share/doc/${PF} )
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-15 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-01-11 16:17 Agostino Sarubbo
2016-04-02 21:22 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox