public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2011-04-20  7:52 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-04-20  7:52 UTC (permalink / raw
  To: gentoo-commits

jlec        11/04/20 07:52:55

  Modified:             ChangeLog
  Added:                libnasl-2.2.9-r1.ebuild
  Log:
  Respect LDFLAGS, #335967
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	6 Sep 2010 18:32:56 -0000	1.87
+++ ChangeLog	20 Apr 2011 07:52:55 -0000	1.88
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/libnasl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.87 2010/09/06 18:32:56 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.88 2011/04/20 07:52:55 jlec Exp $
+
+*libnasl-2.2.9-r1 (20 Apr 2011)
+
+  20 Apr 2011; Justin Lecher <jlec@gentoo.org> +libnasl-2.2.9-r1.ebuild,
+  +files/libnasl-2.2.9-gentoo.patch:
+  Respect LDFLAGS, #335967
 
   06 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> -libnasl-2.2.6.ebuild:
   Revert back to ~arch wrt #330455.



1.1                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: libnasl-2.2.9-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.1 2011/04/20 07:52:55 jlec Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="A remote security scanner for Linux (libnasl)"
HOMEPAGE="http://www.nessus.org/"
SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs"

DEPEND="=net-analyzer/nessus-libraries-${PV}"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/${PN}

src_prepare() {
	tc-export CC
	epatch \
		"${FILESDIR}"/${P}-openssl-1.patch \
		"${FILESDIR}"/${P}-gentoo.patch
	sed \
		-e "/^LDFLAGS/s:$:${LDFLAGS}:g" \
		-i nasl.tmpl.in
}

src_configure() {
	econf \
		$(use_enable static-libs static) \
		--enable-shared
}

src_compile() {
	# emake fails for >= -j2. bug #16471.
	emake -C nasl cflags
	emake
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2011-04-22 10:33 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-04-22 10:33 UTC (permalink / raw
  To: gentoo-commits

jlec        11/04/22 10:33:03

  Modified:             libnasl-2.2.9-r1.ebuild ChangeLog
  Log:
  Fixed dependency to be fullfilled with any revision, #364471
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.1&r2=1.2

Index: libnasl-2.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnasl-2.2.9-r1.ebuild	20 Apr 2011 07:52:55 -0000	1.1
+++ libnasl-2.2.9-r1.ebuild	22 Apr 2011 10:33:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.1 2011/04/20 07:52:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.2 2011/04/22 10:33:02 jlec Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
+DEPEND="~net-analyzer/nessus-libraries-${PV}"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${PN}



1.90                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	20 Apr 2011 11:24:56 -0000	1.89
+++ ChangeLog	22 Apr 2011 10:33:02 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/libnasl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.89 2011/04/20 11:24:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.90 2011/04/22 10:33:02 jlec Exp $
+
+  22 Apr 2011; Justin Lecher <jlec@gentoo.org> libnasl-2.2.9-r1.ebuild:
+  Fixed dependency to be fullfilled with any revision, #364471
 
   20 Apr 2011; Justin Lecher <jlec@gentoo.org> -libnasl-2.3.1.ebuild:
   Dropped due to pending removal request, #169466






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2011-09-12  6:16 Tim Harder (radhermit)
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder (radhermit) @ 2011-09-12  6:16 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/09/12 06:16:36

  Modified:             libnasl-2.2.9-r1.ebuild ChangeLog
  Log:
  Add build dependency on bison (bug #382185 by bay). Conditionally remove unnecessary libtool archives.
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.2&r2=1.3

Index: libnasl-2.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnasl-2.2.9-r1.ebuild	22 Apr 2011 10:33:02 -0000	1.2
+++ libnasl-2.2.9-r1.ebuild	12 Sep 2011 06:16:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.2 2011/04/22 10:33:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.3 2011/09/12 06:16:35 radhermit Exp $
 
 EAPI=4
 
@@ -15,8 +15,9 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
-DEPEND="~net-analyzer/nessus-libraries-${PV}"
-RDEPEND="${DEPEND}"
+RDEPEND="~net-analyzer/nessus-libraries-${PV}"
+DEPEND="${RDEPEND}
+	sys-devel/bison"
 
 S="${WORKDIR}"/${PN}
 
@@ -41,3 +42,8 @@
 	emake -C nasl cflags
 	emake
 }
+
+src_install() {
+	default
+	use static-libs || find "${ED}" -name '*.la' -delete
+}



1.91                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	22 Apr 2011 10:33:02 -0000	1.90
+++ ChangeLog	12 Sep 2011 06:16:35 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/libnasl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.90 2011/04/22 10:33:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.91 2011/09/12 06:16:35 radhermit Exp $
+
+  12 Sep 2011; Tim Harder <radhermit@gentoo.org> libnasl-2.2.9-r1.ebuild:
+  Add build dependency on bison (bug #382185 by bay). Conditionally remove
+  unnecessary libtool archives.
 
   22 Apr 2011; Justin Lecher <jlec@gentoo.org> libnasl-2.2.9-r1.ebuild:
   Fixed dependency to be fullfilled with any revision, #364471






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2013-07-04 21:29 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-04 21:29 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/04 21:29:33

  Modified:             libnasl-2.2.9-r1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.4                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.3&r2=1.4

Index: libnasl-2.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnasl-2.2.9-r1.ebuild	12 Sep 2011 06:16:35 -0000	1.3
+++ libnasl-2.2.9-r1.ebuild	4 Jul 2013 21:29:33 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.3 2011/09/12 06:16:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.4 2013/07/04 21:29:33 ottxor Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="static-libs"
 
 RDEPEND="~net-analyzer/nessus-libraries-${PV}"



1.93                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	12 Sep 2011 06:18:16 -0000	1.92
+++ ChangeLog	4 Jul 2013 21:29:33 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/libnasl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.92 2011/09/12 06:18:16 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.93 2013/07/04 21:29:33 ottxor Exp $
+
+  04 Jul 2013; Christoph Junghans <ottxor@gentoo.org> libnasl-2.2.9-r1.ebuild:
+  added ~amd64-linux (tested by me)
 
   12 Sep 2011; Tim Harder <radhermit@gentoo.org> -libnasl-2.2.9.ebuild:
   Remove old.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2014-07-13 13:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-13 13:10 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/13 13:10:04

  Modified:             libnasl-2.2.9-r1.ebuild ChangeLog
  Log:
  sed must die(). Clean up patch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.4&r2=1.5

Index: libnasl-2.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnasl-2.2.9-r1.ebuild	4 Jul 2013 21:29:33 -0000	1.4
+++ libnasl-2.2.9-r1.ebuild	13 Jul 2014 13:10:04 -0000	1.5
@@ -1,8 +1,8 @@
-# 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/libnasl/libnasl-2.2.9-r1.ebuild,v 1.4 2013/07/04 21:29:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.5 2014/07/13 13:10:04 jer Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -15,20 +15,24 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="static-libs"
 
-RDEPEND="~net-analyzer/nessus-libraries-${PV}"
-DEPEND="${RDEPEND}
-	sys-devel/bison"
+RDEPEND="
+	~net-analyzer/nessus-libraries-${PV}
+"
+DEPEND="
+	${RDEPEND}
+	sys-devel/bison
+"
 
-S="${WORKDIR}"/${PN}
+S=${WORKDIR}/${PN}
 
 src_prepare() {
-	tc-export CC
 	epatch \
 		"${FILESDIR}"/${P}-openssl-1.patch \
 		"${FILESDIR}"/${P}-gentoo.patch
 	sed \
 		-e "/^LDFLAGS/s:$:${LDFLAGS}:g" \
-		-i nasl.tmpl.in
+		-i nasl.tmpl.in || die
+	tc-export CC
 }
 
 src_configure() {
@@ -45,5 +49,5 @@
 
 src_install() {
 	default
-	use static-libs || find "${ED}" -name '*.la' -delete
+	prune_libtool_files
 }



1.94                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	4 Jul 2013 21:29:33 -0000	1.93
+++ ChangeLog	13 Jul 2014 13:10:04 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/libnasl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.93 2013/07/04 21:29:33 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.94 2014/07/13 13:10:04 jer Exp $
+
+  13 Jul 2014; Jeroen Roovers <jer@gentoo.org> libnasl-2.2.9-r1.ebuild,
+  files/libnasl-2.2.9-gentoo.patch, files/libnasl-2.2.9-openssl-1.patch:
+  sed must die(). Clean up patch.
 
   04 Jul 2013; Christoph Junghans <ottxor@gentoo.org> libnasl-2.2.9-r1.ebuild:
   added ~amd64-linux (tested by me)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog
@ 2015-03-16  6:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2015-03-16  6:42 UTC (permalink / raw
  To: gentoo-commits

jer         15/03/16 06:42:41

  Modified:             libnasl-2.2.9-r1.ebuild ChangeLog
  Log:
  Fix building with sys-devel/bison-3* (bug #485914, patch by Charlie Gehlin).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild?r1=1.5&r2=1.6

Index: libnasl-2.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnasl-2.2.9-r1.ebuild	13 Jul 2014 13:10:04 -0000	1.5
+++ libnasl-2.2.9-r1.ebuild	16 Mar 2015 06:42:41 -0000	1.6
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.5 2014/07/13 13:10:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.6 2015/03/16 06:42:41 jer Exp $
 
 EAPI=5
-
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A remote security scanner for Linux (libnasl)"
@@ -28,10 +27,13 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-openssl-1.patch \
-		"${FILESDIR}"/${P}-gentoo.patch
+		"${FILESDIR}"/${P}-gentoo.patch \
+		"${FILESDIR}"/${P}-bison3.patch
+
 	sed \
 		-e "/^LDFLAGS/s:$:${LDFLAGS}:g" \
 		-i nasl.tmpl.in || die
+
 	tc-export CC
 }
 



1.96                 net-analyzer/libnasl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/libnasl/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	12 Oct 2014 10:21:12 -0000	1.95
+++ ChangeLog	16 Mar 2015 06:42:41 -0000	1.96
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/libnasl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.95 2014/10/12 10:21:12 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.96 2015/03/16 06:42:41 jer Exp $
+
+  16 Mar 2015; Jeroen Roovers <jer@gentoo.org> libnasl-2.2.9-r1.ebuild,
+  +files/libnasl-2.2.9-bison3.patch:
+  Fix building with sys-devel/bison-3* (bug #485914, patch by Charlie Gehlin).
 
   12 Oct 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Remove short <longdescription>.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-16  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 10:33 [gentoo-commits] gentoo-x86 commit in net-analyzer/libnasl: libnasl-2.2.9-r1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16  6:42 Jeroen Roovers (jer)
2014-07-13 13:10 Jeroen Roovers (jer)
2013-07-04 21:29 Christoph Junghans (ottxor)
2011-09-12  6:16 Tim Harder (radhermit)
2011-04-20  7:52 Justin Lecher (jlec)

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