* [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/
@ 2015-01-08 8:23 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-01-08 8:23 UTC (permalink / raw
To: gentoo-commits
commit: e5c529fd7ddc490dfa9cd88f5ab57cc2b40b5290
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Jan 8 08:23:43 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>heather@live.ru</email>
+ </maintainer>
+ <longdescription>
+ Antd
+ </longdescription>
+ <use>
+ <flag name='heather'>
+ Heather fork
+ </flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/
@ 2015-01-08 8:39 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-01-08 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 77673503e270a34e9c7099995bdeb526f0afdc41
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Jan 8 08:39:36 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Jan 8 08:39:36 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=77673503
automate antd makefile
---
www-apps/antd/antd-9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild
index 16dab56..e8fe060 100644
--- a/www-apps/antd/antd-9999.ebuild
+++ b/www-apps/antd/antd-9999.ebuild
@@ -31,13 +31,6 @@ 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/
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/
@ 2015-01-08 8:48 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-01-08 8:48 UTC (permalink / raw
To: gentoo-commits
commit: e31b4870f44b2964719150545f9757702d9dbb61
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Jan 8 08:48:08 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Jan 8 08:48:08 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=e31b4870
Antd: fix intall + release
---
www-apps/antd/antd-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild
index e8fe060..6b445e9 100644
--- a/www-apps/antd/antd-9999.ebuild
+++ b/www-apps/antd/antd-9999.ebuild
@@ -34,6 +34,6 @@ src_prepare() {
src_install() {
elog "Installing Antd"
insinto /usr/lib/mono/Antd/
- doins Antd/bin/Debug/*
+ doins -r Antd/bin/Release/*
make_wrapper antd "mono /usr/lib/mono/Antd/Antd.exe"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/
@ 2015-01-21 18:17 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-01-21 18:17 UTC (permalink / raw
To: gentoo-commits
commit: e0fe00362269926d00eb95e2a71f38888ec5744d
Author: Heather <heather <AT> live <DOT> ru>
AuthorDate: Wed Jan 21 08:51:08 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 08:51:08 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=e0fe0036
temporary fastfix for travis
---
www-apps/antd/antd-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/antd/antd-9999.ebuild b/www-apps/antd/antd-9999.ebuild
index 6b445e9..dea67a0 100644
--- a/www-apps/antd/antd-9999.ebuild
+++ b/www-apps/antd/antd-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Antd"
HOMEPAGE="http://www.anthilla.com/en/projects/antd"
SRC_URI=""
-LICENSE="BSD-3"
+LICENSE="BSD-2" #BSD-3 really...
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="+heather"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/
@ 2015-05-09 9:17 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-05-09 9:17 UTC (permalink / raw
To: gentoo-commits
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>heather@live.ru</email>
- </maintainer>
- <longdescription>
- Antd
- </longdescription>
- <use>
- <flag name='heather'>
- Heather fork
- </flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-05-09 9:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 18:17 [gentoo-commits] proj/dotnet:master commit in: www-apps/antd/ Heather Cynede
-- strict thread matches above, loose matches on Subject: below --
2015-05-09 9:17 Heather Cynede
2015-01-08 8:48 Heather Cynede
2015-01-08 8:39 Heather Cynede
2015-01-08 8:23 Heather Cynede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox