diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-10 16:19:56 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-10 19:40:27 +0200 |
commit | ce4c2734e551912d0e8205ac08da1ccdff25bb3a (patch) | |
tree | 2db0755d9c5df12d7816d3240e81597573c3a146 /dev-erlang | |
parent | dev-erlang/ezlib: drop 1.0.7, 1.0.9 (diff) | |
download | gentoo-ce4c2734e551912d0e8205ac08da1ccdff25bb3a.tar.gz gentoo-ce4c2734e551912d0e8205ac08da1ccdff25bb3a.tar.bz2 gentoo-ce4c2734e551912d0e8205ac08da1ccdff25bb3a.zip |
dev-erlang/fast_xml: drop 1.1.41, 1.1.46
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/fast_xml/Manifest | 2 | ||||
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.41.ebuild | 21 | ||||
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.46.ebuild | 21 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest index 262dabd97114..e6ff6c414e2c 100644 --- a/dev-erlang/fast_xml/Manifest +++ b/dev-erlang/fast_xml/Manifest @@ -1,3 +1 @@ -DIST fast_xml-1.1.41.tar.gz 99078 BLAKE2B 82e6aae6bd5a4b4297711d30c6e8416bbf6f42e3c3acd8d956992a6d448d91c4b4fba522f689fd85f4f0c3b2a5ff1bafe600f1042d88e944512b102b5798887e SHA512 2e7d26e0f0209af0b12b8bbf0370b6876925960193da263dc85423a0bd16222005950661759ed935c4aa840148d9d470be5a6ee57cbc77ec599d6b1e1ffbf22a -DIST fast_xml-1.1.46.tar.gz 107357 BLAKE2B 59f90787f128a28e6993256a9f199b248f0c0d5bb93a4019bd0ecfea9bd3efc3c171c1bff793b4e26e267362a2e8e0c02b1d87e8ccf90fee03e10159b5f3e358 SHA512 ffb1ebc76720719b1f326596316c6e1723d14240d64e0565216888699599ee1fd0378047f4f421bc595a5ad9efe065ac791fd9ea29f5b5a40c27934b5ebbbba9 DIST fast_xml-1.1.48.tar.gz 108340 BLAKE2B 3ef39687ce9834827a79e15633f6ba65a7a6e9d9618896292cd9c449be002ef4ff37ffe9c7b11074bb63cf68efbec55a5a373a97e6fc07d7f93b7a9a0edb524e SHA512 59816ec5d8b3a8c956f0a9e9fdd0b0e2b6791ea134956e7025b69b4151a48fb01b033f24fd4e9b14d9f2a3ef193eb7bf64dd182b017a8d73573708569d2d4756 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.41.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.41.ebuild deleted file mode 100644 index 3a789a292fcc..000000000000 --- a/dev-erlang/fast_xml/fast_xml-1.1.41.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 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.19 - dev-libs/expat" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) diff --git a/dev-erlang/fast_xml/fast_xml-1.1.46.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.46.ebuild deleted file mode 100644 index 2e9507f66366..000000000000 --- a/dev-erlang/fast_xml/fast_xml-1.1.46.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 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.22 - dev-libs/expat" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) |