summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 20:15:26 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 20:15:26 +0000
commitded85c66c2c3ba94423c42cb28ea963b390f4098 (patch)
tree873a98ff927246722edfeaffdb71d9aae91faeae /dev-util/cppcheck
parentimported to the main tree (diff)
downloadgentoo-2-ded85c66c2c3ba94423c42cb28ea963b390f4098.tar.gz
gentoo-2-ded85c66c2c3ba94423c42cb28ea963b390f4098.tar.bz2
gentoo-2-ded85c66c2c3ba94423c42cb28ea963b390f4098.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r--dev-util/cppcheck/ChangeLog7
-rw-r--r--dev-util/cppcheck/cppcheck-1.41-r1.ebuild52
-rw-r--r--dev-util/cppcheck/cppcheck-1.43.ebuild52
-rw-r--r--dev-util/cppcheck/cppcheck-1.44.ebuild52
-rw-r--r--dev-util/cppcheck/cppcheck-1.45-r1.ebuild75
5 files changed, 6 insertions, 232 deletions
diff --git a/dev-util/cppcheck/ChangeLog b/dev-util/cppcheck/ChangeLog
index 4e56c07968f0..3450609cd509 100644
--- a/dev-util/cppcheck/ChangeLog
+++ b/dev-util/cppcheck/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cppcheck
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.20 2011/01/01 15:12:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.21 2011/01/08 20:15:26 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -cppcheck-1.41-r1.ebuild, -cppcheck-1.43.ebuild, -cppcheck-1.44.ebuild,
+ -cppcheck-1.45-r1.ebuild:
+ Delete.
*cppcheck-1.46.1 (01 Jan 2011)
diff --git a/dev-util/cppcheck/cppcheck-1.41-r1.ebuild b/dev-util/cppcheck/cppcheck-1.41-r1.ebuild
deleted file mode 100644
index 60809f244559..000000000000
--- a/dev-util/cppcheck/cppcheck-1.41-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.41-r1.ebuild,v 1.1 2010/05/03 17:33:52 patrick Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs qt4-r2
-
-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="qt4"
-
-DEPEND="qt4? ( x11-libs/qt-gui:4 )"
-
-src_prepare() {
- sed -i \
- -e '/^CXXFLAGS/d' \
- -e '/^CXX=/d' \
- Makefile \
- || die
- tc-export CXX
-}
-
-src_configure() {
- if use qt4; then
- pushd gui
- eqmake4 gui.pro
- popd
- fi
-}
-
-src_compile() {
- emake || die "make failed"
- if use qt4; then
- pushd gui
- emake || die "make gui failed"
- popd
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc readme.txt
- if use qt4; then
- newbin gui/gui cppcheck-gui
- dodoc readme_gui.txt gui/projectfile.txt gui/gui.cppcheck
- fi
-}
diff --git a/dev-util/cppcheck/cppcheck-1.43.ebuild b/dev-util/cppcheck/cppcheck-1.43.ebuild
deleted file mode 100644
index bd0fc2b72b14..000000000000
--- a/dev-util/cppcheck/cppcheck-1.43.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.43.ebuild,v 1.1 2010/05/18 10:13:31 patrick Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs qt4-r2
-
-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="qt4"
-
-DEPEND="qt4? ( x11-libs/qt-gui:4 )"
-
-src_prepare() {
- sed -i \
- -e '/^CXXFLAGS/d' \
- -e '/^CXX=/d' \
- Makefile \
- || die
- tc-export CXX
-}
-
-src_configure() {
- if use qt4; then
- pushd gui
- eqmake4 gui.pro
- popd
- fi
-}
-
-src_compile() {
- emake || die "make failed"
- if use qt4; then
- pushd gui
- emake || die "make gui failed"
- popd
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc readme.txt
- if use qt4; then
- newbin gui/gui cppcheck-gui
- dodoc readme_gui.txt gui/projectfile.txt gui/gui.cppcheck
- fi
-}
diff --git a/dev-util/cppcheck/cppcheck-1.44.ebuild b/dev-util/cppcheck/cppcheck-1.44.ebuild
deleted file mode 100644
index 41edcbb26698..000000000000
--- a/dev-util/cppcheck/cppcheck-1.44.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.44.ebuild,v 1.1 2010/08/13 11:25:45 patrick Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs qt4-r2
-
-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="qt4"
-
-DEPEND="qt4? ( x11-libs/qt-gui:4 )"
-
-src_prepare() {
- sed -i \
- -e '/^CXXFLAGS/d' \
- -e '/^CXX=/d' \
- Makefile \
- || die
- tc-export CXX
-}
-
-src_configure() {
- if use qt4; then
- pushd gui
- eqmake4 gui.pro
- popd
- fi
-}
-
-src_compile() {
- emake || die "make failed"
- if use qt4; then
- pushd gui
- emake || die "make gui failed"
- popd
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc readme.txt
- if use qt4; then
- newbin gui/gui cppcheck-gui
- dodoc readme_gui.txt gui/projectfile.txt gui/gui.cppcheck
- fi
-}
diff --git a/dev-util/cppcheck/cppcheck-1.45-r1.ebuild b/dev-util/cppcheck/cppcheck-1.45-r1.ebuild
deleted file mode 100644
index 0fd30f8980a2..000000000000
--- a/dev-util/cppcheck/cppcheck-1.45-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.45-r1.ebuild,v 1.1 2010/11/11 12:07:38 xmw Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="htmlreport? 2"
-
-inherit distutils eutils python toolchain-funcs qt4-r2
-
-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="htmlreport qt4"
-
-DEPEND="htmlreport? ( dev-python/pygments )
- qt4? ( x11-libs/qt-gui:4
- x11-libs/qt-assistant:4 )"
-
-pkg_setup() {
- if use htmlreport ; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- if use htmlreport ; then
- pushd htmlreport
- python_convert_shebangs -r 2 .
- distutils_src_prepare
- popd
- fi
-}
-
-src_configure() {
- tc-export CXX
- if use qt4 ; then
- pushd gui
- qt4-r2_src_configure
- popd
- fi
-}
-
-src_compile() {
- emake || die
- if use qt4 ; then
- pushd gui
- qt4-r2_src_compile
- popd
- fi
- if use htmlreport ; then
- pushd htmlreport
- distutils_src_compile
- popd
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc readme.txt || die
- if use qt4 ; then
- dobin gui/${PN}-gui || die
- dodoc readme_gui.txt gui/{projectfile.txt,gui.cppcheck} || die
- fi
- if use htmlreport ; then
- pushd htmlreport
- distutils_src_install
- popd
- fi
-}