From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B34CA1381F3 for ; Mon, 14 Oct 2013 18:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50538E09E8; Mon, 14 Oct 2013 18:23:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5038E09E8 for ; Mon, 14 Oct 2013 18:23:52 +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 E57AA33EF5C for ; Mon, 14 Oct 2013 18:23:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id ABA0A2004C; Mon, 14 Oct 2013 18:23:50 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libieee1284: libieee1284-0.2.11-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libieee1284-0.2.11-r3.ebuild ChangeLog X-VCS-Directories: sys-libs/libieee1284 X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131014182350.ABA0A2004C@flycatcher.gentoo.org> Date: Mon, 14 Oct 2013 18:23:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8b09839b-7d32-4f50-8fc8-e3091d572153 X-Archives-Hash: cf6bd0e6e1e38cb80bad8003eb0e0afe mgorny 13/10/14 18:23:50 Modified: libieee1284-0.2.11-r3.ebuild ChangeLog Log: Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug #483304. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?r1=1.1&r2=1.2 Index: libieee1284-0.2.11-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libieee1284-0.2.11-r3.ebuild 10 Aug 2013 20:36:53 -0000 1.1 +++ libieee1284-0.2.11-r3.ebuild 14 Oct 2013 18:23:50 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v 1.1 2013/08/10 20:36:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v 1.2 2013/10/14 18:23:50 mgorny Exp $ EAPI="4" PYTHON_DEPEND="python? 2" -inherit python multilib-minimal +inherit eutils python multilib-minimal DESCRIPTION="Library to query devices using IEEE1284" HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html" @@ -43,5 +43,6 @@ } multilib_src_install_all() { - find "${D}" -name '*.la' -delete + prune_libtool_files --all + einstalldocs } 1.35 sys-libs/libieee1284/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 10 Aug 2013 20:36:53 -0000 1.34 +++ ChangeLog 14 Oct 2013 18:23:50 -0000 1.35 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libieee1284 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.34 2013/08/10 20:36:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.35 2013/10/14 18:23:50 mgorny Exp $ + + 14 Oct 2013; Michał Górny libieee1284-0.2.11-r3.ebuild: + Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug + #483304. *libieee1284-0.2.11-r3 (10 Aug 2013)