Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/iconv/
Date: Mon, 12 Oct 2020 16:14:36
Message-Id: 1602519264.b42faa0880ebadf960f793a4d4c76123fd1c12f3.hanno@gentoo
1 commit: b42faa0880ebadf960f793a4d4c76123fd1c12f3
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 16:13:13 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 16:14:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42faa08
7
8 dev-erlang/iconv: Remove old and dekeyword ppc
9
10 This dep is only used by ejabberd which is not
11 stable-supported on ppc. Due to old version
12 cleanups in dependencies ppc keyword needs to
13 be removed.
14
15 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
16 Package-Manager: Portage-3.0.8, Repoman-3.0.1
17
18 dev-erlang/iconv/Manifest | 1 -
19 dev-erlang/iconv/iconv-1.0.10.ebuild | 4 ++--
20 dev-erlang/iconv/iconv-1.0.4.ebuild | 22 ----------------------
21 3 files changed, 2 insertions(+), 25 deletions(-)
22
23 diff --git a/dev-erlang/iconv/Manifest b/dev-erlang/iconv/Manifest
24 index eec2d960234..338f05de333 100644
25 --- a/dev-erlang/iconv/Manifest
26 +++ b/dev-erlang/iconv/Manifest
27 @@ -1,2 +1 @@
28 DIST iconv-1.0.10.tar.gz 121594 BLAKE2B 407a6cbe51aa50c561c577bf447dbc781c22bdc4ea20cacdcd2772e3cd7d262a1577381985ddafeb6fb48be94b35070de025b5d2301dbb4a3b9b9c0defd6a4be SHA512 c0537db617b83184111ce6f3be2e381c4a9f6a96d4887a2cf5bde3b275974411fb997f4a2f6a9c2b25c8e783e26af92b531788e9354be413d1837dd0482d41ef
29 -DIST iconv-1.0.4.tar.gz 121506 BLAKE2B ba2b3414feb8cd57681b8a866ee8862feae7a5cfce01077d94d0b2b90604a1f4757d138548deff9dad38e2ee88db54fc4e27c6a5120262d6620edfeadbbc388c SHA512 697f65a20aa42d92e2fe62bd88a6a6c7b1f6eff3a3ab14db3a17231875d2d36f5f36332c71db490b014cd3ea9b68abc0d815f3cf2b9cd72c18e1a94f62ff48a3
30
31 diff --git a/dev-erlang/iconv/iconv-1.0.10.ebuild b/dev-erlang/iconv/iconv-1.0.10.ebuild
32 index 4d308812da7..864140c4004 100644
33 --- a/dev-erlang/iconv/iconv-1.0.10.ebuild
34 +++ b/dev-erlang/iconv/iconv-1.0.10.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
42
43 LICENSE="Apache-2.0"
44 SLOT="0"
45 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
46 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
47
48 DEPEND=">=dev-erlang/p1_utils-1.0.13
49 >=dev-lang/erlang-17.1
50
51 diff --git a/dev-erlang/iconv/iconv-1.0.4.ebuild b/dev-erlang/iconv/iconv-1.0.4.ebuild
52 deleted file mode 100644
53 index f7853c8f4f0..00000000000
54 --- a/dev-erlang/iconv/iconv-1.0.4.ebuild
55 +++ /dev/null
56 @@ -1,22 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -inherit rebar
63 -
64 -DESCRIPTION="Fast encoding conversion library for Erlang and Elixir"
65 -HOMEPAGE="https://github.com/processone/iconv"
66 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
67 - -> ${P}.tar.gz"
68 -
69 -LICENSE="Apache-2.0"
70 -SLOT="0"
71 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
72 -
73 -DEPEND=">=dev-erlang/p1_utils-1.0.7
74 - >=dev-lang/erlang-17.1
75 - virtual/libiconv"
76 -RDEPEND="${DEPEND}"
77 -
78 -DOCS=( README.md )