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 5CBC3138330 for ; Tue, 4 Oct 2016 06:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE572E0BF8; Tue, 4 Oct 2016 06:14:45 +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 B0646E0BF8 for ; Tue, 4 Oct 2016 06:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0301A340F97 for ; Tue, 4 Oct 2016 06:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6414E24AC for ; Tue, 4 Oct 2016 06:14:41 +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: <1475251276.b872f4feee99483fbf8609a075880f2e5cf8306d.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/aspnet-configuration/, dev-dotnet/dotnet-cli/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild dev-dotnet/aspnet-configuration/metadata.xml dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild X-VCS-Directories: dev-dotnet/aspnet-configuration/ dev-dotnet/dotnet-cli/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: b872f4feee99483fbf8609a075880f2e5cf8306d X-VCS-Branch: master Date: Tue, 4 Oct 2016 06:14:41 +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: b9adc972-1302-4afb-8bfe-da88d7ec30b3 X-Archives-Hash: fc8e1df549e73ba21792bd114e671f40 commit: b872f4feee99483fbf8609a075880f2e5cf8306d Author: ArsenShnurkov gmail com> AuthorDate: Fri Sep 30 14:21:55 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Sep 30 16:01:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b872f4fe downloading .../aspnet-configuration-1.0.0.ebuild | 45 ++++++++++++++++++++++ dev-dotnet/aspnet-configuration/metadata.xml | 8 ++++ .../dotnet-cli-1.0.0_pre2_p003131.ebuild | 1 - 3 files changed, 53 insertions(+), 1 deletion(-) diff --git a/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild b/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild new file mode 100644 index 0000000..0e6cefa --- /dev/null +++ b/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +SLOT="0" + +USE_DOTNET="net45" +IUSE="+${USE_DOTNET} +gac developer debug doc" + +inherit gac dotnet + +SRC_URI="https://github.com/aspnet/Configuration/archive/1.0.0.tar.gz -> ${PN}-${PV}.tar.gz" +RESTRICT="mirror" +S="${WORKDIR}/Configuration-1.0.0" + +HOMEPAGE="https://github.com/aspnet/Configuration" +DESCRIPTION="Interfaces and providers for accessing configuration files" +LICENSE="Apache-2.0" # https://github.com/aspnet/Configuration/blob/dev/LICENSE.txt +KEYWORDS="~amd64 ~ppc ~x86" + +COMMON_DEPEND=">=dev-lang/mono-4.0.2.5 +" +RDEPEND="${COMMON_DEPEND} +" +DEPEND="${COMMON_DEPEND} +" + +src_prepare() { + eapply_user +} + +src_compile() { + :; +} + +src_install() { + if use debug; then + CONFIGURATION=NET45-Debug + else + CONFIGURATION=NET45-Release + fi + #egacinstall "src/Castle.Core/bin/${CONFIGURATION}/Castle.Core.dll" + #einstall_pc_file "${PN}" "${PV}" "Castle.Core.dll" +} diff --git a/dev-dotnet/aspnet-configuration/metadata.xml b/dev-dotnet/aspnet-configuration/metadata.xml new file mode 100644 index 0000000..60328c2 --- /dev/null +++ b/dev-dotnet/aspnet-configuration/metadata.xml @@ -0,0 +1,8 @@ + + + + + dotnet@gentoo.org + Gentoo Dotnet Project + + diff --git a/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild b/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild index fc0d624..00a0bc8 100644 --- a/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild +++ b/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild @@ -19,7 +19,6 @@ MY_BASE_PV=${BASE_PV/_pre/-preview} MY_PV=${MY_BASE_PV}-${P_BUILD} MY_P=${PN}-${MY_PV} - CORECLR=coreclr-${CORECLR_V} COREFX=corefx-${COREFX_V}