summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-07-31 20:27:12 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-07-31 20:37:14 +0200
commitd9f7c4de6f0ea6b162853b8e034a237110a18479 (patch)
tree1dbc201bbe5d4759508b4497e01c5ec63c00b21f /dev-util
parentdev-java/netty: Stabilize 4.1.35-r1 arm64, #859361 (diff)
downloadgentoo-d9f7c4de6f0ea6b162853b8e034a237110a18479.tar.gz
gentoo-d9f7c4de6f0ea6b162853b8e034a237110a18479.tar.bz2
gentoo-d9f7c4de6f0ea6b162853b8e034a237110a18479.zip
dev-util/rebar-bin: treeclean
Closes: https://bugs.gentoo.org/855728 Bug: https://bugs.gentoo.org/749363 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rebar-bin/Manifest1
-rw-r--r--dev-util/rebar-bin/metadata.xml29
-rw-r--r--dev-util/rebar-bin/rebar-bin-3.18.0.ebuild21
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest
deleted file mode 100644
index 760f340f563f..000000000000
--- a/dev-util/rebar-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rebar-bin-3.18.0 952478 BLAKE2B 3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43 SHA512 f52b79f3e1527687ddddc50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a
diff --git a/dev-util/rebar-bin/metadata.xml b/dev-util/rebar-bin/metadata.xml
deleted file mode 100644
index 851f4e99775b..000000000000
--- a/dev-util/rebar-bin/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <stabilize-allarches/>
- <maintainer type="person">
- <email>matthew@gentoo.org</email>
- <name>Matthew Smith</name>
- </maintainer>
- <longdescription lang="en">
- Rebar3 is an Erlang tool that makes it easy to create, develop, and
- release Erlang libraries, applications, and systems in a repeatable
- manner.
-
- Rebar3 will:
-
- - respect and enforce standard Erlang/OTP conventions for project
- structure so they are easily reusable by the community;
- - manage source dependencies and Erlang packages while ensuring
- repeatable builds;
- - handle build artifacts, paths, and libraries such that standard
- development tools can be used without a headache;
- - adapt to projects of all sizes on almost any platform;
- - treat documentation as a feature, and errors or lack of documentation
- as a bug.
- </longdescription>
- <upstream>
- <remote-id type="github">erlang/rebar3</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild
deleted file mode 100644
index 0191858ec8ad..000000000000
--- a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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}"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="dev-lang/erlang"
-
-QA_PREBUILT="usr/bin/rebar3"
-
-src_install() {
- newbin "${DISTDIR}"/${P} rebar3
-}