Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-util--cppcheck-1.87--C.19417.1555378507.95567.C.tar.bz2 1510788 SHA256 5a9ac6e580881de4cec2523469dc6b954d0ab893153192a1c60733f884cb99be SHA512 8ed3360c456cc38fa3b486a9611fe734427ea160e39ab9777ad786533c6759ac8547e4c964534324de90787e7a24e26502b5cffccac065132fbf732588600c53 WHIRLPOOL 9e014109114bca830d34a562398cb6f6450c0311caa77ccc2ed307374470bb814ad6024c664fc23a3d071f279312ef9fd7152414f7d30e156ad92a42f33e3938
|
||||
PBIN cppcheck-1.87.pbin-1+exheres-0 3263 SHA256 8a12163f68625b8e3d7db30b8c05cf79363122318735dc8e131ec11070650f4b SHA512 912ab1db5d3af46e0cdc335a70f2c623b9a670bc75469c4240d83a8d780e5f698c7951383c8c35982f100f057a471222f6e053c67c29c72d7d801e4138f6f1d8 WHIRLPOOL 868022624fd129ebeca2b630dcabc39ddd157951f58256d0ad3b8d5e6dbaf051f7eecbda479c09d62291100da8f8c359f73c5f08322713e7653010db3fd742da
|
||||
DIST hasufell-binhost--dev-util--cppcheck-1.89--C.13635.1576504381.632854.C.tar.bz2 1660053 SHA256 66295f021e23dc59aafaa3f4a96b8b12d149b92f3bc2aa13847e8aabe1f4662c SHA512 ceb8b9e3261519519b011facd3f07baac6e96e58d2bd4d938ce2cce17b15d4fc3e468bbdf8094328231f0ec69afdd44a14c120630e44f44bda641d200aaf4e53 WHIRLPOOL dec73f778ac26a1bbd9512099c717b2c8a62a6ced413ab7f60e1be8238da3d8cb663f64957cc27b041c0fbb4cb22c52f25f9a4416e4270335c5d0ec402886820
|
||||
PBIN cppcheck-1.89.pbin-1+exheres-0 3237 SHA256 8802884e3061d6b7d89cbe7397297ecb2f992cfeee40459cbe6ba3c0aff2e410 SHA512 c33069093c73252dccf50cf65196ef1101003247f4ce527022e4f316ba3faa1113e424bf142c0b56de0280a1aa60cee6533323ae943a331aef77272422df0da2 WHIRLPOOL 50524fc37f9ccce9e17f5d8cfc78660e4ef1ed096b0d74b3b396d08b14a407d25bccab2069f6bb6408a0a88a7d169dfc3d41261ff7ccf01d6bcea20332d78df5
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Tue Apr 16 03:35:07 CEST 2019
|
||||
# Created by paludis-3.0.0 on Mon Dec 16 14:53:02 CET 2019
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: html-report? ( python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) ) [[ defined-in = [ python.exlib ] ]] ( build: html-report? ( dev-python/setuptools[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build: qt5? ( x11-libs/qttools:5 [[ note = [ lrelease/lconvert for translations ] ]] ) build+run: qt5? ( x11-libs/qtbase:5 ) run: html-report? ( dev-python/Pygments[python_abis:*(-)?] ) ) [[ defined-in = [ cppcheck.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: html-report? ( python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) ) [[ defined-in = [ python.exlib ] ]] ( build: html-report? ( dev-python/setuptools[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]] ( build: qt5? ( x11-libs/qttools:5 [[ note = [ lrelease/lconvert for translations ] ]] ) build+run: qt5? ( x11-libs/qtbase:5 ) run: html-report? ( dev-python/Pygments[python_abis:*(-)?] ) ) [[ defined-in = [ cppcheck.exlib ] ]]"
|
||||
DESCRIPTION=" Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. The goal is no false positives."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://github.com/danmar/cppcheck http://cppcheck.sourceforge.net/"
|
||||
INHERITED=" python setup-py github qmake cppcheck"
|
||||
MYOPTIONS="( ( html-report [[ description = [ Installs a tool to generate HTML reports of cppcheck's results ] ]] html-report? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( html-report [[ description = [ Installs a tool to generate HTML reports of cppcheck's results ] ]] qt5 [[ description = [ Builds a Qt5-based GUI for cppcheck ] ]] ) [[ defined-in = [ cppcheck.exlib ] ]] ) "
|
||||
MYOPTIONS="( ( html-report [[ description = [ Installs a tool to generate HTML reports of cppcheck's results ] ]] html-report? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( html-report [[ description = [ Installs a tool to generate HTML reports of cppcheck's results ] ]] qt5 [[ description = [ Builds a Qt5-based GUI for cppcheck ] ]] ) [[ defined-in = [ cppcheck.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="GPL-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://github.com/danmar/cppcheck/archive/1.87.tar.gz -> cppcheck-1.87.tar.gz"
|
||||
DOWNLOADS="https://github.com/danmar/cppcheck/archive/1.89.tar.gz -> cppcheck-1.89.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1555378507"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
GENERATED_TIME="1576504382"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="alip"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-util--cppcheck-1.87--C.19417.1555378507.95567.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-util--cppcheck-1.89--C.13635.1576504381.632854.C.tar.bz2"
|
||||
SUMMARY="A tool for static C/C++ code analysis"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=" github:danmar/cppcheck "
|
||||
Reference in New Issue
Block a user