summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-10 16:20:17 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-10 19:40:27 +0200
commit2070ff3a0e688c289792bfbd0ee833ccb7ba54f3 (patch)
treebbe60c8a39f65b88b277422979e8d8da1e36efa0 /dev-erlang
parentdev-erlang/fast_xml: drop 1.1.41, 1.1.46 (diff)
downloadgentoo-2070ff3a0e688c289792bfbd0ee833ccb7ba54f3.tar.gz
gentoo-2070ff3a0e688c289792bfbd0ee833ccb7ba54f3.tar.bz2
gentoo-2070ff3a0e688c289792bfbd0ee833ccb7ba54f3.zip
dev-erlang/fast_yaml: drop 1.0.25, 1.0.27, 1.0.31
Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24973 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/fast_yaml/Manifest3
-rw-r--r--dev-erlang/fast_yaml/fast_yaml-1.0.25.ebuild22
-rw-r--r--dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild21
-rw-r--r--dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild21
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
index 07d6040d906d..e869868c0d44 100644
--- a/dev-erlang/fast_yaml/Manifest
+++ b/dev-erlang/fast_yaml/Manifest
@@ -1,4 +1 @@
-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
-DIST fast_yaml-1.0.31.tar.gz 59389 BLAKE2B f6d0cac318703471136435da40945ac7f0758d02561f28ed3428f73e900b3f20d30f66b430c48e56d2835bf2543f97f3179fb9600bae9f617389d0104c29bc2d SHA512 bc566fc353f296397bd5375bf468c6c3a880dcc4b4f68a1569b1dcc274b467eefa9ee3a151b19678c347d516da34a0ef7d8c3039e75a13e2b1d5fa8c548450f8
DIST fast_yaml-1.0.32.tar.gz 59969 BLAKE2B 690b9f463fde3fdde4a0b0b72b4f2d88e24e3bc2f79a650c3f2f2d0d627efec32a0d604e3575860c52c7238642da7e80b71cefbea3379c46b2809073b2dfd639 SHA512 8ae75b68417513e72eff61311c5cc989866ac9b885e4e2d80844d3eb20b7c688f77daf41415d24fb9cac7a7dc08df870efc9c3edcac61a2bd1fc68e7d8937702
diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.25.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.25.ebuild
deleted file mode 100644
index 7f0a9cc17e8b..000000000000
--- a/dev-erlang/fast_yaml/fast_yaml-1.0.25.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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-lang/erlang-18.0
- >=dev-erlang/p1_utils-1.0.19
- dev-libs/libyaml"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild
deleted file mode 100644
index 4595b3fff257..000000000000
--- a/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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 )
diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild
deleted file mode 100644
index 953f5da9b23a..000000000000
--- a/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 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.22
- dev-libs/libyaml"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )