commit: 793185350ac738d19e84a4666cdf9fe4289b789a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 08:51:09 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 08:51:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79318535
dev-util/cppcheck: Minor description fix
Package-Manager: Portage-2.3.45, Repoman-2.3.10
dev-util/cppcheck/cppcheck-1.81.ebuild | 2 +-
dev-util/cppcheck/cppcheck-1.84.ebuild | 2 +-
dev-util/cppcheck/cppcheck-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild
b/dev-util/cppcheck/cppcheck-1.81.ebuild
index ce60d5ec062..0604af4239e 100644
--- a/dev-util/cppcheck/cppcheck-1.81.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.81.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs
-DESCRIPTION="static analyzer of C/C++ code"
+DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="http://cppcheck.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
diff --git a/dev-util/cppcheck/cppcheck-1.84.ebuild
b/dev-util/cppcheck/cppcheck-1.84.ebuild
index 5b093490925..2fb1dddad4b 100644
--- a/dev-util/cppcheck/cppcheck-1.84.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.84.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs
-DESCRIPTION="static analyzer of C/C++ code"
+DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="http://cppcheck.sourceforge.net"
SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz ->
${P}.tar.gz"
diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild
b/dev-util/cppcheck/cppcheck-9999.ebuild
index dcbdddafe55..38d6d57ecc2 100644
--- a/dev-util/cppcheck/cppcheck-9999.ebuild
+++ b/dev-util/cppcheck/cppcheck-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs git-r3
-DESCRIPTION="static analyzer of C/C++ code"
+DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="http://cppcheck.sourceforge.net"
EGIT_REPO_URI="https://github.com/danmar/cppcheck.git"