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 1SDag9-0002rh-RI for garchives@archives.gentoo.org; Fri, 30 Mar 2012 12:11:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54122E09BA; Fri, 30 Mar 2012 12:11:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F235E09AB for ; Fri, 30 Mar 2012 12:11:30 +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 1BC3664273 for ; Fri, 30 Mar 2012 12:11:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2193) id E71342004B; Fri, 30 Mar 2012 12:11:28 +0000 (UTC) From: "Michael Haubenwallner (haubi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, haubi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libaio: libaio-0.3.109-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libaio-0.3.109-r3.ebuild ChangeLog X-VCS-Directories: dev-libs/libaio X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner Content-Type: text/plain; charset=utf8 Message-Id: <20120330121128.E71342004B@flycatcher.gentoo.org> Date: Fri, 30 Mar 2012 12:11:28 +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: 5499042c-6760-4763-914f-8699498e1165 X-Archives-Hash: e475446b2fd17c191730d7e501cb0d3d haubi 12/03/30 12:11:28 Modified: libaio-0.3.109-r3.ebuild ChangeLog Log: Drop unused manpages in src_prepare already, to not break multilib in s= rc_install, bug#407687. =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.5 dev-libs/libaio/libaio-0.3.109-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/li= baio-0.3.109-r3.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/li= baio-0.3.109-r3.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/li= baio-0.3.109-r3.ebuild?r1=3D1.4&r2=3D1.5 Index: libaio-0.3.109-r3.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/dev-libs/libaio/libaio-0.3.109-r3.ebuil= d,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libaio-0.3.109-r3.ebuild 17 Mar 2012 11:03:57 -0000 1.4 +++ libaio-0.3.109-r3.ebuild 30 Mar 2012 12:11:28 -0000 1.5 @@ -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/dev-libs/libaio/libaio-0.3.109-r3.ebu= ild,v 1.4 2012/03/17 11:03:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.109-r3.ebu= ild,v 1.5 2012/03/30 12:11:28 haubi Exp $ =20 EAPI=3D3 =20 @@ -38,6 +38,10 @@ do einfo "Preparing ${ABI} ABI ..." cd "${WORKDIR}"/${ABI}/${P} || die + + # remove stuff provided by man-pages now + rm man/{lio_listio,aio_{cancel,error,fsync,init,read,return,suspend,wr= ite}}.* || die + epatch "${FILESDIR}"/${PN}-0.3.109-unify-bits-endian.patch epatch "${FILESDIR}"/${PN}-0.3.109-generic-arch.patch epatch "${FILESDIR}"/${PN}-0.3.106-build.patch @@ -121,7 +125,4 @@ gen_usr_ldscript -a aio done ABI=3D${OABI} - - # remove stuff provided by man-pages now - rm "${ED}"usr/share/man/man3/{lio_listio,aio_{cancel,error,fsync,init,r= ead,return,suspend,write}}.* || die } 1.65 dev-libs/libaio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/Ch= angeLog?rev=3D1.65&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/Ch= angeLog?rev=3D1.65&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/Ch= angeLog?r1=3D1.64&r2=3D1.65 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/dev-libs/libaio/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 17 Mar 2012 11:03:57 -0000 1.64 +++ ChangeLog 30 Mar 2012 12:11:28 -0000 1.65 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libaio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/ChangeLog,v 1.64 2012= /03/17 11:03:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/ChangeLog,v 1.65 2012= /03/30 12:11:28 haubi Exp $ + + 30 Mar 2012; Michael Haubenwallner + libaio-0.3.109-r3.ebuild: + Drop unused manpages in src_prepare already, to not break multilib in + src_install, bug#407687. =20 17 Mar 2012; Pacho Ramos -libaio-0.3.109-r1.ebuild, libaio-0.3.109-r3.ebuild: