public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/netcat6: ChangeLog netcat6-1.0-r2.ebuild
Date: Wed, 24 Apr 2013 14:37:56 +0000 (UTC)	[thread overview]
Message-ID: <20130424143756.239C22171D@flycatcher.gentoo.org> (raw)

jer         13/04/24 14:37:56

  Modified:             ChangeLog netcat6-1.0-r2.ebuild
  Log:
  Do not call ar directly. Fix building with automake-1.13 (bug #467014 by Alphat-PC).
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.32                 net-analyzer/netcat6/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	21 Feb 2013 00:01:15 -0000	1.31
+++ ChangeLog	24 Apr 2013 14:37:55 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/netcat6
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/ChangeLog,v 1.31 2013/02/21 00:01:15 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/ChangeLog,v 1.32 2013/04/24 14:37:55 jer Exp $
+
+  24 Apr 2013; Jeroen Roovers <jer@gentoo.org> netcat6-1.0-r2.ebuild:
+  Do not call ar directly. Fix building with automake-1.13 (bug #467014 by
+  Alphat-PC).
 
   21 Feb 2013; Zac Medico <zmedico@gentoo.org> netcat6-1.0-r2.ebuild:
   Add ~arm-linux keyword.



1.12                 net-analyzer/netcat6/netcat6-1.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild?r1=1.11&r2=1.12

Index: netcat6-1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- netcat6-1.0-r2.ebuild	21 Feb 2013 00:01:15 -0000	1.11
+++ netcat6-1.0-r2.ebuild	24 Apr 2013 14:37:55 -0000	1.12
@@ -1,8 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild,v 1.11 2013/02/21 00:01:15 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat6/netcat6-1.0-r2.ebuild,v 1.12 2013/04/24 14:37:55 jer Exp $
 
-inherit eutils autotools
+EAPI=5
+inherit eutils autotools toolchain-funcs
 
 DESCRIPTION="netcat clone with better IPv6 support, improved code, etc..."
 HOMEPAGE="http://netcat6.sourceforge.net/"
@@ -20,25 +21,27 @@
 
 S=${WORKDIR}/nc6-${PV}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+DOCS=( AUTHORS BUGS README NEWS TODO CREDITS ChangeLog )
 
+src_prepare() {
 	epatch "${FILESDIR}/netcat6-1.0-unix-sockets.patch"
+	sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		$(use_enable ipv6) \
 		$(use_enable bluetooth bluez) \
 		$(use_enable nls)
-	emake || die
+}
+
+src_compile() {
+	emake AR=$(tc-getAR)
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	default
 	dodir /usr/bin
 	dosym /usr/bin/nc6 /usr/bin/nc
-	dodoc AUTHORS BUGS README NEWS TODO CREDITS ChangeLog
 }





             reply	other threads:[~2013-04-24 14:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 14:37 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-14 21:39 [gentoo-commits] gentoo-x86 commit in net-analyzer/netcat6: ChangeLog netcat6-1.0-r2.ebuild Jeroen Roovers (jer)
2013-12-04  3:21 Tim Harder (radhermit)
2012-07-24  0:16 Anthony G. Basile (blueness)
2011-08-03 23:44 Zac Medico (zmedico)
2011-01-29 18:35 Raul Porcel (armin76)
2011-01-25 14:14 Markos Chandras (hwoarang)
2011-01-24  4:09 Jeroen Roovers (jer)
2011-01-23 10:55 Kacper Kowalik (xarthisius)
2011-01-22  9:02 PaweA Hajdan (phajdan.jr)
2009-09-08 21:22 Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130424143756.239C22171D@flycatcher.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox