mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
gef: 2020.06 bump
This commit is contained in:
parent
bbcefb6fba
commit
1f50488374
4 changed files with 3 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
DIST gef-20200206.tar.gz 145030 BLAKE2B c22d1e64d4f3446f610500ff44ba7c157f736d30e070a9e9af08e78e6d02fec410803ebaef4f118f64b45cf6b72b965491c14fc6af1967271ee52cfdf1c84f55 SHA512 65970b896f5594d72bdeade0e1495d58bc4fa293739c70a99239be62dd5daf04736d6f614dfc45949c24f6254d621a103731c9610f5f2acd1d343901a3598afb
|
||||
DIST gef-2020.06.tar.gz 145743 BLAKE2B 9c4bcf5a4ffa864027659bc1a2d93c9eafac09a3c1c45b60c86531a5a4b139f2d0712f4a76e55380135c93bf4a0d154b91d6668a926a8779c469690843b21410 SHA512 6cfe7ff60f487e1ebb6e47820d90198a4cdbfe04fd412a2595a293bdc064d2871ee897cf2aba46300fc0b481493288e9b72ea3815488f5aaa4012b1c0613be07
|
||||
|
|
|
|||
1
sys-devel/gef/gef-2020.06.ebuild
Symbolic link
1
sys-devel/gef/gef-2020.06.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./gef-9999.ebuild
|
||||
|
|
@ -1 +0,0 @@
|
|||
./gef-99999999.ebuild
|
||||
|
|
@ -14,15 +14,7 @@ if [[ ${PV} == *9999 ]]; then
|
|||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hugsy/gef"
|
||||
else
|
||||
HASH_COMMIT="d3eaed23c2b45e0d0f34f55bf63163418f02c164" # 20200206
|
||||
|
||||
SRC_URI="https://github.com/hugsy/gef/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
# TODO: unmask this version after resolving issues
|
||||
# see more:
|
||||
# * https://github.com/gentoo/gentoo/pull/11828
|
||||
# * https://bugs.gentoo.org/652440
|
||||
SRC_URI="https://github.com/hugsy/gef/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
Loading…
Reference in a new issue