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 1RlMnR-0002Ho-KG for garchives@archives.gentoo.org; Thu, 12 Jan 2012 15:42:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CE9E0459; Thu, 12 Jan 2012 15:42:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55243E0459 for ; Thu, 12 Jan 2012 15:42:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D08941B401C for ; Thu, 12 Jan 2012 15:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0950780044 for ; Thu, 12 Jan 2012 15:42:24 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] dev/alexxy:master commit in: dev-python/rtslib/ X-VCS-Repository: dev/alexxy X-VCS-Files: dev-python/rtslib/rtslib-9999.ebuild X-VCS-Directories: dev-python/rtslib/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: dbd421a2a3fe6c865be3b1cffa3b4295f29dab26 Date: Thu, 12 Jan 2012 15:42:24 +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: 4345b7ee-6085-44a0-b689-f985cc10eda2 X-Archives-Hash: b818e2c039ac8d390ae379c0430d22ab commit: dbd421a2a3fe6c865be3b1cffa3b4295f29dab26 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jan 12 15:42:07 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jan 12 15:42:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3Ddbd421a2 Fix rtslib (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commi= t) --- dev-python/rtslib/rtslib-9999.ebuild | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dev-python/rtslib/rtslib-9999.ebuild b/dev-python/rtslib/rts= lib-9999.ebuild index bd9f824..3f88d2e 100644 --- a/dev-python/rtslib/rtslib-9999.ebuild +++ b/dev-python/rtslib/rtslib-9999.ebuild @@ -26,3 +26,10 @@ DEPEND=3D" dev-python/netifaces " RDEPEND=3D"${DEPEND}" + +src_install() { + distutils_src_install + keepdir /var/target/fabric + insinto /var/target/fabric + doins spec/*.spec +}