summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matt@offtopica.uk>2022-01-01 15:15:40 +0000
committerJoonas Niilola <juippis@gentoo.org>2022-01-21 08:33:25 +0200
commit1622c1f901cb8683886517e114e42de2699c0e92 (patch)
tree7c5a51db9f44ea4c23ed3815828b7a0b682b4449 /dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
parentnet-mail/mu: drop 1.6.6, 1.6.7, 1.6.9 (diff)
downloadgentoo-1622c1f901cb8683886517e114e42de2699c0e92.tar.gz
gentoo-1622c1f901cb8683886517e114e42de2699c0e92.tar.bz2
gentoo-1622c1f901cb8683886517e114e42de2699c0e92.zip
dev-util/rebar-bin: drop 3.16.1
Signed-off-by: Matthew Smith <matt@offtopica.uk> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/rebar-bin/rebar-bin-3.16.1.ebuild')
-rw-r--r--dev-util/rebar-bin/rebar-bin-3.16.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild b/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
deleted file mode 100644
index 83bb5eb671c1..000000000000
--- a/dev-util/rebar-bin/rebar-bin-3.16.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://rebar3.org 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
-}