aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHeather <Heather@users.noreply.github.com>2015-10-17 10:39:07 +0400
committerHeather <Heather@users.noreply.github.com>2015-10-17 10:39:07 +0400
commit4559734d5925611461005ada319c4eb373b7ca40 (patch)
treebc23daea740f59410552928ee2ddc35e4f0d1b48 /eclass
parentnote about nuget_src_unpack (diff)
downloaddotnet-4559734d5925611461005ada319c4eb373b7ca40.tar.gz
dotnet-4559734d5925611461005ada319c4eb373b7ca40.tar.bz2
dotnet-4559734d5925611461005ada319c4eb373b7ca40.zip
improve eclass docs
Diffstat (limited to 'eclass')
-rw-r--r--eclass/nuget.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass
index 4356b88..1561fd6 100644
--- a/eclass/nuget.eclass
+++ b/eclass/nuget.eclass
@@ -5,7 +5,9 @@
# @ECLASS: nuget.eclass
# @MAINTAINER: cynede@gentoo.org
# @BLURB: Common functionality for nuget apps
-# @DESCRIPTION: Common functionality needed by fake build system.
+# @DESCRIPTION: my idea of nuget was following:
+# introduce nuget IUSE flag for packages that are on nuget to download them from nuget. (if sources fails with some reason or dependies is complicated or if user just want binaries).
+# or maybe even introduce few packages that just downloads and instulls from nuget, reason is obviously - easy maintaince
inherit dotnet
@@ -66,7 +68,7 @@ else
fi
# @FUNCTION: nuget_src_unpack
-# @DESCRIPTION: my idea of nuget was following:
+# @DESCRIPTION: Runs nuget
# Here is usage example where nuget is alternative way: https://github.com/gentoo/dotnet/blob/master/dev-dotnet/fake
# Src_compile does nothing and src_install just installs sources from nuget_src_unpack
nuget_src_unpack() {