summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-04 09:17:02 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-04 14:06:24 +0200
commit76096df6a168b8b6075ed50a8c094194ea8f68a8 (patch)
tree18268475687511080c63f6ec18e6bb36e33c9c60 /dev-lang/lfe
parentdev-lang/lfe: bump to 2.1.2 (diff)
downloadgentoo-76096df6a168b8b6075ed50a8c094194ea8f68a8.tar.gz
gentoo-76096df6a168b8b6075ed50a8c094194ea8f68a8.tar.bz2
gentoo-76096df6a168b8b6075ed50a8c094194ea8f68a8.zip
dev-lang/lfe: cleanup in older versions
Signed-off-by: Maciej Barć <xgqt@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32167 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/lfe')
-rw-r--r--dev-lang/lfe/lfe-2.0.1.ebuild5
-rw-r--r--dev-lang/lfe/lfe-2.0.ebuild5
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
"