evalhook: quick fixes

This commit is contained in:
Anton Bolshakov 2023-12-04 22:49:13 +08:00
parent 65e8257662
commit aa20eb9b07
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 6 additions and 7 deletions

View file

@ -1 +1 @@
DIST evalhook-0.1.tar.gz 2133 SHA256 799db3b179558a5eb9239d7f23d15802d575c87713b6cfadb0b80c3f2ecd73ef SHA512 1d982dbe0503f2e0574606a632b4f2b880598667d2854421781fc3d9a7e58be7f187000db6b2405bcf12557badda947314378ddebc89676829904923613990ff WHIRLPOOL 73a653d0c2ccaef88bb8b0abfd60db657667dd6096394c9b77335da394b42b001a7b597c47b885660fa98ef40e4a671807c5817f95c6a790bf2b75dc90c1df6b
DIST evalhook-0.1.gh.tar.gz 5160 BLAKE2B 0e1c6892a4df2d59cc0ca9c91b88d5cf8f0fc8e2b9b663bb6cc18005b7696a3502bbf661ef1b01f8accff239b1e6f2dbc7ba151335e6c9a5dfaf232584064688 SHA512 56e113c6f2ad7473f679ff1b0092461aed5b2b867cdaf1de9a799951e4f144fc144a9495af660b77f52b66e46bb541a8bdbd43085ad941fd959b2d77f1cb9ec2

View file

@ -1,8 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
EAPI=8
PHP_EXT_NAME=evalhook
USE_PHP="php5-6"
@ -10,10 +9,10 @@ PHP_EXT_S="${PN}"
inherit php-ext-source-r3
DESCRIPTION="Decode/Deobfuscate PHP Scripts"
HOMEPAGE="http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/"
SRC_URI="http://php-security.org/downloads/${P}.tar.gz"
HOMEPAGE="https://github.com/extremecoders-re/php-eval-hook"
SRC_URI="https://github.com/extremecoders-re/php-eval-hook/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Unknown"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""