diff options
author | Matt Smith <matt@offtopica.uk> | 2021-05-24 18:28:34 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-25 14:12:35 +0300 |
commit | 160fc5742633a4a2abdcc82b269d373c784193a1 (patch) | |
tree | 6127d0ac7b9d2c0c48891c4c4b9aab9858f8032c | |
parent | dev-util/rebar-bin: Bump to 3.16.1 (diff) | |
download | gentoo-160fc5742633a4a2abdcc82b269d373c784193a1.tar.gz gentoo-160fc5742633a4a2abdcc82b269d373c784193a1.tar.bz2 gentoo-160fc5742633a4a2abdcc82b269d373c784193a1.zip |
dev-util/rebar-bin: Drop vulnerable
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20877
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | dev-util/rebar-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-util/rebar-bin/rebar-bin-3.15.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 4a8751cfb49f..0549ea98ab65 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1,2 +1 @@ -DIST rebar-bin-3.15.1 951017 BLAKE2B b9c71729397678ace6b9988dc3bbcf3685a9c832298f66ac8b758f515c7c4f0e24b5bebaea93fa7f2f1b1fd88cebd7581c6e2c7e6efc08b5138225b1a02700d8 SHA512 3dd66d3e35b4431a9cc565a20ebdad9732df6e673b818236be5be377279b179ddf12c953268b0d6edf5f0c45253b4e5a0b192904f1c606354dbed2ae86fb2403 DIST rebar-bin-3.16.1 942316 BLAKE2B c3296d54f85c146a58ff24a9b337f7d26e2beb3287257ecca6344c082b84295d9daf042b7bcb422df7c5dd29dd681f0c81064c1ef5b7b30ed8be8328ca694bc4 SHA512 be9e4ffdf654f8038ff14cd4b53328bdbc8b26e0f1306a16220f4d5d4b13bc36ac2f302d52a799424ffc3835e41ce326a4fd8e422ececf70ab8c0f951e3e4b24 diff --git a/dev-util/rebar-bin/rebar-bin-3.15.1.ebuild b/dev-util/rebar-bin/rebar-bin-3.15.1.ebuild deleted file mode 100644 index a483e583b864..000000000000 --- a/dev-util/rebar-bin/rebar-bin-3.15.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${P#-bin} -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 -> ${P}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/erlang" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/bin/rebar3" - -src_unpack() { - cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die -} - -src_install() { - dobin rebar3 -} |