diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-10-12 16:33:56 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-10-12 16:33:56 +0200 |
commit | 1c9cc5fe0b6e0a9a38b2f764edb14da311803092 (patch) | |
tree | 5a26efcc794e8f321de933f23cf5934b720b580d /dev-erlang/fast_yaml | |
parent | dev-erlang/fast_yaml: Remove old (diff) | |
download | gentoo-1c9cc5fe0b6e0a9a38b2f764edb14da311803092.tar.gz gentoo-1c9cc5fe0b6e0a9a38b2f764edb14da311803092.tar.bz2 gentoo-1c9cc5fe0b6e0a9a38b2f764edb14da311803092.zip |
dev-erlang/fast_yaml: Bump
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Diffstat (limited to 'dev-erlang/fast_yaml')
-rw-r--r-- | dev-erlang/fast_yaml/Manifest | 1 | ||||
-rw-r--r-- | dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest index 1f31cedc0379..af996e9e0371 100644 --- a/dev-erlang/fast_yaml/Manifest +++ b/dev-erlang/fast_yaml/Manifest @@ -1 +1,2 @@ DIST fast_yaml-1.0.25.tar.gz 59025 BLAKE2B ea5eda560ed2fdc2a0935b481fa5fc9c8c3cfd75292842a5071b5e0429604515bd672421d581a250b0fde3cadfae100616aba7885280ce174f847b235f1379ab SHA512 4a6c7e9c8167f67299929f274e83d57476d0347dcb785fdc332aa68ce11af320f706d83d53fd5048d4f6718d6a82f3aa30d1dfead6eba64a39ec26739ae95456 +DIST fast_yaml-1.0.27.tar.gz 59075 BLAKE2B 0d1c6c33c0a4063651d788f6a006d76094500a928e4cbd6bc4014a4dbc899bde2aa087d9a43053c2401fbf5fc97b4fbf6eb8622eb72811cf49dc5a97ade76290 SHA512 7f57a38bee13275607a97780ee634e2d909e35c2593263d5622595e541102b08006d09f19fd01a958f0119956b650ec253c013782f599b68b391fc2fc5f44512 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild new file mode 100644 index 000000000000..4595b3fff257 --- /dev/null +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 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.20 + dev-libs/libyaml" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |