peda-1.2.ebuild

This commit is contained in:
Anton Bolshakov 2021-07-20 09:04:12 +08:00
parent 1b5d651e8f
commit b4c681d80d
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 4 additions and 7 deletions

View file

@ -1 +1 @@
DIST peda-1.1_p20190210.tar.gz 65362 BLAKE2B 299fb86f2ac3c0f573668b6cf9d6723f819794d47a248ce20081489ede94918486ee4a019c3a18ed5640d4b6dcdb10bbf564ada6a983bef3e334b882c991f88f SHA512 7bd05329f8632d2637b6e385a6d97db11b9d480f68115e4f706df8e928559d79ab2c2e223f871bbf0fd37ad0a888bd5331dad7cef280a27758f9804d6bf6e65b
DIST peda-1.2.tar.gz 65331 BLAKE2B 6942b99d714eb1114167b80ba202d86f6dee52cd47c8047b4cb78d4a91f45e1594521440a3318a968e35c5dc56a616393c0837d6f9db5ba41505641a385fb573 SHA512 e69844b8c3a51af96096d97ebfa4a67ac8ff16e4a9e0edb64bbb5e946b1ebeaa56260663718b90145f4191cc25762f3e351a8de92bf9b56f9f1d11389c563c43

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -14,11 +14,8 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/longld/peda"
else
HASH_COMMIT="f76c34d5e0c1f8e5603d5f03a794d096507c402e"
SRC_URI="https://github.com/longld/peda/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
SRC_URI="https://github.com/longld/peda/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi
LICENSE="CC-BY-NC-SA-3.0"