* [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.3-r1.ebuild ChangeLog
@ 2012-10-08 5:18 Richard Farina (zerochaos)
0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2012-10-08 5:18 UTC (permalink / raw
To: gentoo-commits
zerochaos 12/10/08 05:18:28
Modified: wireshark-1.8.3-r1.ebuild ChangeLog
Log:
add installation of header files, this is needed for building plugins
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Revision Changes Path
1.2 net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?r1=1.1&r2=1.2
Index: wireshark-1.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wireshark-1.8.3-r1.ebuild 3 Oct 2012 16:21:09 -0000 1.1
+++ wireshark-1.8.3-r1.ebuild 8 Oct 2012 05:18:28 -0000 1.2
@@ -1,6 +1,6 @@
# 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.3-r1.ebuild,v 1.1 2012/10/03 16:21:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild,v 1.2 2012/10/08 05:18:28 zerochaos Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -207,6 +207,14 @@
dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \
doc/{randpkt.txt,README*}
+ #stolen from debian/rules to install headers needed to build plugins
+ dodir /usr/include/wireshark/
+ for F in `cat "${S}"/debian/wireshark-dev.header-files`
+ do
+ cp --parents "${F}" "${ED}"/usr/include/wireshark || die
+ done
+
+ #with the above this really shouldn't be needed, but things may be looking in wiretap/ instead of wireshark/wiretap/
insinto /usr/include/wiretap
doins wiretap/wtap.h
1.411 net-analyzer/wireshark/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.411&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.411&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.410&r2=1.411
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- ChangeLog 7 Oct 2012 19:23:55 -0000 1.410
+++ ChangeLog 8 Oct 2012 05:18:28 -0000 1.411
@@ -1,6 +1,9 @@
# 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.410 2012/10/07 19:23:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.411 2012/10/08 05:18:28 zerochaos Exp $
+
+ 08 Oct 2012; Rick Farina <zerochaos@gentoo.org> wireshark-1.8.3-r1.ebuild:
+ add installation of header files, this is needed for building plugins
07 Oct 2012; Jeroen Roovers <jer@gentoo.org> -wireshark-1.8.2-r2.ebuild,
-wireshark-1.8.2-r3.ebuild, wireshark-1.8.3.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.3-r1.ebuild ChangeLog
@ 2012-10-08 5:20 Richard Farina (zerochaos)
0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2012-10-08 5:20 UTC (permalink / raw
To: gentoo-commits
zerochaos 12/10/08 05:20:23
Modified: wireshark-1.8.3-r1.ebuild ChangeLog
Log:
whitespace fix, sorry
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Revision Changes Path
1.3 net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild?r1=1.2&r2=1.3
Index: wireshark-1.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-1.8.3-r1.ebuild 8 Oct 2012 05:18:28 -0000 1.2
+++ wireshark-1.8.3-r1.ebuild 8 Oct 2012 05:20:22 -0000 1.3
@@ -1,6 +1,6 @@
# 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.3-r1.ebuild,v 1.2 2012/10/08 05:18:28 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.3-r1.ebuild,v 1.3 2012/10/08 05:20:22 zerochaos Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -208,11 +208,11 @@
doc/{randpkt.txt,README*}
#stolen from debian/rules to install headers needed to build plugins
- dodir /usr/include/wireshark/
- for F in `cat "${S}"/debian/wireshark-dev.header-files`
+ dodir /usr/include/wireshark/
+ for F in `cat "${S}"/debian/wireshark-dev.header-files`
do
- cp --parents "${F}" "${ED}"/usr/include/wireshark || die
- done
+ cp --parents "${F}" "${ED}"/usr/include/wireshark || die
+ done
#with the above this really shouldn't be needed, but things may be looking in wiretap/ instead of wireshark/wiretap/
insinto /usr/include/wiretap
1.412 net-analyzer/wireshark/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.412&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.412&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.411&r2=1.412
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- ChangeLog 8 Oct 2012 05:18:28 -0000 1.411
+++ ChangeLog 8 Oct 2012 05:20:22 -0000 1.412
@@ -1,6 +1,9 @@
# 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.411 2012/10/08 05:18:28 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.412 2012/10/08 05:20:22 zerochaos Exp $
+
+ 08 Oct 2012; Rick Farina <zerochaos@gentoo.org> wireshark-1.8.3-r1.ebuild:
+ whitespace fix, sorry
08 Oct 2012; Rick Farina <zerochaos@gentoo.org> wireshark-1.8.3-r1.ebuild:
add installation of header files, this is needed for building plugins
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-08 5:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 5:18 [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.3-r1.ebuild ChangeLog Richard Farina (zerochaos)
-- strict thread matches above, loose matches on Subject: below --
2012-10-08 5:20 Richard Farina (zerochaos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox