commit:     eb078abcda0a45543c4022ba134544abc94993a2
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 07:35:07 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 07:35:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=eb078abc

copy of ebuild template

 .../microsoft-web-infrastructure/metadata.xml      | 20 ++++++++++++++++
 .../microsoft-web-infrastructure-1.0.0.0.ebuild    | 27 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-dotnet/microsoft-web-infrastructure/metadata.xml 
b/dev-dotnet/microsoft-web-infrastructure/metadata.xml
new file mode 100644
index 0000000..5875c6f
--- /dev/null
+++ b/dev-dotnet/microsoft-web-infrastructure/metadata.xml
@@ -0,0 +1,20 @@
+<?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>
+       <upstream>
+               <bugs-to>https://github.com/gentoo/dotnet/issues</bugs-to>
+               <remote-id type="github">mono/mono</remote-id>
+       </upstream>
+       <use>
+       </use>
+       <longdescription lang="en">
+               This package contains the Microsoft.Web.Infrastructure assembly 
that lets you dynamically register HTTP modules at run time.
+       </longdescription>
+       <longdescription lang="ru">
+               Сборка Microsoft.Web.Infrastructure.dll позволяет 
регистрировать модули HTTP динамически во время выполнения.
+       </longdescription>
+</pkgmetadata>

diff --git 
a/dev-dotnet/microsoft-web-infrastructure/microsoft-web-infrastructure-1.0.0.0.ebuild
 
b/dev-dotnet/microsoft-web-infrastructure/microsoft-web-infrastructure-1.0.0.0.ebuild
new file mode 100644
index 0000000..a04a3e3
--- /dev/null
+++ 
b/dev-dotnet/microsoft-web-infrastructure/microsoft-web-infrastructure-1.0.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+USE_DOTNET="net45"
+inherit nupkg
+IUSE="+${DOTNET}"
+
+DESCRIPTION="assembly that lets you dynamically register HTTP modules at run 
time"
+HOMEPAGE="https://www.asp.net/";
+SRC_URI="http://download.mono-project.com/sources/mono/mono-4.6.0.150.tar.bz2";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+COMMONDEPEND="
+"
+RDEPEND="${COMMONDEPEND}
+"
+DEPEND="${COMMONDEPEND}
+"
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"

Reply via email to