diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-04-16 16:52:47 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-04-16 16:55:09 +0200 |
commit | 182cd9cc700266078169d8d4062068922b436dd0 (patch) | |
tree | 19e054c600bacd1436774fed88d732d77e77b15d /dev-erlang | |
parent | dev-erlang/fast_tls: drop 1.1.15 (diff) | |
download | gentoo-182cd9cc700266078169d8d4062068922b436dd0.tar.gz gentoo-182cd9cc700266078169d8d4062068922b436dd0.tar.bz2 gentoo-182cd9cc700266078169d8d4062068922b436dd0.zip |
dev-erlang/fast_xml: drop 1.1.48
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/fast_xml/Manifest | 1 | ||||
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.48.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest index 733182bfb6be..903b0806b5c6 100644 --- a/dev-erlang/fast_xml/Manifest +++ b/dev-erlang/fast_xml/Manifest @@ -1,3 +1,2 @@ -DIST fast_xml-1.1.48.tar.gz 108340 BLAKE2B 3ef39687ce9834827a79e15633f6ba65a7a6e9d9618896292cd9c449be002ef4ff37ffe9c7b11074bb63cf68efbec55a5a373a97e6fc07d7f93b7a9a0edb524e SHA512 59816ec5d8b3a8c956f0a9e9fdd0b0e2b6791ea134956e7025b69b4151a48fb01b033f24fd4e9b14d9f2a3ef193eb7bf64dd182b017a8d73573708569d2d4756 DIST fast_xml-1.1.49.tar.gz 108442 BLAKE2B 736dca10827e450b0b43cd2ad315238612a7b0f4516e6faa426e497c27ee4d073253d5381f5a301cb30e88b667a724fa86ba29857a8637e7cb1e637564f1267e SHA512 c33e94865b676f0011f21f9434e0ac3c019abdad7cf0b229a4dcad8bf6c26d4d84585e013cc8257cbb4da4a4f4d5216702dbf2eda15bd333fd429d260e6e85f5 DIST fast_xml-1.1.51.tar.gz 108480 BLAKE2B 84309a0e062df44fa6250ea4e954e412bd2211ed0dbb9b058e5d592bb08f520abc0f7812d5c29bb4e031387c0c4c1008c9a353da4c57af3b42715c866d938881 SHA512 ef442120b754786548f5ea20880a7ab155105aa40d27ae547a07dbc3892e6b87df0e8e41349bd2f09898fa3664cb72410074a07f67084d3496f0bf0f0fd920d9 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.48.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.48.ebuild deleted file mode 100644 index 9bc994ade596..000000000000 --- a/dev-erlang/fast_xml/fast_xml-1.1.48.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit rebar - -DESCRIPTION="Fast Expat based Erlang XML parsing library" -HOMEPAGE="https://github.com/processone/fast_xml" -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.23 - dev-libs/expat" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) |