* [gentoo-commits] gentoo-x86 commit in net-analyzer/yersinia: ChangeLog yersinia-0.7.3.ebuild
@ 2013-12-28 16:18 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-12-28 16:18 UTC (permalink / raw
To: gentoo-commits
jer 13/12/28 16:18:22
Modified: ChangeLog yersinia-0.7.3.ebuild
Log:
Add virtual/pkgconfig dependency.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.10 net-analyzer/yersinia/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Dec 2013 15:54:05 -0000 1.9
+++ ChangeLog 28 Dec 2013 16:18:22 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/yersinia
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.9 2013/12/28 15:54:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.10 2013/12/28 16:18:22 jer Exp $
+
+ 28 Dec 2013; Jeroen Roovers <jer@gentoo.org> yersinia-0.7.3.ebuild:
+ Add virtual/pkgconfig dependency.
*yersinia-0.7.3 (28 Dec 2013)
1.2 net-analyzer/yersinia/yersinia-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?r1=1.1&r2=1.2
Index: yersinia-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yersinia-0.7.3.ebuild 28 Dec 2013 15:54:05 -0000 1.1
+++ yersinia-0.7.3.ebuild 28 Dec 2013 16:18:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.1 2013/12/28 15:54:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.2 2013/12/28 16:18:22 jer Exp $
EAPI=5
inherit autotools eutils
@@ -14,13 +14,16 @@
KEYWORDS="~amd64 ~x86"
IUSE="gtk ncurses"
-DEPEND="
+RDEPEND="
ncurses? ( >=sys-libs/ncurses-5.5 )
gtk? ( =x11-libs/gtk+-2* )
>=net-libs/libnet-1.1.2
>=net-libs/libpcap-0.9.4
"
-RDEPEND="${DEPEND}"
+DEPEND="
+ virtual/pkgconfig
+ ${RDEPEND}
+"
DOCS=( AUTHORS ChangeLog FAQ README THANKS TODO )
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/yersinia: ChangeLog yersinia-0.7.3.ebuild
@ 2014-04-30 10:20 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-04-30 10:20 UTC (permalink / raw
To: gentoo-commits
nimiux 14/04/30 10:20:36
Modified: ChangeLog yersinia-0.7.3.ebuild
Log:
Stable for amd64 wrt bug #502866
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path
1.11 net-analyzer/yersinia/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 28 Dec 2013 16:18:22 -0000 1.10
+++ ChangeLog 30 Apr 2014 10:20:36 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/yersinia
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.10 2013/12/28 16:18:22 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.11 2014/04/30 10:20:36 nimiux Exp $
+
+ 30 Apr 2014; Chema Alonso <nimiux@gentoo.org> yersinia-0.7.3.ebuild:
+ Stable for amd64 wrt bug #502866
28 Dec 2013; Jeroen Roovers <jer@gentoo.org> yersinia-0.7.3.ebuild:
Add virtual/pkgconfig dependency.
1.3 net-analyzer/yersinia/yersinia-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?r1=1.2&r2=1.3
Index: yersinia-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yersinia-0.7.3.ebuild 28 Dec 2013 16:18:22 -0000 1.2
+++ yersinia-0.7.3.ebuild 30 Apr 2014 10:20:36 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.2 2013/12/28 16:18:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.3 2014/04/30 10:20:36 nimiux Exp $
EAPI=5
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="gtk ncurses"
RDEPEND="
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/yersinia: ChangeLog yersinia-0.7.3.ebuild
@ 2014-07-03 13:34 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-03 13:34 UTC (permalink / raw
To: gentoo-commits
jer 14/07/03 13:34:30
Modified: ChangeLog yersinia-0.7.3.ebuild
Log:
Do not call glib-gettext.m4 functions when dev-libs/glib is not installed (bug #514802).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.13 net-analyzer/yersinia/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 4 May 2014 08:26:43 -0000 1.12
+++ ChangeLog 3 Jul 2014 13:34:30 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/yersinia
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.12 2014/05/04 08:26:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/ChangeLog,v 1.13 2014/07/03 13:34:30 jer Exp $
+
+ 03 Jul 2014; Jeroen Roovers <jer@gentoo.org> yersinia-0.7.3.ebuild:
+ Do not call glib-gettext.m4 functions when dev-libs/glib is not installed
+ (bug #514802).
04 May 2014; Agostino Sarubbo <ago@gentoo.org> yersinia-0.7.3.ebuild:
Stable for x86, wrt bug #502866
1.5 net-analyzer/yersinia/yersinia-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild?r1=1.4&r2=1.5
Index: yersinia-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yersinia-0.7.3.ebuild 4 May 2014 08:26:43 -0000 1.4
+++ yersinia-0.7.3.ebuild 3 Jul 2014 13:34:30 -0000 1.5
@@ -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/yersinia/yersinia-0.7.3.ebuild,v 1.4 2014/05/04 08:26:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.3.ebuild,v 1.5 2014/07/03 13:34:30 jer Exp $
EAPI=5
inherit autotools eutils
@@ -33,6 +33,11 @@
epatch "${FILESDIR}"/${PN}-0.7.1-no-ncurses.patch
epatch "${FILESDIR}"/${PN}-0.7.3-tinfo.patch
+ if ! use gtk; then
+ #bug #514802
+ sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.in || die
+ fi
+
eautoreconf
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-03 13:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 13:34 [gentoo-commits] gentoo-x86 commit in net-analyzer/yersinia: ChangeLog yersinia-0.7.3.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-04-30 10:20 JosA MarAa Alonso (nimiux)
2013-12-28 16:18 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