commit:     4559734d5925611461005ada319c4eb373b7ca40
Author:     Heather <Heather <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Oct 17 06:39:07 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 06:39:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4559734d

improve eclass docs

 eclass/nuget.eclass | 6 ++++--
 1 file 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: [email protected]
 # @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() {

Reply via email to