mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
semgrep-0.42.0.ebuild
This commit is contained in:
parent
d74c8a1fb1
commit
c7b4c9e07d
5 changed files with 3 additions and 29 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST semgrep-0.37.0.tar.gz 73569 BLAKE2B 6acc298c5dff3ee852c53a035343076d192dbcaa3e4ac17f30d4c4df8f082a46512f9c29aae607b67d7f818431e25c9312e1799376c71053c0103e04b2833921 SHA512 a2c5f6b111fd46f8cae6b319dffdb7cb306d0fb6dd0f4f3ca1079fa024d5d860aef52b4cd6f4e5dbcc3803f414b1a5d89df4b01350f110a12d4af6ed75b55396
|
||||
DIST semgrep-0.41.1.tar.gz 75992 BLAKE2B b0f8a99eeb94b25e5431f664ed337948301cc3f31bd46501a927e66486719b0a358d7238951a7a72ce7b1378367e42ce61106d711665eb5cbaf91b6b7753075c SHA512 4795be117f640d56a405e8ec86864e33bf13fbfb937c63c15d3d8731c42794f99b8e36aa5a9c235503b700ec2a3cd5e5c427dbb270fde1173284eb2b4fab7266
|
||||
DIST semgrep-0.42.0.tar.gz 77947 BLAKE2B 0155f8b2bf069a6b5f2a1bd62e183dd4804bf4768e03868d161860f98adc02dfac7bb232457f4cb03feccb51ef12a0264f0b2c89215499d3faeb17438774f0a8 SHA512 a9a4dc2a4038f4ffc5ed8ce7c761ab8a2fee27c0675c2bf6c0e8a0130f678250ee963538ee235520c5de778d00d46287b07d43cdc2857f7e363d8de238dcfe5a
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
DIST semgrep-core-bin-0.28.0.zip 91718026 BLAKE2B a0fc679ad0d82c3913d466e6465e7c70478a80fa0c56e536f5ecfd3316c3f4aee3f92c1f93d6001d4fd223650d0c534606a74685703b84764a6e885344fad1c4 SHA512 d917498b1d44911dad5c75f0947af575599134aa78b3e09dbc67edd103978cfc252947d38dca2a0ef0ffb5ea4c362a9020db65f3e45511410af9bc791e429a72
|
||||
DIST semgrep-core-bin-0.36.0.zip 50700881 BLAKE2B b74b036772986cd6e761cf7b1d6e14261a4888fdc9d187353c8fe782a368f18ab96b2b28185c532f8d62d53f8b0876418ac266764cdf8ea42980daf5f8f4158b SHA512 129a9e688e1810e5c5ccda5f4f19aa060a17a74b62768c11eef2cd85d066f37a919b73f6e54bb42cb9714ad839e0bb145fad76e5eece12fb7d9cd990cf54ead0
|
||||
DIST semgrep-core-bin-0.41.1.zip 52438707 BLAKE2B 89b14dc9c96ee2d4246280ea5fd42566eead5d5e1950c41ef05242e175f4b7bcc00d3c37333e9550278b6f3ab6bb26b401fe607a6e6453e315ed95b6cf685788 SHA512 7da24701aadee8bbe92ec642b46dbad54454ab99c589ea9ac89d598eb69d3955d1f5c72fb3f1c97c3a6d909cf4ac4a3f2a746e1bcea368d0839817afcbe7f1e4
|
||||
DIST semgrep-core-bin-0.42.0.zip 52664294 BLAKE2B 309da75d2fff8cc957e0d6e46c7c2e04dc0ee0bd4106ab03e272c38c78573598c1c7378591a2c07d27089e7210f50019fac212b179bdd314d10565c5be1ff9ba SHA512 45bd43e531bf5676db652476de2a76cd6d5e38db37120572b613a4a96bcba3d1f28e02b0f79fcd4760ac1f463435a87a1fd8c46f9642ca6d19f9a831765bd6ff
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Lightweight static analysis for many languages"
|
||||
HOMEPAGE="https://github.com/returntocorp/semgrep"
|
||||
|
||||
#SRC_URI="https://files.pythonhosted.org/packages/3.7/s/semgrep/semgrep-0.28.0-cp36.cp37.cp38.py36.py37.py38-none-any.whl"
|
||||
# https://files.pythonhosted.org/packages/3.6/f/frida/frida-12.0.3-py3.6-linux-x86_64.egg
|
||||
|
||||
SRC_URI="https://files.pythonhosted.org/packages/fd/34/7910a69abf7ed0638061f402d74ddb71aeeac0b56352814f100f9646632d/semgrep-0.28.0-cp36.cp37.cp38.py36.py37.py38-none-any.whl -> ${P}.zip"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/semgrep-${PV}.data"
|
||||
|
||||
src_install(){
|
||||
dobin scripts/{semgrep-core,spacegrep}
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@ DESCRIPTION="Lightweight static analysis for many languages"
|
|||
HOMEPAGE="https://github.com/returntocorp/semgrep"
|
||||
|
||||
#SRC_URI="https://files.pythonhosted.org/packages/3.6/f/frida/frida-12.0.3-py3.6-linux-x86_64.egg"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/ba/0d/78af41c81bcd81a5ca70a0ae63f797fdb435a2c5660e7e387aa1ca443e13/semgrep-0.41.1-cp36.cp37.cp38.py36.py37.py38-none-any.whl -> ${P}.zip"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/2e/73/6c387511c94d95a1ebcfe5afde2e4830ae236a9076576a5e9d7f65d35be5/semgrep-0.42.0-cp36.cp37.cp38.py36.py37.py38-none-any.whl -> ${P}.zip"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue