summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-08-28 15:50:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-08-28 15:50:09 +0100
commit67ab2e32c78085e6a976b493aa8e1528d3a5a8c3 (patch)
treec5aab3d5714508fdd42879df6afb680a2da890f4
parentmetadata: refresh cache (diff)
downloadportage-67ab2e32c78085e6a976b493aa8e1528d3a5a8c3.tar.xz
dev-util/coverity: Version bump
Package-Manager: portage-2.2.28
-rw-r--r--dev-util/coverity/Manifest6
-rw-r--r--dev-util/coverity/coverity-8.5.0.3.ebuild (renamed from dev-util/coverity/coverity-8.5.0.2.ebuild)8
-rw-r--r--metadata/md5-cache/dev-util/coverity-8.5.0.3 (renamed from metadata/md5-cache/dev-util/coverity-8.5.0.2)4
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/coverity/Manifest b/dev-util/coverity/Manifest
index e2acb6c4..663d2d4d 100644
--- a/dev-util/coverity/Manifest
+++ b/dev-util/coverity/Manifest
@@ -1,4 +1,4 @@
-DIST cov-analysis-linux32-8.5.0.2.tar.gz 420746981 SHA256 7a7982cdc405fb63ab16811baf0cffb72ae5890b180e4018c12d21a3ea434736 WHIRLPOOL 5f74dd1852cfeb4f77557e54b6385605a1f04941aecba8671ec976a3a8ef0f97a92ea897c37add1ff28fce935d0b5800433778b18d04e8cd13d47cb839d233f9
-DIST cov-analysis-linux64-8.5.0.2.tar.gz 449442541 SHA256 b625ac6bf48e3a44283de1c2f09e45352f97493232df3e9282b0fd5b17fe5238 WHIRLPOOL 395832e52457df183f5cbf3944752de233ff2fcfd25c85aae058a47d2c131745c7fbb51872625e524fb77f713696c87cfe343363ddfdfb904891c9f5a93d5b8a
-EBUILD coverity-8.5.0.2.ebuild 2213 SHA256 e47c6f15fa1411b9b09599b9e857e26d7de7d9a87f8ed1426417f6ef29aa15da WHIRLPOOL 49ae00373409a35356927557ef9715caed839ca1fbb9f2804f8c7f0f83af1593de553e5a2955bad3f4be877425c36caef558e628509ff26c2052e4bc4b8908e4
+DIST cov-analysis-linux-8.5.0.3.tar.gz 420776278 SHA256 98a2a079adb311d6f86ba280cdf98700b9a81321a694d4f1a292645aaa366f81 WHIRLPOOL 81a2a1dc4af6bfb63d09fe361d7698ce973a5d7b90ad7bae5594d673cc0ea65c8ffd70ee679c98ce7696e91858ab6c0b70fc3c77510bda893961c52deb6530df
+DIST cov-analysis-linux64-8.5.0.3.tar.gz 449455458 SHA256 1d30876d88f64b599d1bd06b9fdd6e28bacbc46af56774bca82a82c8403e2bc3 WHIRLPOOL 39e2435ca1fa172e9df9f3b0668fd41a6fad77f74c4759ed35a4d88cfc411279cd948782d4e4b651b30c44daa6461e4d4e805c249632a5c423e4ad62d9659989
+EBUILD coverity-8.5.0.3.ebuild 2207 SHA256 ece9a4262ec9c70231148ab329476b63e76b231bf69d6989bcb622e36d2175f7 WHIRLPOOL fffefbfcb1b490d7ac08d2e968a0ba0be57eb4d8f41bffb3bf6adc79ba655afc8e5005cc73eff82db0782298ef01590f1397ac0a8b7be7de875dffa8b3658e2a
MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b
diff --git a/dev-util/coverity/coverity-8.5.0.2.ebuild b/dev-util/coverity/coverity-8.5.0.3.ebuild
index 9d829a9f..560ff505 100644
--- a/dev-util/coverity/coverity-8.5.0.2.ebuild
+++ b/dev-util/coverity/coverity-8.5.0.3.ebuild
@@ -6,8 +6,8 @@ EAPI=5
DESCRIPTION="Coverity provides the results of analysis on open source coding projects"
HOMEPAGE="http://www.coverity.com"
-SRC_URI="amd64? ( https://scan.coverity.com/download/cxx/linux-64 -> cov-analysis-linux64-${PV}.tar.gz )
- x86? ( https://scan.coverity.com/download/cxx/linux-32 -> cov-analysis-linux32-${PV}.tar.gz )"
+SRC_URI="amd64? ( https://scan.coverity.com/download/cxx/linux64 -> cov-analysis-linux64-${PV}.tar.gz )
+ x86? ( https://scan.coverity.com/download/cxx/linux32 -> cov-analysis-linux-${PV}.tar.gz )"
LICENSE="coverity-PLA"
SLOT="0"
@@ -31,8 +31,8 @@ use x86 && S="${WORKDIR}/cov-analysis-linux-${PV}"
pkg_nofetch() {
eerror "Please go to https://scan.coverity.com/download"
- use amd64 && eerror "and download Linux-64"
- use x86 && eerror "and download Linux-32"
+ use amd64 && eerror "and download Linux64"
+ use x86 && eerror "and download Linux32"
eerror "then put the file in ${DISTDIR}"
use amd64 && eerror "named as cov-analysis-linux64-${PV}.tar.gz"
use x86 && eerror "named as cov-analysis-linux32-${PV}.tar.gz"
diff --git a/metadata/md5-cache/dev-util/coverity-8.5.0.2 b/metadata/md5-cache/dev-util/coverity-8.5.0.3
index 7d1d553e..f78dbae3 100644
--- a/metadata/md5-cache/dev-util/coverity-8.5.0.2
+++ b/metadata/md5-cache/dev-util/coverity-8.5.0.3
@@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=coverity-PLA
RESTRICT=fetch
SLOT=0
-SRC_URI=amd64? ( https://scan.coverity.com/download/cxx/linux-64 -> cov-analysis-linux64-8.5.0.2.tar.gz ) x86? ( https://scan.coverity.com/download/cxx/linux-32 -> cov-analysis-linux32-8.5.0.2.tar.gz )
-_md5_=f4af6b2203ad306797a1fbd4bed35db0
+SRC_URI=amd64? ( https://scan.coverity.com/download/cxx/linux64 -> cov-analysis-linux64-8.5.0.3.tar.gz ) x86? ( https://scan.coverity.com/download/cxx/linux32 -> cov-analysis-linux-8.5.0.3.tar.gz )
+_md5_=a15923f5aa76f56f36e65aa931effbe2