summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-01-11 16:45:26 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-01-12 02:38:54 +0000
commit07cdda9b641780d77f673243b0f275f40b6b4abd (patch)
treee2879fe1f900c2a203518c05fb8299cdbccde8c8
parentdev-util/closure-linter: drop as it's now deprecated (diff)
downloadportage-07cdda9b641780d77f673243b0f275f40b6b4abd.tar.xz
dev-util/cpplint: version bump
Package-Manager: Portage-2.3.79, Repoman-2.3.16
-rw-r--r--dev-util/cpplint/cpplint-20200102.ebuild (renamed from dev-util/cpplint/cpplint-20150520.ebuild)8
-rw-r--r--dev-util/cpplint/cpplint-9999.ebuild6
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/cpplint/cpplint-20150520.ebuild b/dev-util/cpplint/cpplint-20200102.ebuild
index 268f0e64..f1001736 100644
--- a/dev-util/cpplint/cpplint-20150520.ebuild
+++ b/dev-util/cpplint/cpplint-20200102.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit python-single-r1 git-r3
DESCRIPTION="Checker to make sure a C++ file follows Google's C++ style guide"
HOMEPAGE="https://github.com/google/styleguide"
EGIT_REPO_URI="https://github.com/google/styleguide.git"
-EGIT_COMMIT="43d738ab8bb0c797f78506945729946aacbab17d"
+EGIT_COMMIT="f704c352f4f0597d2bd8b85d089b093946ff75d7"
LICENSE="cpplint"
SLOT="0"
@@ -19,7 +19,7 @@ IUSE="test"
HTML_DOCS=(
include/
- angularjs-google-style.html cppguide.html google-r-style.html javaguide.html jsoncstyleguide.html pyguide.html xmlstyle.html
+ angularjs-google-style.html cppguide.html google-r-style.html javaguide.html jsoncstyleguide.html xmlstyle.html
javaguide.css styleguide.css
javaguidelink.png jsoncstyleguide_example_01.png jsoncstyleguide_example_02.png
)
diff --git a/dev-util/cpplint/cpplint-9999.ebuild b/dev-util/cpplint/cpplint-9999.ebuild
index 9cd632f7..8c845598 100644
--- a/dev-util/cpplint/cpplint-9999.ebuild
+++ b/dev-util/cpplint/cpplint-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit python-single-r1 git-r3
@@ -18,7 +18,7 @@ IUSE="test"
HTML_DOCS=(
include/
- angularjs-google-style.html cppguide.html google-r-style.html javaguide.html jsoncstyleguide.html pyguide.html xmlstyle.html
+ angularjs-google-style.html cppguide.html google-r-style.html javaguide.html jsoncstyleguide.html xmlstyle.html
javaguide.css styleguide.css
javaguidelink.png jsoncstyleguide_example_01.png jsoncstyleguide_example_02.png
)