commit:     061ea6808ac9afb9e4c6f2e39246eb10577fd418
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat May  9 09:16:31 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-       </maintainer>
-       <longdescription>
-               Antd
-       </longdescription>
-       <use>
-               <flag name='heather'>
-                       Heather fork
-               </flag>
-       </use>
-</pkgmetadata>

Reply via email to