commit:     b872f4feee99483fbf8609a075880f2e5cf8306d
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Fri Sep 30 14:21:55 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+           <email>dot...@gentoo.org</email>
+           <description>Gentoo Dotnet Project</description>
+       </maintainer>
+</pkgmetadata>

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}
 

Reply via email to