ssuominen 14/05/31 16:24:24 Modified: pilot-link-0.12.5-r1.ebuild ChangeLog Log: Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER wrt #467600 by Ian Stakenvicius (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild?r1=1.1&r2=1.2 Index: pilot-link-0.12.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pilot-link-0.12.5-r1.ebuild 10 Sep 2013 09:23:57 -0000 1.1 +++ pilot-link-0.12.5-r1.ebuild 31 May 2014 16:24:24 -0000 1.2 @@ -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/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.1 2013/09/10 09:23:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.2 2014/05/31 16:24:24 ssuominen Exp $ EAPI=5 @@ -41,6 +41,8 @@ "${FILESDIR}"/${PN}-0.12.3-libusb-compat-usb_open.patch \ "${FILESDIR}"/${PN}-0.12.5-perl514.patch + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467600 + AT_M4DIR="m4" eautoreconf } 1.76 app-pda/pilot-link/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 10 Sep 2013 09:23:57 -0000 1.75 +++ ChangeLog 31 May 2014 16:24:24 -0000 1.76 @@ -1,6 +1,11 @@ # ChangeLog for app-pda/pilot-link -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.75 2013/09/10 09:23:57 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.76 2014/05/31 16:24:24 ssuominen Exp $ + + 31 May 2014; Samuli Suominen <[email protected]> + pilot-link-0.12.5-r1.ebuild: + Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER wrt #467600 by + Ian Stakenvicius *pilot-link-0.12.5-r1 (10 Sep 2013)
