diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest deleted file mode 100644 index d5f71a2..0000000 --- a/dev-erlang/fast_yaml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fast_yaml-1.0.19.tar.gz 53730 BLAKE2B 975aa5d4e5f07ff96cdcd57d1ee3fd28646fb175cfb91dbca87c85b97ca06cdb626332336b77948fc8c501934aa4c3d3a61e5bcb76a47b089ccc4e677952097a SHA512 8d3263d38420ae6b499ba673e61ffca70aa9abdb81a124f7e8c132179e6777ab841ac510943019e09c3fa00344234391da4a114bdd50a0671964a992cc8029ae diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.19.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.19.ebuild deleted file mode 100644 index 8228a3b..0000000 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.19.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Fast Yaml native library for Erlang and Elixir" -HOMEPAGE="https://github.com/processone/fast_yaml" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" - -DEPEND=">=dev-erlang/p1_utils-1.0.15 - >=dev-lang/erlang-18.0 - dev-libs/libyaml" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md )