mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
commit
34ebf7d299
2 changed files with 3 additions and 5 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST sonarqube-7.2.1.zip 158122606 BLAKE2B 49ccc9a453242d0d38b2ac85bad8aeb573edbf8dae583abe5345fd30d9f8248dfdb3d8a82d30a0c7ac5e31843d4cfb1dabe1d8121a6bdd27d352837644a7a790 SHA512 7034679e82df1dc87e2999e2ead4629c7348f432e7bf050664e492ce7cf4ca9103243837361a38a38c653355e386aafff0bb4ccf607157bd3895efc806a00cb2
|
||||
DIST sonarqube-7.3.zip 170973338 BLAKE2B e9cb5cd53a3daabb26559f0742b583a15ed9a2a38726200f98761d9a814c656a7c6a2598c184afde4c8f2b86497fbb2c0b586fd3a82c4d1dec84c0c00f83ceab SHA512 207a3eb084e66fa623acfd023a98d3b0b23bee5462dae7d2f0018d6835bd9253d825bca9b24663e4062b7c7207d22803f6e44271c8cf2bd3ef85205c7b8070bc
|
||||
DIST sonarqube-7.4.zip 172147489 BLAKE2B 19f531b17cb68837875483f30a8d2f4ac94edb5e9d38bc55d24e6d55f0933dc36d925b6e769df2aa8948bddb6b1e42fd42183734043c659f24767e46c682865d SHA512 e4ad4c80e727bc53570723c90e367e354c6da27cfba1d6a13ee61a6f8ca5af8e4318b5fe952236248490b6657c102a30402151470dee9e73069d317441d747fd
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
@ -15,7 +14,7 @@ MY_P="sonarqube-${MY_PV}"
|
|||
SRC_URI="https://binaries.sonarsource.com/Distribution/sonarqube/${MY_P}.zip"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="systemd"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Loading…
Reference in a new issue