jer 14/03/25 14:26:31 Modified: asapm-3.1-r1.ebuild ChangeLog Log: Fix configure.in error when sourcing config.site. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 x11-plugins/asapm/asapm-3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?r1=1.2&r2=1.3 Index: asapm-3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- asapm-3.1-r1.ebuild 25 Mar 2014 13:55:42 -0000 1.2 +++ asapm-3.1-r1.ebuild 25 Mar 2014 14:26:30 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.2 2014/03/25 13:55:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.3 2014/03/25 14:26:30 jer Exp $ EAPI=5 -inherit eutils toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="APM monitor for AfterStep" HOMEPAGE="http://tigr.net/afterstep/applets/" @@ -21,12 +21,11 @@ DEPEND="${RDEPEND} x11-proto/xproto" -pkg_setup() { - tc-export CC -} - src_prepare() { - epatch "${FILESDIR}"/${P}-{ldflags,include}.patch + epatch "${FILESDIR}"/${P}-{ldflags,include,autoconf}.patch + cp autoconf/configure.in . || die + AT_M4DIR=autoconf eautoconf + tc-export CC } src_install() { 1.22 x11-plugins/asapm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 25 Mar 2014 13:55:42 -0000 1.21 +++ ChangeLog 25 Mar 2014 14:26:30 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/asapm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.21 2014/03/25 13:55:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.22 2014/03/25 14:26:30 jer Exp $ + + 25 Mar 2014; Jeroen Roovers <j...@gentoo.org> asapm-3.1-r1.ebuild, + +files/asapm-3.1-autoconf.patch, files/asapm-3.1-ldflags.patch: + Fix configure.in error when sourcing config.site. 25 Mar 2014; Jeroen Roovers <j...@gentoo.org> asapm-3.1-r1.ebuild, +files/asapm-3.1-include.patch: