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 45316138CA3 for ; Sat, 9 May 2015 09:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1482E07E0; Sat, 9 May 2015 09:17:15 +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 93066E07E0 for ; Sat, 9 May 2015 09:17:15 +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 867D9341050 for ; Sat, 9 May 2015 09:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C92259A3 for ; Sat, 9 May 2015 09:17:05 +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: <1431162991.061ea6808ac9afb9e4c6f2e39246eb10577fd418.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: 061ea6808ac9afb9e4c6f2e39246eb10577fd418 X-VCS-Branch: master Date: Sat, 9 May 2015 09:17:05 +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: 4622f110-783c-4ed9-a341-9fed380e4774 X-Archives-Hash: d06059df6125889e62f600084da45aa5 commit: 061ea6808ac9afb9e4c6f2e39246eb10577fd418 Author: Heather live ru> AuthorDate: Sat May 9 09:16:31 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat May 9 09:16:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=061ea680 Antd will be moved to Anthilla overlay www-apps/antd/antd-9999.ebuild | 39 --------------------------------------- www-apps/antd/metadata.xml | 15 --------------- 2 files changed, 54 deletions(-) diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild deleted file mode 100644 index dea67a0..0000000 --- a/www-apps/antd/antd-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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-2" #BSD-3 really... -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_install() { - elog "Installing Antd" - insinto /usr/lib/mono/Antd/ - doins -r Antd/bin/Release/* - make_wrapper antd "mono /usr/lib/mono/Antd/Antd.exe" -} diff --git a/www-apps/antd/metadata.xml b/www-apps/antd/metadata.xml deleted file mode 100644 index a876e87..0000000 --- a/www-apps/antd/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - heather@live.ru - - - Antd - - - - Heather fork - - -