From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DD0F138334 for ; Sat, 11 Aug 2018 09:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B6CFE083D; Sat, 11 Aug 2018 09:07:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 455DCE083D for ; Sat, 11 Aug 2018 09:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BFEC335CD1 for ; Sat, 11 Aug 2018 09:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6793AE for ; Sat, 11 Aug 2018 09:06:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533977469.793185350ac738d19e84a4666cdf9fe4289b789a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppcheck/cppcheck-1.81.ebuild dev-util/cppcheck/cppcheck-1.84.ebuild dev-util/cppcheck/cppcheck-9999.ebuild X-VCS-Directories: dev-util/cppcheck/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 793185350ac738d19e84a4666cdf9fe4289b789a X-VCS-Branch: master Date: Sat, 11 Aug 2018 09:06:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f224c660-216f-4889-bcbc-3769e4bc624a X-Archives-Hash: 37dbb8ae9e5da4874e9f5cd1c1eb14f5 commit: 793185350ac738d19e84a4666cdf9fe4289b789a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 08:51:09 2018 +0000 Commit: Andreas Sturmlechner gentoo 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"