commit: 51da8b134e88749dd9bfa7787e047b8eca0d8a84 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Sat Oct 1 06:01:50 2016 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Sat Oct 1 06:01:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=51da8b13
compilation done, dependency added .../autofac-configuration-4.0.1.ebuild | 3 ++- .../files/Autofac.Configuration.csproj-4.0.1.gz | Bin 1015 -> 0 bytes .../files/Autofac.Configuration.csproj-4.0.1.tar.gz | Bin 0 -> 1224 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-dotnet/autofac-configuration/autofac-configuration-4.0.1.ebuild b/dev-dotnet/autofac-configuration/autofac-configuration-4.0.1.ebuild index 053b434..a0e1238 100644 --- a/dev-dotnet/autofac-configuration/autofac-configuration-4.0.1.ebuild +++ b/dev-dotnet/autofac-configuration/autofac-configuration-4.0.1.ebuild @@ -21,6 +21,7 @@ LICENSE="MIT" # https://github.com/autofac/Autofac.Configuration/blob/develop/LI IUSE="+${USE_DOTNET} +debug developer doc" COMMON_DEPEND=">=dev-lang/mono-4.0.2.5 + dev-dotnet/aspnet-configuration " RDEPEND="${COMMON_DEPEND} " @@ -29,7 +30,7 @@ DEPEND="${COMMON_DEPEND} src_unpack() { default - gunzip --decompress --stdout "${FILESDIR}/Autofac.Configuration.csproj-${PV}.gz" >"${S}/src/Autofac.Configuration/Autofac.Configuration.csproj" || die + tar xzvpf "${FILESDIR}/Autofac.Configuration.csproj-${PV}.tar.gz" -C "${S}" || die } src_prepare() { diff --git a/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.gz b/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.gz deleted file mode 100644 index 5e18aa8..0000000 Binary files a/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.gz and /dev/null differ diff --git a/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.tar.gz b/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.tar.gz new file mode 100644 index 0000000..3ef615c Binary files /dev/null and b/dev-dotnet/autofac-configuration/files/Autofac.Configuration.csproj-4.0.1.tar.gz differ
