diff options
author | 2017-01-15 17:30:04 +0100 | |
---|---|---|
committer | 2017-01-15 17:30:04 +0100 | |
commit | b3d86fce659c8472fa0c3fcefd6dff20b9482679 (patch) | |
tree | 2efb732f6df1d837c8ec054459e46dcddbcdf3a9 /dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild | |
parent | dev-libs/boost: Make KEYWORDS one line (diff) | |
download | gentoo-b3d86fce659c8472fa0c3fcefd6dff20b9482679.tar.gz gentoo-b3d86fce659c8472fa0c3fcefd6dff20b9482679.tar.bz2 gentoo-b3d86fce659c8472fa0c3fcefd6dff20b9482679.zip |
dev-cpp/gccxml: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild')
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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 ad2f5391b81..00000000000 --- 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 -} |