summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-28 21:46:41 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-28 21:46:41 +0000
commit0b50a0b70f336d8f3012f6fd2c898d6125b97f69 (patch)
treef20873503b1976e6818fcb5094ce3be61cb728f6 /net-analyzer/wireshark
parentVersion bump. Fixes bug #515592 (diff)
downloadgentoo-2-0b50a0b70f336d8f3012f6fd2c898d6125b97f69.tar.gz
gentoo-2-0b50a0b70f336d8f3012f6fd2c898d6125b97f69.tar.bz2
gentoo-2-0b50a0b70f336d8f3012f6fd2c898d6125b97f69.zip
Install headers as previously read from debian/wireshark-dev.header-files (bug #515116).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r--net-analyzer/wireshark/ChangeLog9
-rw-r--r--net-analyzer/wireshark/wireshark-1.12.0_rc2-r1.ebuild (renamed from net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild)16
2 files changed, 22 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index dea00bfbd220..4d283d214444 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.630 2014/06/27 16:54:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.631 2014/06/28 21:46:41 jer Exp $
+
+*wireshark-1.12.0_rc2-r1 (28 Jun 2014)
+
+ 28 Jun 2014; Jeroen Roovers <jer@gentoo.org> -wireshark-1.12.0_rc2.ebuild,
+ +wireshark-1.12.0_rc2-r1.ebuild:
+ Install headers as previously read from debian/wireshark-dev.header-files
+ (bug #515116).
27 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> wireshark-1.10.8.ebuild,
wireshark-1.8.15.ebuild:
diff --git a/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild b/net-analyzer/wireshark/wireshark-1.12.0_rc2-r1.ebuild
index 99a9dc2aafe9..3f253ce31698 100644
--- a/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.12.0_rc2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v 1.3 2014/06/20 13:51:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2-r1.ebuild,v 1.1 2014/06/28 21:46:41 jer Exp $
EAPI=5
inherit autotools eutils fcaps qt4-r2 user
@@ -165,7 +165,19 @@ src_install() {
# install headers
local wsheader
- for wsheader in $( echo $(< debian/wireshark-dev.header-files ) ); do
+ for wsheader in \
+ color.h \
+ config.h \
+ epan/*.h \
+ epan/crypt/*.h \
+ epan/dfilter/*.h \
+ epan/dissectors/*.h \
+ epan/ftypes/*.h \
+ epan/wmem/*.h \
+ register.h \
+ wiretap/*.h \
+ ws_symbol_export.h
+ do
insinto /usr/include/wireshark/$( dirname ${wsheader} )
doins ${wsheader}
done