commit:     c9a3c5d2d12b4d076311cf7f6d1367af1c2fae5b
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Fri Sep 30 09:02:07 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 09:03:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c9a3c5d2

source downloading

 dev-dotnet/autofac/autofac-4.1.1.ebuild | 49 +++++++++++++++++++++++++++++++++
 dev-dotnet/autofac/metadata.xml         |  8 ++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-dotnet/autofac/autofac-4.1.1.ebuild 
b/dev-dotnet/autofac/autofac-4.1.1.ebuild
new file mode 100644
index 0000000..fe0881e
--- /dev/null
+++ b/dev-dotnet/autofac/autofac-4.1.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+USE_DOTNET="net45"
+
+inherit gac dotnet
+
+SRC_URI="https://github.com/autofac/Autofac/archive/v4.1.1.tar.gz -> 
${PV}.tar.gz"
+RESTRICT="mirror"
+S="${WORKDIR}/${PN}-${PV}"
+
+HOMEPAGE="https://github.com/autofac/Autofac";
+DESCRIPTION="An addictive .NET IoC container"
+LICENSE="MIT" # https://github.com/autofac/Autofac/blob/develop/LICENSE
+
+IUSE="+${USE_DOTNET} +debug developer doc"
+
+COMMON_DEPEND=">=dev-lang/mono-4.0.2.5
+"
+RDEPEND="${COMMON_DEPEND}
+"
+DEPEND="${COMMON_DEPEND}
+"
+
+src_prepare() {
+       #eapply "${FILESDIR}/references-2016052301.patch"
+       #eapply "${FILESDIR}/location.patch"
+       eapply_user
+}
+
+src_compile() {
+       :;
+       #exbuild "Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj"
+}
+
+src_install() {
+       if use debug; then
+               DIR="Debug"
+       else
+               DIR="Release"
+       fi
+       #egacinstall 
"Source/MSBuild.Community.Tasks/bin/${DIR}/MSBuild.Community.Tasks.dll"
+       #einstall_pc_file "${PN}" "${PV}" "MSBuild.Community.Tasks.dll"
+}

diff --git a/dev-dotnet/autofac/metadata.xml b/dev-dotnet/autofac/metadata.xml
new file mode 100644
index 0000000..b1262f1
--- /dev/null
+++ b/dev-dotnet/autofac/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>

Reply via email to