summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-07 19:03:53 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-07 19:03:53 +0000
commita7d2aecf7a422e51061eedd2d3725c390b6edaed (patch)
treedec30ed483ace303085f7c98bb5f0cbca2e89e36 /dev-util/cppcheck
parentRESTRICT=test because it requires user interaction, otherwise hangs the insta... (diff)
downloadgentoo-2-a7d2aecf7a422e51061eedd2d3725c390b6edaed.tar.gz
gentoo-2-a7d2aecf7a422e51061eedd2d3725c390b6edaed.tar.bz2
gentoo-2-a7d2aecf7a422e51061eedd2d3725c390b6edaed.zip
old
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r--dev-util/cppcheck/cppcheck-1.31.ebuild29
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
-}