summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2014-09-05 22:37:44 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2014-09-05 22:37:44 +0000
commite3cb9c0281600f9c9887f0c8edc796f8e50e656c (patch)
tree609c0bc443a422d3b9985838e577541873b090e9 /net-libs/libgadu
parentVersion bump. Use upstream patches instead of rolling our own (thanks to exhe... (diff)
downloadgentoo-2-e3cb9c0281600f9c9887f0c8edc796f8e50e656c.tar.gz
gentoo-2-e3cb9c0281600f9c9887f0c8edc796f8e50e656c.tar.bz2
gentoo-2-e3cb9c0281600f9c9887f0c8edc796f8e50e656c.zip
Properly trigger autoreconf, buf 520946.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'net-libs/libgadu')
-rw-r--r--net-libs/libgadu/ChangeLog6
-rw-r--r--net-libs/libgadu/libgadu-1.11.4.ebuild8
-rw-r--r--net-libs/libgadu/libgadu-1.12.0.ebuild5
3 files changed, 11 insertions, 8 deletions
diff --git a/net-libs/libgadu/ChangeLog b/net-libs/libgadu/ChangeLog
index 00e39b8ea136..a623582a7d93 100644
--- a/net-libs/libgadu/ChangeLog
+++ b/net-libs/libgadu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libgadu
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.86 2014/08/25 11:53:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.87 2014/09/05 22:37:44 reavertm Exp $
+
+ 05 Sep 2014; Maciej Mrozowski <reavertm@gentoo.org> libgadu-1.11.4.ebuild,
+ libgadu-1.12.0.ebuild:
+ Properly trigger autoreconf, buf 520946.
25 Aug 2014; Raúl Porcel <armin76@gentoo.org> libgadu-1.11.4.ebuild:
sparc stable wrt #505558
diff --git a/net-libs/libgadu/libgadu-1.11.4.ebuild b/net-libs/libgadu/libgadu-1.11.4.ebuild
index e026b99b34c2..b2b63ca2bb4a 100644
--- a/net-libs/libgadu/libgadu-1.11.4.ebuild
+++ b/net-libs/libgadu/libgadu-1.11.4.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.11.4.ebuild,v 1.10 2014/08/25 11:53:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.11.4.ebuild,v 1.11 2014/09/05 22:37:44 reavertm Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils
DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
@@ -40,10 +42,6 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
DOCS=(AUTHORS ChangeLog NEWS README)
-src_prepare() {
- eautoreconf
-}
-
src_configure() {
local myeconfargs=(
$(use_with threads pthread)
diff --git a/net-libs/libgadu/libgadu-1.12.0.ebuild b/net-libs/libgadu/libgadu-1.12.0.ebuild
index 6a39f732e218..207805f24412 100644
--- a/net-libs/libgadu/libgadu-1.12.0.ebuild
+++ b/net-libs/libgadu/libgadu-1.12.0.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.12.0.ebuild,v 1.3 2014/08/13 23:58:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.12.0.ebuild,v 1.4 2014/09/05 22:37:44 reavertm Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils
DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
@@ -39,7 +41,6 @@ RDEPEND="${COMMON_DEPEND}
!=net-im/kadu-0.6.0.1
"
-AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
PATCHES=(