commit: 76096df6a168b8b6075ed50a8c094194ea8f68a8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Aug 4 07:17:02 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Aug 4 12:06:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76096df6
dev-lang/lfe: cleanup in older versions Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32167 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/lfe/lfe-2.0.1.ebuild | 5 ++--- dev-lang/lfe/lfe-2.0.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-lang/lfe/lfe-2.0.1.ebuild b/dev-lang/lfe/lfe-2.0.1.ebuild index 60bc21520c3f..fd1496d1343c 100644 --- a/dev-lang/lfe/lfe-2.0.1.ebuild +++ b/dev-lang/lfe/lfe-2.0.1.ebuild @@ -7,14 +7,14 @@ inherit elisp-common toolchain-funcs DESCRIPTION="Lisp-flavoured Erlang" HOMEPAGE="http://lfe.github.io/" -SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip -> ${P}.zip" if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_BRANCH="develop" EGIT_REPO_URI="https://github.com/rvirding/${PN}.git" else - SRC_URI="https://github.com/rvirding/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/rvirding/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -23,7 +23,6 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="doc emacs" -BDEPEND="app-arch/unzip" RDEPEND=" dev-lang/erlang " diff --git a/dev-lang/lfe/lfe-2.0.ebuild b/dev-lang/lfe/lfe-2.0.ebuild index 888bf28c5c6f..c392c96148dc 100644 --- a/dev-lang/lfe/lfe-2.0.ebuild +++ b/dev-lang/lfe/lfe-2.0.ebuild @@ -7,14 +7,14 @@ inherit elisp-common toolchain-funcs DESCRIPTION="Lisp-flavoured Erlang" HOMEPAGE="http://lfe.github.io/" -SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip -> ${P}.zip" if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_BRANCH="develop" EGIT_REPO_URI="https://github.com/rvirding/${PN}.git" else - SRC_URI="https://github.com/rvirding/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/rvirding/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -23,7 +23,6 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="doc emacs" -BDEPEND="app-arch/unzip" RDEPEND=" dev-lang/erlang "
