diff options
author | 2009-11-16 15:17:46 +0000 | |
---|---|---|
committer | 2009-11-16 15:17:46 +0000 | |
commit | 0bb010c8a5669e35d72fda3bc9695fa94a3b5151 (patch) | |
tree | 431d461b300cd753f58355a7ae46ebd03bfec58a /dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild | |
parent | version bump (also fixes bug #285442), removed old versions (diff) | |
download | gentoo-2-0bb010c8a5669e35d72fda3bc9695fa94a3b5151.tar.gz gentoo-2-0bb010c8a5669e35d72fda3bc9695fa94a3b5151.tar.bz2 gentoo-2-0bb010c8a5669e35d72fda3bc9695fa94a3b5151.zip |
QA: fix cmake issues. Drop all packages violating QA. Thanks to Yury Fedorchenko for ebuild. Per bug #287594 NOTE: this package is moving from p.mask to ~ thus the dropped stable..
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild')
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild new file mode 100644 index 000000000000..9f9a2a438857 --- /dev/null +++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.9.0_pre20090516-r1.ebuild,v 1.1 2009/11/16 15:17:46 scarabeus Exp $ + +EAPI="2" + +inherit cmake-utils + +DESCRIPTION="XML output extension to GCC" +HOMEPAGE="http://www.gccxml.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +src_prepare() { + # patch below taken from Debian + sed -i \ + -e 's/xatexit.c//' \ + "${S}/GCC/libiberty/CMakeLists.txt" || die "sed failed" +} |