From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZ1hs-0002CF-SP for garchives@archives.gentoo.org; Mon, 28 May 2012 15:18:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA89E0827; Mon, 28 May 2012 15:17:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E87D5E0827 for ; Mon, 28 May 2012 15:17:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51F571B4058 for ; Mon, 28 May 2012 15:17:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 695) id 13DBD2004B; Mon, 28 May 2012 15:17:55 +0000 (UTC) From: "Olivier Crete (tester)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tester@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/amsn: amsn-0.98.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: amsn-0.98.9.ebuild ChangeLog X-VCS-Directories: net-im/amsn X-VCS-Committer: tester X-VCS-Committer-Name: Olivier Crete Content-Type: text/plain; charset=utf8 Message-Id: <20120528151755.13DBD2004B@flycatcher.gentoo.org> Date: Mon, 28 May 2012 15:17:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f20f443d-d0c8-42a6-9a60-3a6d97776eff X-Archives-Hash: ab729d82b04be57e185cba61ed353c50 tester 12/05/28 15:17:55 Modified: amsn-0.98.9.ebuild ChangeLog Log: make install is not parallel and build amsnplus plugin in src_compile =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.2 net-im/amsn/amsn-0.98.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0= .98.9.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0= .98.9.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0= .98.9.ebuild?r1=3D1.1&r2=3D1.2 Index: amsn-0.98.9.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amsn-0.98.9.ebuild 26 May 2012 17:53:45 -0000 1.1 +++ amsn-0.98.9.ebuild 28 May 2012 15:17:54 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v 1.1 = 2012/05/26 17:53:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v 1.2 = 2012/05/28 15:17:54 tester Exp $ =20 EAPI=3D4 inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs @@ -60,9 +60,16 @@ econf $(use_enable debug) } =20 -src_install() { +src_compile() { + # Custom build system, parallel make fails + emake emake -C plugins/amsnplus - default +} + +src_install() { + # Can't use default because make install isn't parallel friendly + emake -j1 DESTDIR=3D"${D}" install + dodoc "${DOCS[@]}" =20 domenu amsn.desktop sed -i -e s:.png:: "${D}"/usr/share/applications/amsn.desktop || die 1.116 net-im/amsn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?rev=3D1.116&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?rev=3D1.116&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?r1=3D1.115&r2=3D1.116 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 26 May 2012 17:53:45 -0000 1.115 +++ ChangeLog 28 May 2012 15:17:54 -0000 1.116 @@ -1,6 +1,9 @@ # ChangeLog for net-im/amsn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.115 2012/05= /26 17:53:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.116 2012/05= /28 15:17:54 tester Exp $ + + 28 May 2012; Olivier Cr=C3=AAte amsn-0.98.9.ebuild= : + make install is not parallel and build amsnplus plugin in src_compile =20 *amsn-0.98.9 (26 May 2012) =20