summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-01-12 17:09:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-01-12 17:09:19 +0000
commitf24b5cf10b8e5279d5a7841f4486c9c32cd33d59 (patch)
treeb7d8904b35b310d8ffbd1f93b2973908564fc624 /dev-util/cppcheck
parentBump to 1.39 for #300683 (diff)
downloadgentoo-2-f24b5cf10b8e5279d5a7841f4486c9c32cd33d59.tar.gz
gentoo-2-f24b5cf10b8e5279d5a7841f4486c9c32cd33d59.tar.bz2
gentoo-2-f24b5cf10b8e5279d5a7841f4486c9c32cd33d59.zip
Old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r--dev-util/cppcheck/ChangeLog6
-rw-r--r--dev-util/cppcheck/cppcheck-1.32.ebuild29
-rw-r--r--dev-util/cppcheck/cppcheck-1.33.ebuild29
-rw-r--r--dev-util/cppcheck/cppcheck-1.34.ebuild29
4 files changed, 5 insertions, 88 deletions
diff --git a/dev-util/cppcheck/ChangeLog b/dev-util/cppcheck/ChangeLog
index c239d6d72992..9a71fc5beaa9 100644
--- a/dev-util/cppcheck/ChangeLog
+++ b/dev-util/cppcheck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cppcheck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.8 2010/01/12 17:07:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.9 2010/01/12 17:09:19 patrick Exp $
+
+ 12 Jan 2010; Patrick Lauer <patrick@gentoo.org> -cppcheck-1.32.ebuild,
+ -cppcheck-1.33.ebuild, -cppcheck-1.34.ebuild:
+ Old
*cppcheck-1.39 (12 Jan 2010)
diff --git a/dev-util/cppcheck/cppcheck-1.32.ebuild b/dev-util/cppcheck/cppcheck-1.32.ebuild
deleted file mode 100644
index dc8ac7632468..000000000000
--- a/dev-util/cppcheck/cppcheck-1.32.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.32.ebuild,v 1.1 2009/05/10 19:49:57 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
-}
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
-}
diff --git a/dev-util/cppcheck/cppcheck-1.34.ebuild b/dev-util/cppcheck/cppcheck-1.34.ebuild
deleted file mode 100644
index 4f8783d74e8c..000000000000
--- a/dev-util/cppcheck/cppcheck-1.34.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.34.ebuild,v 1.1 2009/07/15 18:08:45 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
-}