commit:     1292f29d3c95417425e0de1d194ae3f50ba5aa8c
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Thu Sep  3 07:17:53 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 14:24:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1292f29d

text of eclass, initial version

 eclass/mpt-r20150903.eclass | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/eclass/mpt-r20150903.eclass b/eclass/mpt-r20150903.eclass
new file mode 100644
index 0000000..6e8a78d
--- /dev/null
+++ b/eclass/mpt-r20150903.eclass
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# @ECLASS: mpt-r20150903.eclass
+# @MAINTAINER: cyn...@gentoo.org
+# @BLURB: wrappers for mono-packaging-tools package
+# @DESCRIPTION:
+# This eclass include function wrappers
+
+inherit eutils versionator mono-env dotnet
+
+DEPEND+=" dev-util/mono-packaging-tools"
+
+# @FUNCTION: empt-gitmodules
+# @DESCRIPTION:  wraps mpt-gitmodules
+empt-gitmodules() {
+       mpt-gitmodules $@ || die
+}
+
+# @FUNCTION: empt-sln
+# @DESCRIPTION:  wraps mpt-sln
+empt-sln() {
+       empt-sln $@ || die
+}
+# @FUNCTION: empt-csproj
+# @DESCRIPTION:  wraps mpt-csproj
+empt-csproj() {
+       empt-csproj $@ || die
+}
+# @FUNCTION: eempt-machine
+# @DESCRIPTION:  wraps empt-machine
+empt-machine() {
+       empt-machine $@ || die
+}

Reply via email to