From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/aspnet-configuration/, dev-dotnet/dotnet-cli/
Date: Tue, 4 Oct 2016 06:14:41 +0000 (UTC) [thread overview]
Message-ID: <1475251276.b872f4feee99483fbf8609a075880f2e5cf8306d.cynede@gentoo> (raw)
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>dotnet@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 other threads:[~2016-10-04 6:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475251276.b872f4feee99483fbf8609a075880f2e5cf8306d.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox