diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 10:51:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 10:51:09 +0200 |
commit | 793185350ac738d19e84a4666cdf9fe4289b789a (patch) | |
tree | f866f6c1f8621d06234b4b4466e44b05ff7f49ba /dev-util | |
parent | dev-util/cppcheck: Sync live with 1.84 changes (diff) | |
download | gentoo-793185350ac738d19e84a4666cdf9fe4289b789a.tar.gz gentoo-793185350ac738d19e84a4666cdf9fe4289b789a.tar.bz2 gentoo-793185350ac738d19e84a4666cdf9fe4289b789a.zip |
dev-util/cppcheck: Minor description fix
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.81.ebuild | 2 | ||||
-rw-r--r-- | dev-util/cppcheck/cppcheck-1.84.ebuild | 2 | ||||
-rw-r--r-- | 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 ce60d5ec062a..0604af4239e7 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 5b0934909258..2fb1dddad4b9 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 dcbdddafe553..38d6d57ecc24 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" |