1
0

dev-libs/libshake: update EAPI 7 -> 8

This commit is contained in:
Ryan Fox 2023-04-08 20:58:33 -07:00
parent 644e64fb3a
commit 2e8870b3f3
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 16 additions and 16 deletions

View File

@ -1,17 +1,17 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
if [[ ${PV} != *9999* ]]; then
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zear/libShake.git"
else
SRC_URI="https://github.com/zear/libShake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_PN="libShake"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/zear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/zear/libShake.git"
fi
DESCRIPTION="Simple, cross-platform haptic library."

View File

@ -1,17 +1,17 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
if [[ ${PV} != *9999* ]]; then
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zear/libShake.git"
else
SRC_URI="https://github.com/zear/libShake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_PN="libShake"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/zear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/zear/libShake.git"
fi
DESCRIPTION="Simple, cross-platform haptic library."