commit: cc22e868b40a7c0fa52afd2e1d4acabea4090e9f
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sat Oct 1 05:32:06 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 05:32:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cc22e868
compilation
.../aspnet-configuration-1.0.0.ebuild | 12 +++++++-----
.../files/build-scripts-1.0.0.tar.gz | Bin 0 -> 1693 bytes
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild
b/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild
index 0e6cefa..8453870 100644
--- a/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild
+++ b/dev-dotnet/aspnet-configuration/aspnet-configuration-1.0.0.ebuild
@@ -27,19 +27,21 @@ DEPEND="${COMMON_DEPEND}
"
src_prepare() {
+ tar xzvpf "${FILESDIR}/build-scripts-1.0.0.tar.gz" -C "${S}" || die
eapply_user
}
src_compile() {
- :;
+ exbuild_strong /p:VersionNumber=${PV} "src/src.sln"
}
src_install() {
if use debug; then
- CONFIGURATION=NET45-Debug
+ CONFIGURATION=Debug
else
- CONFIGURATION=NET45-Release
+ CONFIGURATION=Release
fi
- #egacinstall "src/Castle.Core/bin/${CONFIGURATION}/Castle.Core.dll"
- #einstall_pc_file "${PN}" "${PV}" "Castle.Core.dll"
+ egacinstall
"src/Microsoft.Extensions.Configuration.Abstractions/bin/${CONFIGURATION}/Microsoft.Extensions.Configuration.Abstractions.dll"
+ egacinstall
"src/Microsoft.Extensions.Configuration/bin/${CONFIGURATION}/Microsoft.Extensions.Configuration.dll"
+ einstall_pc_file "${PN}" "${PV}"
"Microsoft.Extensions.Configuration.Abstractions"
"Microsoft.Extensions.Configuration"
}
diff --git a/dev-dotnet/aspnet-configuration/files/build-scripts-1.0.0.tar.gz
b/dev-dotnet/aspnet-configuration/files/build-scripts-1.0.0.tar.gz
new file mode 100644
index 0000000..af98c31
Binary files /dev/null and
b/dev-dotnet/aspnet-configuration/files/build-scripts-1.0.0.tar.gz differ