Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/
Date: Thu, 08 Jul 2021 18:37:09
Message-Id: 1625769394.e9d09c5a73e273e2a2251d9b5accf082622e99e6.flow@gentoo
1 commit: e9d09c5a73e273e2a2251d9b5accf082622e99e6
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 17:45:55 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 18:36:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d09c5a
7
8 dev-erlang/xmpp: drop 1.4.9
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-erlang/xmpp/Manifest | 1 -
13 dev-erlang/xmpp/xmpp-1.4.9.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
17 index 953c7cdf26e..b3291651c26 100644
18 --- a/dev-erlang/xmpp/Manifest
19 +++ b/dev-erlang/xmpp/Manifest
20 @@ -1,3 +1,2 @@
21 DIST xmpp-1.4.7.tar.gz 483070 BLAKE2B fae845a165a44c6c43e2f23ebf67a272c9a9b7dabcd221c8be6b83b6f560e7eee896a7906b9d621cba49de1af2163e64cd93d24bfd1341fe1d232c2746f80237 SHA512 37968de29bfeba698424f69a91f11c9adeca3bbac342cb9267ce4012471c10aeb030b691af2c5c01c6eaf9e1f866666982a8660a0e937829f75e0548ae5516cd
22 -DIST xmpp-1.4.9.tar.gz 483243 BLAKE2B 15cd04d5e99357ab4dac71fe7ee9952059658b56894c205e2d5b6c705b347004e580715c5198fcbc026b34e17033ad08da622eab92c83934de58500a8c64b905 SHA512 9c66ca3099584ea971f863ab24ccdca070bede63bedbf2fc858df762c27c329d07d3d119f7ced8ffcc1c24acf8874a68ee7372f157e81836e46dba27b057b381
23 DIST xmpp-1.5.3.tar.gz 510756 BLAKE2B f4948739c75e9b05930647a75e4faac9530806c9d239fb1c0d5109152ba9526bca63883fe6896730679b0d8ab31cb89e820ffba045c3cdbd58448c4b5eb70f01 SHA512 44b79eb73143ce3559ec8fe112af5ff22a7ecbffa935c8e76c645f7845005e7459a6ac1b726312be4eff22199eafd27ff5aab06cec1b1d961c80374ce83b7898
24
25 diff --git a/dev-erlang/xmpp/xmpp-1.4.9.ebuild b/dev-erlang/xmpp/xmpp-1.4.9.ebuild
26 deleted file mode 100644
27 index de578b6dac8..00000000000
28 --- a/dev-erlang/xmpp/xmpp-1.4.9.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit rebar
37 -
38 -DESCRIPTION="XMPP parsing and serialization library on top of Fast XML"
39 -HOMEPAGE="https://github.com/processone/xmpp"
40 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
41 - -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
46 -
47 -RDEPEND=">=dev-erlang/ezlib-1.0.8
48 - >=dev-erlang/fast_tls-1.1.8
49 - >=dev-erlang/fast_xml-1.1.43
50 - >=dev-erlang/p1_utils-1.0.20
51 - >=dev-erlang/stringprep-1.0.22
52 - >=dev-erlang/idna-6.0.0"
53 -DEPEND="${RDEPEND}"
54 -
55 -DOCS=( CHANGELOG.md README.md )
56 -
57 -src_prepare() {
58 - rebar_src_prepare
59 - rebar_fix_include_path fast_xml
60 -}