summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-18 11:00:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-18 11:02:24 +0200
commit845ca5ddfdc7ab6fc4e3ade9add108e9d5656531 (patch)
tree300e49dba6e29380b8383d1284f77bd76f6ea017 /dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
parentdev-python/pygccxml: Remove last-rited pkg (diff)
downloadgentoo-845ca5ddfdc7ab6fc4e3ade9add108e9d5656531.tar.gz
gentoo-845ca5ddfdc7ab6fc4e3ade9add108e9d5656531.tar.bz2
gentoo-845ca5ddfdc7ab6fc4e3ade9add108e9d5656531.zip
dev-cpp/gccxml: Remove last-rited pkg
Closes: https://bugs.gentoo.org/683748 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild')
-rw-r--r--dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
deleted file mode 100644
index ddd2732740d1..000000000000
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="XML output extension to GCC"
-HOMEPAGE="http://www.gccxml.org/"
-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"
-
-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//' \
- GCC/libiberty/CMakeLists.txt || die "sed failed"
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGCCXML_DOC_DIR:STRING="share/doc/${PF}"
- )
- cmake-utils_src_configure
-}