commit: 10b6f5f1a25e30aec4e4ea2eb1a5243bbcd90841 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue May 30 10:20:52 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue May 30 12:05:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b6f5f1
dev-lang/eisl: enable live Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/eisl/eisl-2.85.ebuild | 12 +++++++++--- dev-lang/eisl/eisl-2.90.ebuild | 12 +++++++++--- dev-lang/eisl/eisl-2.93.ebuild | 12 +++++++++--- dev-lang/eisl/eisl-2.98.ebuild | 12 +++++++++--- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/dev-lang/eisl/eisl-2.85.ebuild b/dev-lang/eisl/eisl-2.85.ebuild index 8f1958272ec6..d1fa86560db1 100644 --- a/dev-lang/eisl/eisl-2.85.ebuild +++ b/dev-lang/eisl/eisl-2.85.ebuild @@ -7,12 +7,18 @@ inherit toolchain-funcs DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" HOMEPAGE="https://github.com/sasagawa888/eisl/" -SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz - -> ${P}.tar.gz" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git" +else + SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="amd64 ~x86" +fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~x86" RESTRICT="test" # Tests run cppcheck (and fail) DOCS=( README{,-ja}.md documents ) diff --git a/dev-lang/eisl/eisl-2.90.ebuild b/dev-lang/eisl/eisl-2.90.ebuild index 43db8b7e7b07..05fe23762b19 100644 --- a/dev-lang/eisl/eisl-2.90.ebuild +++ b/dev-lang/eisl/eisl-2.90.ebuild @@ -7,12 +7,18 @@ inherit toolchain-funcs DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" HOMEPAGE="https://github.com/sasagawa888/eisl/" -SRC_URI="https://github.com/sasagawa888/eisl/archive/v${PV}.tar.gz - -> ${P}.tar.gz" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git" +else + SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="amd64 ~x86" +fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~x86" RESTRICT="test" # Tests run cppcheck (and fail) DOCS=( README{,-ja}.md documents ) diff --git a/dev-lang/eisl/eisl-2.93.ebuild b/dev-lang/eisl/eisl-2.93.ebuild index fc6d817410fa..987db06ada03 100644 --- a/dev-lang/eisl/eisl-2.93.ebuild +++ b/dev-lang/eisl/eisl-2.93.ebuild @@ -7,12 +7,18 @@ inherit toolchain-funcs DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" HOMEPAGE="https://github.com/sasagawa888/eisl/" -SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git" +else + SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" RESTRICT="test" # Tests run cppcheck (and fail) DOCS=( README{,-ja}.md documents ) diff --git a/dev-lang/eisl/eisl-2.98.ebuild b/dev-lang/eisl/eisl-2.98.ebuild index fc6d817410fa..987db06ada03 100644 --- a/dev-lang/eisl/eisl-2.98.ebuild +++ b/dev-lang/eisl/eisl-2.98.ebuild @@ -7,12 +7,18 @@ inherit toolchain-funcs DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard" HOMEPAGE="https://github.com/sasagawa888/eisl/" -SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git" +else + SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" RESTRICT="test" # Tests run cppcheck (and fail) DOCS=( README{,-ja}.md documents )
