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 D32AF1397F5 for ; Thu, 20 Aug 2015 12:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 724A2141B8; Thu, 20 Aug 2015 12:30:35 +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 9D2B214186 for ; Thu, 20 Aug 2015 12:30: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 B381B340B0B for ; Thu, 20 Aug 2015 12:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6133B165 for ; Thu, 20 Aug 2015 12:30:32 +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: <1439986632.982761a61f9750faa20d3b6c403784623f75b540.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild X-VCS-Directories: dev-dotnet/nunit/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 982761a61f9750faa20d3b6c403784623f75b540 X-VCS-Branch: master Date: Thu, 20 Aug 2015 12:30:32 +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: bff48da5-4025-4089-a519-2848d0ca8a2f X-Archives-Hash: def019b82fc4c7ec6a70917b30281dd1 commit: 982761a61f9750faa20d3b6c403784623f75b540 Author: ArsenShnurkov gmail com> AuthorDate: Wed Aug 19 12:17:12 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Aug 19 12:17:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=982761a6 dodoc -> doins for plain files dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild index 754344d..d2237bb 100644 --- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild +++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild @@ -71,7 +71,7 @@ src_install() { # dohtml ${WORKDIR}/doc/*.html # insinto /usr/share/${P}/samples # doins -r ${WORKDIR}/samples/* - dodoc LICENSE.txt NOTICES.txt CHANGES.txt + doins LICENSE.txt NOTICES.txt CHANGES.txt fi enupkg "${WORKDIR}/NUnit.3.0.0.nupkg"