summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-06-27 21:11:04 +0000
committerJeroen Roovers <jer@gentoo.org>2012-06-27 21:11:04 +0000
commit483e4bf461a511533ec43cd03050e17fdfc45188 (patch)
tree6911898e733899c176fd23e9116fc6dc409d1933 /net-analyzer
parentRaise lower bound to require ghc-7 (bug #419387 by Marco Paolone). (diff)
downloadgentoo-2-483e4bf461a511533ec43cd03050e17fdfc45188.tar.gz
gentoo-2-483e4bf461a511533ec43cd03050e17fdfc45188.tar.bz2
gentoo-2-483e4bf461a511533ec43cd03050e17fdfc45188.zip
Er, put back eautoreconf.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog6
-rw-r--r--net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch1
-rw-r--r--net-analyzer/wireshark/wireshark-1.8.0.ebuild5
3 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 44911550274d..87af3a17a2b6 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.356 2012/06/27 21:04:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.357 2012/06/27 21:11:04 jer Exp $
+
+ 27 Jun 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.8.0.ebuild,
+ files/wireshark-1.8.0-underlinking.patch:
+ Er, put back eautoreconf.
27 Jun 2012; Jeroen Roovers <jer@gentoo.org>
files/wireshark-1.8.0-underlinking.patch:
diff --git a/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch b/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch
index bb2a61e0bd4e..02b91092f03f 100644
--- a/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch
+++ b/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch
@@ -1,3 +1,4 @@
+--- a/Makefile.am
+++ b/Makefile.am
@@ -333,6 +333,7 @@ wireshark_LDADD = \
@LIBGNUTLS_LIBS@ \
diff --git a/net-analyzer/wireshark/wireshark-1.8.0.ebuild b/net-analyzer/wireshark/wireshark-1.8.0.ebuild
index 53fb060cd9eb..a85b443870c9 100644
--- a/net-analyzer/wireshark/wireshark-1.8.0.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.8.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v 1.4 2012/06/27 20:48:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v 1.5 2012/06/27 21:11:04 jer Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
-inherit eutils flag-o-matic python toolchain-funcs user
+inherit autotools eutils flag-o-matic python toolchain-funcs user
[[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && MY_P=${PN}-${PV/_} || MY_P=${P}
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
@@ -104,6 +104,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}"/${P}-underlinking.patch
+ eautoreconf
}
src_configure() {