diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-01 03:14:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-01 03:14:33 +0100 |
commit | 0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch) | |
tree | 2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /dev-util/rebar-bin | |
parent | ae1bf373db295b495e1f685d116e3411bf10df0b (diff) |
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'dev-util/rebar-bin')
-rw-r--r-- | dev-util/rebar-bin/Manifest | 3 | ||||
-rw-r--r-- | dev-util/rebar-bin/metadata.xml | 29 | ||||
-rw-r--r-- | dev-util/rebar-bin/rebar-bin-3.18.0.ebuild | 21 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest deleted file mode 100644 index b94862a4a590..000000000000 --- a/dev-util/rebar-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST rebar-bin-3.18.0 952478 BLAKE2B 3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43 SHA512 f52b79f3e1527687ddddc50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a -EBUILD rebar-bin-3.18.0.ebuild 524 BLAKE2B fba25c69babe97f77304407d5e41b91f7f5d37624e4f5258a0c4b17c4a71db0c0d86685b2c443a8d26f96bbd4ebb24a1ab58997b15932d9d904aeed4ee179544 SHA512 8657ecf80ad2781ccf647f98e597aeb4df915d7773c91155605bc0ad9bb1714069d53fa467e77f6461a1af5ffa37f53a9e625ac66918d8edcc51b39c5c07a140 -MISC metadata.xml 1044 BLAKE2B b7390b89332394bf3da0b596c9eed3910560270eee1342b9506dc88e2696674a5ebbcd5a95d99cdd9355a2f80c6cf007978230f09a653009290040013c4c1522 SHA512 b03aac30dda57b8ebce72184fde7b219eedfdd3732d1a7e1d3f600f35b35a1327b10ebc0d3339c089c88162d0151902d1446a4c7829935eff96db66656eb5964 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 -} |