dev-cpp/gccxml: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
David Seifert
2017-01-15 17:30:04 +01:00
parent 0c5eb690cd
commit b3d86fce65
2 changed files with 0 additions and 29 deletions

View File

@@ -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

View File

@@ -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
}