summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cppcheck/cppcheck-1.33.ebuild')
-rw-r--r--dev-util/cppcheck/cppcheck-1.33.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.33.ebuild b/dev-util/cppcheck/cppcheck-1.33.ebuild
deleted file mode 100644
index 40ef4bd04343..000000000000
--- a/dev-util/cppcheck/cppcheck-1.33.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.33.ebuild,v 1.1 2009/06/07 19:04:12 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
-}