From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6612E138330 for ; Wed, 7 Sep 2016 06:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6355821C232; Wed, 7 Sep 2016 06:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54C6521C233 for ; Wed, 7 Sep 2016 06:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78DB83408B8 for ; Wed, 7 Sep 2016 06:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62FE42483 for ; Wed, 7 Sep 2016 06:13:55 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1472801792.37e7cd5b586b8337955d0c4040956a4c2c6bbf51.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web-mvc/, dev-dotnet/system-web-razor/, ... X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild dev-dotnet/system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild X-VCS-Directories: dev-dotnet/system-web-webpages/ dev-dotnet/system-web-razor/ dev-dotnet/system-web-mvc/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 37e7cd5b586b8337955d0c4040956a4c2c6bbf51 X-VCS-Branch: master Date: Wed, 7 Sep 2016 06:13:55 +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: ef729fb4-11f4-4106-a4e0-0e747bff17bb X-Archives-Hash: f0370458d1a79ee5524eba5b956e2923 commit: 37e7cd5b586b8337955d0c4040956a4c2c6bbf51 Author: ArsenShnurkov gmail com> AuthorDate: Fri Sep 2 07:36:32 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Sep 2 07:36:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=37e7cd5b dependencies was added dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild | 1 + dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild | 1 + .../system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild b/dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild index 0ba7b0f..aa847fb 100644 --- a/dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild +++ b/dev-dotnet/system-web-mvc/system-web-mvc-5.2.3_p2014092400.ebuild @@ -26,6 +26,7 @@ USE_DOTNET="net45" IUSE="+${USE_DOTNET} developer debug" COMMON_DEPEND=">=dev-lang/mono-4.0.2.5 + dev-dotnet/system-web-webpages " RDEPEND="${COMMON_DEPEND} " diff --git a/dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild b/dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild index 969c99c..f1acd16 100644 --- a/dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild +++ b/dev-dotnet/system-web-razor/system-web-razor-3.2.3_p2014092400.ebuild @@ -26,6 +26,7 @@ USE_DOTNET="net45" IUSE="+${USE_DOTNET} developer debug" COMMON_DEPEND=">=dev-lang/mono-4.0.2.5 + dev-dotnet/microsoft-web-infrastructure " RDEPEND="${COMMON_DEPEND} " diff --git a/dev-dotnet/system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild b/dev-dotnet/system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild index ae49c59..946f16c 100644 --- a/dev-dotnet/system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild +++ b/dev-dotnet/system-web-webpages/system-web-webpages-3.2.3_p2014092400.ebuild @@ -26,6 +26,7 @@ USE_DOTNET="net45" IUSE="+${USE_DOTNET} developer debug" COMMON_DEPEND=">=dev-lang/mono-4.0.2.5 + dev-dotnet/system-web-razor " RDEPEND="${COMMON_DEPEND} "