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 B4581138CEE for ; Thu, 25 Jun 2015 07:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C179E08D0; Thu, 25 Jun 2015 07:04:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 038C7E08D0 for ; Thu, 25 Jun 2015 07:04:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E1D2340914 for ; Thu, 25 Jun 2015 07:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB7B2A56 for ; Thu, 25 Jun 2015 07:04:27 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1434898897.ea7a2612720c5128f2412d93512ba6581a28fe2b.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: app-shells/pash/ X-VCS-Repository: proj/dotnet X-VCS-Files: app-shells/pash/pash-0.0-r20150618.ebuild X-VCS-Directories: app-shells/pash/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: ea7a2612720c5128f2412d93512ba6581a28fe2b X-VCS-Branch: master Date: Thu, 25 Jun 2015 07:04:27 +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: 45928e3c-6870-41ba-843d-613b1965c4fb X-Archives-Hash: a79e8a8199f868919e4c0c2a79164d0f commit: ea7a2612720c5128f2412d93512ba6581a28fe2b Author: layman <-v> AuthorDate: Sun Jun 21 15:01:37 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun Jun 21 15:01:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ea7a2612 removing from doins paths app-shells/pash/pash-0.0-r20150618.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild b/app-shells/pash/pash-0.0-r20150618.ebuild index 6f0268a..bc437cb 100644 --- a/app-shells/pash/pash-0.0-r20150618.ebuild +++ b/app-shells/pash/pash-0.0-r20150618.ebuild @@ -39,10 +39,10 @@ src_compile() { src_install() { elog "Installing assemblies" insinto /usr/lib/pash/ - doins "${S}/Source/PashConsole/bin/Release/Pash.exe" - doins "${S}/Source/PashConsole/bin/Release/*.dll" + doins Source/PashConsole/bin/Release/Pash.exe + doins Source/PashConsole/bin/Release/*.dll if use debug; then - doins "${S}/Source/PashConsole/bin/Release/*.mdb" + doins Source/PashConsole/bin/Release/*.mdb fi make_wrapper pash "mono /usr/lib/pash/Pash.exe" }