From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDD22138A1A for ; Thu, 8 Jan 2015 08:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4520AE0849; Thu, 8 Jan 2015 08:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF573E0849 for ; Thu, 8 Jan 2015 08:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFAF534070A for ; Thu, 8 Jan 2015 08:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10567F1E8 for ; Thu, 8 Jan 2015 08:23:56 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1420705423.e5c529fd7ddc490dfa9cd88f5ab57cc2b40b5290.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-apps/antd/antd-9999.ebuild www-apps/antd/metadata.xml X-VCS-Directories: www-apps/antd/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: e5c529fd7ddc490dfa9cd88f5ab57cc2b40b5290 X-VCS-Branch: master Date: Thu, 8 Jan 2015 08:23:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ae70000-32e6-47fc-8b0e-24647b153a2c X-Archives-Hash: af9d1c07a421bcc7a24bd59a1f289654 commit: e5c529fd7ddc490dfa9cd88f5ab57cc2b40b5290 Author: Heather live ru> AuthorDate: Thu Jan 8 08:23:43 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Thu Jan 8 08:23:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=e5c529fd antd ebuild --- www-apps/antd/antd-9999.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++ www-apps/antd/metadata.xml | 15 ++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild new file mode 100644 index 0000000..16dab56 --- /dev/null +++ b/www-apps/antd/antd-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +USE_DOTNET="net45" + +inherit git-2 eutils dotnet + +DESCRIPTION="Antd" +HOMEPAGE="http://www.anthilla.com/en/projects/antd" +SRC_URI="" + +LICENSE="BSD-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="+heather" + +if use heather; then + EGIT_REPO_URI="git://github.com/Heather/Antd.git" + EGIT_MASTER="heather" +else + EGIT_REPO_URI="git://github.com/Anthilla/Antd.git" + EGIT_MASTER="master" +fi + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare() { + addpredict /etc/mono/registry/last-btime #nowarn +} + +src_compile() { + wget http://nuget.org/nuget.exe || die "failed to wget NuGet" + cp nuget.exe ./.nuget/NuGet.exe || die + chmod a+x ./.nuget/NuGet.exe || die + make antd || die "build fault" +} + +src_install() { + elog "Installing Antd" + insinto /usr/lib/mono/Antd/ + doins Antd/bin/Debug/* + make_wrapper antd "mono /usr/lib/mono/Antd/Antd.exe" +} diff --git a/www-apps/antd/metadata.xml b/www-apps/antd/metadata.xml new file mode 100644 index 0000000..a876e87 --- /dev/null +++ b/www-apps/antd/metadata.xml @@ -0,0 +1,15 @@ + + + + + heather@live.ru + + + Antd + + + + Heather fork + + +