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 1SZNSo-0002Oh-OP for garchives@archives.gentoo.org; Tue, 29 May 2012 14:31:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98885E079C; Tue, 29 May 2012 14:31:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54053E079C for ; Tue, 29 May 2012 14:31:41 +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 577761B4047 for ; Tue, 29 May 2012 14:31:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 695) id 5D1BF2004B; Tue, 29 May 2012 14:31:38 +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: <20120529143138.5D1BF2004B@flycatcher.gentoo.org> Date: Tue, 29 May 2012 14:31:38 +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: f41bf200-c7ed-418e-83bd-0cec93478a5a X-Archives-Hash: 6c7bf826a955c69d666c184a55ea4911 tester 12/05/29 14:31:38 Modified: amsn-0.98.9.ebuild ChangeLog Log: Add patch to prevent deleting built files in the install phase =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.6 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.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0= .98.9.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0= .98.9.ebuild?r1=3D1.5&r2=3D1.6 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amsn-0.98.9.ebuild 29 May 2012 12:12:11 -0000 1.5 +++ amsn-0.98.9.ebuild 29 May 2012 14:31:36 -0000 1.6 @@ -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.5 = 2012/05/29 12:12:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v 1.6 = 2012/05/29 14:31:36 tester Exp $ =20 EAPI=3D4 inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs @@ -46,7 +46,8 @@ epatch \ "${FILESDIR}"/${PN}-0.98-noautoupdate.patch \ "${FILESDIR}"/${PN}-0.98.4-v4l2.patch \ - "${FILESDIR}"/${PN}-0.98.4-amsnplus-ldflags.patch + "${FILESDIR}"/${PN}-0.98.4-amsnplus-ldflags.patch \ + "${FILESDIR}"/${PN}-0.98.9-no-rebuild-on-install.patch =20 # only portage should strip files, bug 285682 sed -i -e "s/LDFLAGS +=3D -s/LDFLAGS +=3D /" Makefile.in || die "sed fa= iled" 1.120 net-im/amsn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?rev=3D1.120&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?rev=3D1.120&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/Change= Log?r1=3D1.119&r2=3D1.120 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.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 29 May 2012 12:12:11 -0000 1.119 +++ ChangeLog 29 May 2012 14:31:36 -0000 1.120 @@ -1,6 +1,10 @@ # 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.119 2012/05= /29 12:12:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.120 2012/05= /29 14:31:36 tester Exp $ + + 29 May 2012; Olivier Cr=C3=AAte amsn-0.98.9.ebuild= , + +files/amsn-0.98.9-no-rebuild-on-install.patch: + Add patch to prevent deleting built files in the install phase =20 29 May 2012; Agostino Sarubbo amsn-0.98.9.ebuild: Stable for amd64, wrt bug #415861