Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/
Date: Thu, 31 Jan 2019 10:39:36
Message-Id: 1548931117.60d3a3eaa176e4222d46b58e1844514fddfce6dc.andrey_utkin@gentoo
1 commit: 60d3a3eaa176e4222d46b58e1844514fddfce6dc
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 01:18:25 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 10:38:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d3a3ea
7
8 net-libs/loudmouth: use official tarballs
9
10 Previously, Github-generated tarballs were used.
11
12 These required extra build step known as "bootstrapping", which required
13 eautoreconf run, and imposed a dependency on dev-util/gtk-doc (which I
14 worked around earlier rather inelegantly).
15
16 At the same time, this change has a side effect of disabling -Werror in
17 compilation flags, which is the reason of bug 673434.
18
19 Suggested-by: Mart Raudsepp <leio <AT> gentoo.org>
20 Bug: https://bugs.gentoo.org/673434
21 Package-Manager: Portage-2.3.49, Repoman-2.3.12
22 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
23
24 net-libs/loudmouth/Manifest | 1 +
25 net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild | 12 +++---------
26 2 files changed, 4 insertions(+), 9 deletions(-)
27
28 diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest
29 index a905effb7a5..31a751df9e2 100644
30 --- a/net-libs/loudmouth/Manifest
31 +++ b/net-libs/loudmouth/Manifest
32 @@ -1 +1,2 @@
33 +DIST loudmouth-1.5.3.tar.bz2 375974 BLAKE2B c9707fe18560104456a624a61437240a16bb6bbaf544cdf775f6d6c64fdbeb6eb8f7042eb13fcdeb36c89bb8d9522c2eba02c24987757c0f0ac8748d92a2b166 SHA512 ab6b16b4e644b69cdb7d8df1753d1bb5b43c2f1e76944e639339169b332e1b5c6a4246053c5b8a579ee9b53c845cef610b0040dfdffeb857180b6bab71adfcce
34 DIST loudmouth-1.5.3.tar.gz 114676 BLAKE2B 7a73e4e65046608fc8ec571b5448ab8344a8aed554fee1ecf7badd2ca5ed382ddb27e6ba7bd5d0a76d978d3079415b307f1b4ca77da450003ae936191cdbd33e SHA512 afae8b4ad1e9e5558cffa8f6b9f25331b01cfa09ea0b3defb74cac7d39477744e6d9181d3adefe242038020759df43558de0e61305fbc8e12a3b293b82856bf7
35
36 diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
37 index f4cbccad2df..f10f3698262 100644
38 --- a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
39 +++ b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
40 @@ -2,11 +2,10 @@
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 -inherit autotools
45
46 DESCRIPTION="Lightweight C Jabber library"
47 -HOMEPAGE="https://github.com/mcabber/loudmouth"
48 -SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 +HOMEPAGE="https://mcabber.com"
50 +SRC_URI="https://mcabber.com/files/${PN}/${P}.tar.bz2"
51
52 LICENSE="LGPL-2.1"
53 SLOT="0"
54 @@ -26,20 +25,15 @@ RDEPEND="
55 "
56 DEPEND="${RDEPEND}
57 dev-util/glib-utils
58 + dev-util/gtk-doc-am
59 test? ( dev-libs/check )
60 virtual/pkgconfig
61 "
62
63 PATCHES=(
64 "${FILESDIR}"/${P}-gcc7.patch
65 - "${FILESDIR}"/${P}-skip-gtk-doc.patch
66 )
67
68 -src_prepare() {
69 - default
70 - eautoreconf
71 -}
72 -
73 src_configure() {
74 local myconf