public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/airtraf: airtraf-1.1-r2.ebuild ChangeLog airtraf-1.1-r1.ebuild
@ 2014-07-19 12:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-19 12:26 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/19 12:26:37

  Modified:             ChangeLog
  Added:                airtraf-1.1-r2.ebuild
  Removed:              airtraf-1.1-r1.ebuild
  Log:
  Fix an off-by-one.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.20                 net-wireless/airtraf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/airtraf/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/airtraf/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/airtraf/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/airtraf/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Jul 2014 21:54:58 -0000	1.19
+++ ChangeLog	19 Jul 2014 12:26:37 -0000	1.20
@@ -1,6 +1,13 @@
 # ChangeLog for net-wireless/airtraf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/airtraf/ChangeLog,v 1.19 2014/07/18 21:54:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/airtraf/ChangeLog,v 1.20 2014/07/19 12:26:37 jer Exp $
+
+*airtraf-1.1-r2 (19 Jul 2014)
+
+  19 Jul 2014; Jeroen Roovers <jer@gentoo.org> -airtraf-1.1-r1.ebuild,
+  +airtraf-1.1-r2.ebuild, +files/airtraf-1.1-off-by-one.patch,
+  files/airtraf-1.1.patch:
+  Fix an off-by-one.
 
   18 Jul 2014; Jeroen Roovers <jer@gentoo.org> airtraf-1.1-r1.ebuild,
   metadata.xml:



1.1                  net-wireless/airtraf/airtraf-1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/airtraf/airtraf-1.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/airtraf/airtraf-1.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: airtraf-1.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/airtraf/airtraf-1.1-r2.ebuild,v 1.1 2014/07/19 12:26:37 jer Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="AirTraf 802.11b Wireless traffic sniffer"
LICENSE="GPL-2"
HOMEPAGE="http://www.elixar.com/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="
	net-libs/libpcap
	sys-libs/ncurses
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
"

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}.patch \
		"${FILESDIR}"/${P}-off-by-one.patch
	sed -i \
		-e '/^LIBS/s|=.*|= $(shell $(PKG_CONFIG) --libs panel)|' \
		src/libncurses/Makefile || die
	sed -i \
		-e 's|-lpanel -lncurses|$(shell $(PKG_CONFIG) --libs panel)|' \
		src/sniffd/Makefile || die
	tc-export PKG_CONFIG
}

src_compile() {
	# parallel make (bug #297331)
	emake -C src -j1 \
		CC=$(tc-getCC) \
		CXX=$(tc-getCXX) \
		CFLAGS="${CFLAGS}" \
		CXXFLAGS="${CXXFLAGS}" \
		LDFLAGS="${LDFLAGS}" \
		|| die
}

src_install () {
	dobin src/airtraf
	dodoc Authors COMPATIBILITY docs/airtraf_doc.html
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-19 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-19 12:26 [gentoo-commits] gentoo-x86 commit in net-wireless/airtraf: airtraf-1.1-r2.ebuild ChangeLog airtraf-1.1-r1.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox