commit: 56198399b5759444865d782ca28e0d09f185df6a
Author: ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github
<DOT> com>
AuthorDate: Mon Oct 30 17:13:08 2017 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 17:13:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=56198399
compilation implemented
dev-dotnet/nhibernate-linq/nhibernate-linq-1.0.0.0_p2010050601.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/dev-dotnet/nhibernate-linq/nhibernate-linq-1.0.0.0_p2010050601.ebuild
b/dev-dotnet/nhibernate-linq/nhibernate-linq-1.0.0.0_p2010050601.ebuild
index 460b895..6418782 100644
--- a/dev-dotnet/nhibernate-linq/nhibernate-linq-1.0.0.0_p2010050601.ebuild
+++ b/dev-dotnet/nhibernate-linq/nhibernate-linq-1.0.0.0_p2010050601.ebuild
@@ -52,6 +52,9 @@ function output_filename ( ) {
src_prepare() {
#cp "${FILESDIR}/${METAFILE_TO_BUILD}-${PV}.csproj"
"${S}/${PATH_TO_PROJ}/${METAFILE_TO_BUILD}.csproj" || die
#cp "${FILESDIR}/CommonAssemblyInfo-${PV}.cs"
"${S}/${PATH_TO_PROJ}/../CommonAssemblyInfo.cs" || die
+ cat <<-METADATA
>"${S}/src/NHibernate.Linq/src/NHibernate.Linq/AssemblyInfo.cs" || die
+ [assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
+ METADATA
eapply_user
}