public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/
Date: Tue, 16 Apr 2024 14:55:34 +0000 (UTC)	[thread overview]
Message-ID: <1713279310.2ba45c45c15f82b88174ac7e8e240383697127e6.flow@gentoo> (raw)

commit:     2ba45c45c15f82b88174ac7e8e240383697127e6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 14:54:04 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 14:55:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba45c45

dev-erlang/xmpp: drop 1.5.8, 1.6.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/xmpp/Manifest          |  2 --
 dev-erlang/xmpp/xmpp-1.5.8.ebuild | 31 -------------------------------
 dev-erlang/xmpp/xmpp-1.6.0.ebuild | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
index a7d86183b648..40e9a7d6b025 100644
--- a/dev-erlang/xmpp/Manifest
+++ b/dev-erlang/xmpp/Manifest
@@ -1,5 +1,3 @@
-DIST xmpp-1.5.8.tar.gz 557974 BLAKE2B 63a0a0481ab5f527417aed68e798f46f0562b0e882bb3c91d6dde43b4190901dec49fb0838db3466928a2db9088a1f09b87f8a1a56f4de98682fe304f8fa891e SHA512 0ef76dd65741072276ef3590e4c82456c832dda530f857a30072acc6444532865b716c82e60e972320ddab191ac1fb0a72be2bc71b01a72e16892015381086e3
-DIST xmpp-1.6.0.tar.gz 561026 BLAKE2B 52797606d0aa88d5e72f8855da108c6c0f0b8e43c8fd131a65fa5ac863d51b8fe0be5582965bd65f2c5ea001dd0ee343cf70447fd669f951efbf57b87ea37eef SHA512 296a2f6c06e1a82e74e5484ae082124ad9ba05830aee2ecfea49ccf01a4fc4d46d94b8960ac5309911db66f0e8f2d06f48a0571f31cd5873c6e003b394f34300
 DIST xmpp-1.6.1.tar.gz 561740 BLAKE2B 496b89308f847e2846870d2572ca517d30e55739db7748112413aeb96e36c2732bbe8d154867eba9b447940e953a2b3c878f3f2eaba3752f1d63836c1aa46c59 SHA512 fe0c34022c8c56d33b1af0a22c39551788287e477de818b825f781f2d26b84ab2705723ffeeacf5ae9a3438b8f42fb530205f7a3683cc6a1b188282fa0f6aa7a
 DIST xmpp-1.6.2.tar.gz 564980 BLAKE2B cffa9659844a05ddd841aa96996268ed739b6fcf6c21bcea79fecc952721d1f748baa37e79a7148b523d1c0a9a7283bd76a31fa7cf5a9d7b6f2faac8c7db5112 SHA512 b8ffee49a54333e6e38442845d0361c7abc4655ae71db66ebf729b40d3d8124ce1b6e438624aa62546923f2d1a409ff6d3f134320643df5865354991fb55ec44
 DIST xmpp-1.7.0.tar.gz 610868 BLAKE2B 9c2ded14352e2c3efae2b07c30d8b29154c9dc8210c071cad6f660dfe69ef10150084c0f0fef3583f9c219b318f63a59f1186edeb3d80356d6611f037aa656b3 SHA512 860fa9cc6fda9779f0612d26c5f439e1273255f5585a6da8ac1075fc2203dac16aba6ae0db418dbf92dc84cdcf23505cf89ccc7c06cc3fc593b32c169883bcac

diff --git a/dev-erlang/xmpp/xmpp-1.5.8.ebuild b/dev-erlang/xmpp/xmpp-1.5.8.ebuild
deleted file mode 100644
index f880fec1cf8e..000000000000
--- a/dev-erlang/xmpp/xmpp-1.5.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="XMPP parsing and serialization library on top of Fast XML"
-HOMEPAGE="https://github.com/processone/xmpp"
-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"
-
-RDEPEND="
-	>=dev-erlang/ezlib-1.0.12
-	>=dev-erlang/fast_tls-1.1.15
-	>=dev-erlang/fast_xml-1.1.49
-	>=dev-erlang/p1_utils-1.0.25
-	>=dev-erlang/stringprep-1.0.27
-	>=dev-erlang/idna-6.0.0-r1
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path fast_xml
-}

diff --git a/dev-erlang/xmpp/xmpp-1.6.0.ebuild b/dev-erlang/xmpp/xmpp-1.6.0.ebuild
deleted file mode 100644
index f797d4db1469..000000000000
--- a/dev-erlang/xmpp/xmpp-1.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="XMPP parsing and serialization library on top of Fast XML"
-HOMEPAGE="https://github.com/processone/xmpp"
-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"
-
-RDEPEND="
-	>=dev-erlang/ezlib-1.0.12
-	>=dev-erlang/fast_tls-1.1.16
-	>=dev-erlang/fast_xml-1.1.49
-	>=dev-erlang/p1_utils-1.0.25
-	>=dev-erlang/stringprep-1.0.29
-	>=dev-erlang/idna-6.0.0-r1
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path fast_xml
-}


             reply	other threads:[~2024-04-16 14:55 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16 14:55 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05 20:42 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/ Sam James
2024-06-10 20:05 Arthur Zamarin
2024-04-29  8:36 Florian Schmaus
2024-04-13  6:43 Arthur Zamarin
2024-03-10 20:10 Florian Schmaus
2023-12-10 10:53 Florian Schmaus
2023-12-06 16:01 Sam James
2023-07-28 14:28 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01  9:35 Sam James
2020-10-13 10:05 Hanno Böck
2020-10-12 15:31 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-20  3:15 Sam James
2020-07-14 17:01 Sam James
2020-07-12  2:41 Sam James
2020-07-03 14:53 Hanno Böck
2020-05-06  6:41 Sergei Trofimovich
2020-05-04  9:09 Hanno Böck
2020-04-26 20:21 Sergei Trofimovich
2020-04-01  9:49 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 13:46 Hanno Boeck
2019-10-02 14:57 Hanno Boeck
2018-10-24 21:54 Amadeusz Piotr Żołnowski
2017-12-16  8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713279310.2ba45c45c15f82b88174ac7e8e240383697127e6.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox