summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-07-09 19:45:36 +0000
committerSven Wegener <swegener@gentoo.org>2015-07-09 19:45:36 +0000
commit7661125f92d2e763806839653506b447641a378a (patch)
tree14a6fb5ac6502c3b8e82649b1874d6b6c7ace1cd /net-irc
parentarm stable wrt bug #553836 (diff)
downloadgentoo-2-7661125f92d2e763806839653506b447641a378a.tar.gz
gentoo-2-7661125f92d2e763806839653506b447641a378a.tar.bz2
gentoo-2-7661125f92d2e763806839653506b447641a378a.zip
Move AUTOTOOLS_AUTORECONF to global scope for bug #554378.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/irssi/ChangeLog6
-rw-r--r--net-irc/irssi/irssi-0.8.16.ebuild7
-rw-r--r--net-irc/irssi/irssi-0.8.17.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog
index 25020e0e3364..5b6db3ca6da7 100644
--- a/net-irc/irssi/ChangeLog
+++ b/net-irc/irssi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/irssi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.218 2015/04/14 10:49:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.219 2015/07/09 19:45:36 swegener Exp $
+
+ 09 Jul 2015; Sven Wegener <swegener@gentoo.org> irssi-0.8.16.ebuild,
+ irssi-0.8.17.ebuild:
+ Move AUTOTOOLS_AUTORECONF to global scope for bug #554378.
14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> irssi-0.8.17.ebuild:
Stable for ia64, wrt bug #530888
diff --git a/net-irc/irssi/irssi-0.8.16.ebuild b/net-irc/irssi/irssi-0.8.16.ebuild
index da5f6c1c2dd4..7da1e83b8f3c 100644
--- a/net-irc/irssi/irssi-0.8.16.ebuild
+++ b/net-irc/irssi/irssi-0.8.16.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.16.ebuild,v 1.13 2014/11/17 23:31:36 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.16.ebuild,v 1.14 2015/07/09 19:45:36 swegener Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic perl-module toolchain-funcs
# Keep for _rc compability
@@ -36,7 +38,6 @@ src_prepare() {
sed -e "s@pkg-config@$(tc-getPKG_CONFIG)@g" \
-i "${S}/curses.m4" \
|| die "Could not configure pkg-config in curses.m4"
- AUTOTOOLS_AUTORECONF=1
autotools-utils_src_prepare
}
diff --git a/net-irc/irssi/irssi-0.8.17.ebuild b/net-irc/irssi/irssi-0.8.17.ebuild
index 3675fa034d53..38b251f8626d 100644
--- a/net-irc/irssi/irssi-0.8.17.ebuild
+++ b/net-irc/irssi/irssi-0.8.17.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild,v 1.13 2015/04/14 10:49:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.17.ebuild,v 1.14 2015/07/09 19:45:36 swegener Exp $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils eutils flag-o-matic perl-module toolchain-funcs
# Keep for _rc compability
@@ -35,7 +37,6 @@ src_prepare() {
cd m4
epatch "${FILESDIR}/${PN}-0.8.15-tinfo.patch"
cd ..
- AUTOTOOLS_AUTORECONF=1
autotools-utils_src_prepare
}