diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-01-28 01:18:25 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-01-31 10:38:37 +0000 |
commit | 60d3a3eaa176e4222d46b58e1844514fddfce6dc (patch) | |
tree | 2aaa7bd8772fc7e61376b9519947a4a23144853b /net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild | |
parent | net-libs/loudmouth: add new revision 1.5.3-r3 (diff) | |
download | gentoo-60d3a3eaa176e4222d46b58e1844514fddfce6dc.tar.gz gentoo-60d3a3eaa176e4222d46b58e1844514fddfce6dc.tar.bz2 gentoo-60d3a3eaa176e4222d46b58e1844514fddfce6dc.zip |
net-libs/loudmouth: use official tarballs
Previously, Github-generated tarballs were used.
These required extra build step known as "bootstrapping", which required
eautoreconf run, and imposed a dependency on dev-util/gtk-doc (which I
worked around earlier rather inelegantly).
At the same time, this change has a side effect of disabling -Werror in
compilation flags, which is the reason of bug 673434.
Suggested-by: Mart Raudsepp <leio@gentoo.org>
Bug: https://bugs.gentoo.org/673434
Package-Manager: Portage-2.3.49, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild')
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild index f4cbccad2df5..f10f3698262f 100644 --- a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild +++ b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild @@ -2,11 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools DESCRIPTION="Lightweight C Jabber library" -HOMEPAGE="https://github.com/mcabber/loudmouth" -SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://mcabber.com" +SRC_URI="https://mcabber.com/files/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" @@ -26,20 +25,15 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-util/glib-utils + dev-util/gtk-doc-am test? ( dev-libs/check ) virtual/pkgconfig " PATCHES=( "${FILESDIR}"/${P}-gcc7.patch - "${FILESDIR}"/${P}-skip-gtk-doc.patch ) -src_prepare() { - default - eautoreconf -} - src_configure() { local myconf |