summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Mego <brianmego@gmail.com>2020-07-04 09:14:20 -0500
committerJoonas Niilola <juippis@gentoo.org>2020-07-20 12:01:19 +0300
commit8cb8f1184353ad53183396e8dcb88c5fb80b98e5 (patch)
tree76ccfc4b8074a5e6116e4e323a7fb3856484369f /dev-util/rebar-bin/rebar-bin-3.6.2.ebuild
parentdev-python/python-ly: update github link (diff)
downloadgentoo-8cb8f1184353ad53183396e8dcb88c5fb80b98e5.tar.gz
gentoo-8cb8f1184353ad53183396e8dcb88c5fb80b98e5.tar.bz2
gentoo-8cb8f1184353ad53183396e8dcb88c5fb80b98e5.zip
dev-util/rebar-bin: bump to 3.13.2
- Adds 3.13.2 ebuild - Updates 3.6.2 ebuild with SRC_URI name for better compatibility with distfiles cache Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Brian Mego <brianmego@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16586 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/rebar-bin/rebar-bin-3.6.2.ebuild')
-rw-r--r--dev-util/rebar-bin/rebar-bin-3.6.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/rebar-bin/rebar-bin-3.6.2.ebuild b/dev-util/rebar-bin/rebar-bin-3.6.2.ebuild
index 9835d50cdf22..4f7f563c355f 100644
--- a/dev-util/rebar-bin/rebar-bin-3.6.2.ebuild
+++ b/dev-util/rebar-bin/rebar-bin-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,10 +9,10 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
HOMEPAGE="https://github.com/erlang/rebar3"
-SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3"
+SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> ${P}"
LICENSE="Apache-2.0"
-SLOT="3"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-lang/erlang"
@@ -23,7 +23,7 @@ S="${WORKDIR}"
QA_PREBUILT="/usr/bin/rebar3"
src_unpack() {
- cp -v "${DISTDIR}/${A}" "${S}/" || die
+ cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die
}
src_install() {