diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-09-07 20:02:52 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-09-07 20:02:52 +0000 |
commit | 92ed751f3eb2e382d0db17f4655975fcbb59e053 (patch) | |
tree | 09c24859a8d6448aa43d92dbb4f38ca851bdbc72 | |
parent | 2016-09-07 19:05:59 UTC (diff) | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-92ed751f3eb2e382d0db17f4655975fcbb59e053.tar.gz gentoo-92ed751f3eb2e382d0db17f4655975fcbb59e053.tar.bz2 gentoo-92ed751f3eb2e382d0db17f4655975fcbb59e053.zip |
Merge updates from master
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild | 2 | ||||
-rw-r--r-- | www-client/google-chrome-unstable/Manifest | 2 | ||||
-rw-r--r-- | www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.14.ebuild (renamed from www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.8.ebuild) | 0 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/Manifest | 2 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild (renamed from www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild) | 0 |
11 files changed, 9 insertions, 9 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild index 0f11d08cf084..4d79078b1f54 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs multilib flag-o-matic MY_P="js-${PV}" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild index 8922ca1ee777..7e8f05a2cd0c 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild @@ -13,7 +13,7 @@ TARBALL_PV="$(replace_all_version_separators '' $(get_version_component_range 1- MY_P="${MY_PN}-${PV}" TARBALL_P="${MY_PN}${TARBALL_PV}-1.0.0" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild index dc29910d0b3a..5ee0ad7e9cc1 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild @@ -13,7 +13,7 @@ TARBALL_PV="$(replace_all_version_separators '' $(get_version_component_range 1- MY_P="${MY_PN}-${PV}" TARBALL_P="${MY_PN}${TARBALL_PV}-1.0.0" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild index aa91c2911517..12ec56eb1119 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild @@ -13,7 +13,7 @@ TARBALL_PV="$(replace_all_version_separators '' $(get_version_component_range 1- MY_P="${MY_PN}-${PV}" TARBALL_P="${MY_PN}${TARBALL_PV}-1.0.0" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild index 186ae1185d1f..46dde29219fd 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild @@ -11,7 +11,7 @@ inherit eutils toolchain-funcs multilib python-any-r1 versionator pax-utils MY_PN="mozjs" MY_P="${MY_PN}${PV}" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild index 897b2a0eda2b..f5eee3bde1dc 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild @@ -11,7 +11,7 @@ inherit toolchain-funcs multilib python-any-r1 versionator pax-utils MY_PN="mozjs" MY_P="${MY_PN}${PV}" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild index e891ec6def46..07f3a4f1912c 100644 --- a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils toolchain-funcs multilib python-any-r1 versionator pax- MY_PN="mozjs" MY_P="${MY_PN}-${PV/_/.}" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.bz2" LICENSE="NPL-1.1" diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index 6fdd687547b8..7293a3579748 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1 +1 @@ -DIST google-chrome-unstable_54.0.2840.8-1_amd64.deb 47527878 SHA256 2d7980b745187e0aff9b61cd2d3ab1b73d6182a3b120564b1c80e17eaee8d747 SHA512 625ba5fa63ea1df9115e3676016d3a543a2d81b342d6e21738a6b9335e9f1695e653718f46a543fce5558b89aef79730d76e31f195397de84e8b43fa6f4367ce WHIRLPOOL b3e25d489f7e3cf75cd3483464a5828b659a423735219426e1d0830f987c9433e8d9a38cb410cf904fb47c92dc642226cdfe25f163f4ce5c0fe523022b3f7d94 +DIST google-chrome-unstable_54.0.2840.14-1_amd64.deb 47669680 SHA256 9c2cb8363fc129d68e1f4352da3721be7047d84b8394e83231b87b4a9786045c SHA512 64c13ba662852e78b5885575cd7d445420763266e9e4995cd77a38bfe4ebec6de438651d8953cff70d898946c50e5b1272bab0998a0e917eaaea7e278e05e10b WHIRLPOOL 7e9553253941f15610712fa59bde49a1d8876c1b2e77a36fece0cb84aaf58ff4274e2a11ad8d753f43564168016c96c69dea107f54d64739a4ab5c78f2e3cb76 diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.8.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.14.ebuild index 2452d4295324..2452d4295324 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.8.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.14.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 9861a43aef92..b15e3fa57b17 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_53.0.2785.92-1_amd64.deb 52180598 SHA256 f12c090b75ca7e51828137cb00bf0147fe8889bea550a5a166b8ad18989ed700 SHA512 507abcafd0ff5d738ce1afb86610a8eded19fec4f436ede4d64f7f5e6b5c1f9b416208e2fb634cececa9d7fcfa501d61e9990c048fef0ec89ace31f5e9785878 WHIRLPOOL f6164360e3821510483dcb76dbcbf16fbf8d7ca4df2d3a597c316e7372e41bba44633cf2de917e4f3ced063dfe372530d53da253d9ff012dc2edd8c0ddae9d14 DIST google-chrome-stable_53.0.2785.92-1_amd64.deb 49633018 SHA256 323c622fb16ae05a20e20270024c71fee0a6ec6f1d14ce5db9dbf46b0b0caa5a SHA512 fa733891723fcac6fb37ef37f9de6821388e9e061156bfe3d455ed446f70174c2a00f657d2fa73ab2551026a68945eb63fe34626c0468063f2545f2e5844023f WHIRLPOOL dbf242de0f7855e4749250f5542fa748028616e4f34eeb4e6a491bddd3db923e615da9f09a54a1355bea122e8fa20a9f04bb5d50ed8513f2ae897b44c05bfa42 -DIST google-chrome-unstable_54.0.2840.8-1_amd64.deb 47527878 SHA256 2d7980b745187e0aff9b61cd2d3ab1b73d6182a3b120564b1c80e17eaee8d747 SHA512 625ba5fa63ea1df9115e3676016d3a543a2d81b342d6e21738a6b9335e9f1695e653718f46a543fce5558b89aef79730d76e31f195397de84e8b43fa6f4367ce WHIRLPOOL b3e25d489f7e3cf75cd3483464a5828b659a423735219426e1d0830f987c9433e8d9a38cb410cf904fb47c92dc642226cdfe25f163f4ce5c0fe523022b3f7d94 +DIST google-chrome-unstable_54.0.2840.14-1_amd64.deb 47669680 SHA256 9c2cb8363fc129d68e1f4352da3721be7047d84b8394e83231b87b4a9786045c SHA512 64c13ba662852e78b5885575cd7d445420763266e9e4995cd77a38bfe4ebec6de438651d8953cff70d898946c50e5b1272bab0998a0e917eaaea7e278e05e10b WHIRLPOOL 7e9553253941f15610712fa59bde49a1d8876c1b2e77a36fece0cb84aaf58ff4274e2a11ad8d753f43564168016c96c69dea107f54d64739a4ab5c78f2e3cb76 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild index 27b7eea178ed..27b7eea178ed 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild |