diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 19:03:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 19:03:53 +0000 |
commit | cb5320c233cb895e9df5c2656bfecfd369c81d64 (patch) | |
tree | 2a727f3edd71f02bed96a2d18e4361776c14083c /dev-util/cppcheck | |
parent | RESTRICT=test because it requires user interaction, otherwise hangs the insta... (diff) | |
download | historical-cb5320c233cb895e9df5c2656bfecfd369c81d64.tar.gz historical-cb5320c233cb895e9df5c2656bfecfd369c81d64.tar.bz2 historical-cb5320c233cb895e9df5c2656bfecfd369c81d64.zip |
old
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.31.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.31.ebuild b/dev-util/cppcheck/cppcheck-1.31.ebuild deleted file mode 100644 index 261d75bab46b..000000000000 --- a/dev-util/cppcheck/cppcheck-1.31.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.31.ebuild,v 1.1 2009/04/12 19:30:02 vapier Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="static analyzer of C/C++ code" -HOMEPAGE="http://apps.sourceforge.net/trac/cppcheck/" -SRC_URI="mirror://sourceforge/cppcheck/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CXXFLAGS/s:=:+=:' \ - -e '/^CXX=/d' \ - Makefile - tc-export CXX -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc readme.txt -} |