public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     21c00e3946aaf4a45c418dab6c004b58db91eb7a
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 12:35:14 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 12:35:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=21c00e39

repoman error fix

 dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild       | 4 +++-
 dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
index 3f28217..28e38d3 100644
--- a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
+++ b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
@@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
 #USE_DOTNET="net20 net40 net45"
 USE_DOTNET="net45"
 IUSE="developer nupkg debug doc net45"
-USE="${USE} net45" # force FRAMEWORK=4.5
+
+#USE="${USE} net45 " dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild: Ebuild contains assignment to read-only variable on line: 23
+FRAMEWORK=4.5 # force it in another way
 
 RDEPEND=">=dev-lang/mono-4.0.2.5
 	dev-dotnet/nant[nupkg]

diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
index d2237bb..25cc4fa 100644
--- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
@@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
 #USE_DOTNET="net20 net40 net45"
 USE_DOTNET="net45"
 IUSE="developer nupkg debug doc net45"
-USE="${USE} net45" # force FRAMEWORK=4.5
+
+USE="${USE} net45" # dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild: Ebuild contains assignment to read-only variable on line: 23
+FRAMEWORK=4.5 # force it another way
 
 RDEPEND=">=dev-lang/mono-4.0.2.5
 	dev-dotnet/nant[nupkg]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     982761a61f9750faa20d3b6c403784623f75b540
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 12:17:12 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 12:17:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=982761a6

dodoc -> doins for plain files

 dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
index 754344d..d2237bb 100644
--- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
@@ -71,7 +71,7 @@ src_install() {
 #		dohtml ${WORKDIR}/doc/*.html
 #		insinto /usr/share/${P}/samples
 #		doins -r ${WORKDIR}/samples/*
-		dodoc LICENSE.txt NOTICES.txt CHANGES.txt
+		doins LICENSE.txt NOTICES.txt CHANGES.txt
 	fi
 
 	enupkg "${WORKDIR}/NUnit.3.0.0.nupkg"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     aaac425e22a738ee229560d2d2afe72a39f38a40
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 10:12:24 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 10:52:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=aaac425e

adding _beta3 postfix to ebuild name

 ...{nunit-3.0.0-r201508180.ebuild => nunit-3.0.0_beta3-r201508190.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/nunit/nunit-3.0.0-r201508180.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
similarity index 100%
rename from dev-dotnet/nunit/nunit-3.0.0-r201508180.ebuild
rename to dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     248cc52ebb999321f6fb1a4c4df928c123211563
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 13:24:05 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 13:24:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=248cc52e

add nunit-console-runner.dll to gac for 2.6.4

 dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild       | 13 +++++++++++--
 dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild |  4 ++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
index 28e38d3..be37514 100644
--- a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
+++ b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
@@ -19,7 +19,7 @@ LICENSE="BSD" # actually not, it is NUnit license - http://nunit.org/nuget/licen
 KEYWORDS="~amd64 ~ppc ~x86"
 #USE_DOTNET="net20 net40 net45"
 USE_DOTNET="net45"
-IUSE="developer nupkg debug doc net45"
+IUSE="net45 developer debug gac nupkg doc"
 
 #USE="${USE} net45 " dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild: Ebuild contains assignment to read-only variable on line: 23
 FRAMEWORK=4.5 # force it in another way
@@ -47,7 +47,6 @@ src_compile() {
 }
 
 src_install() {
-	DIR=""
 	if use debug; then
 		DIR="Debug"
 	else
@@ -66,6 +65,16 @@ src_install() {
 #	dobin ${FILESDIR}/nunit-console
 	make_wrapper nunit264 "mono ${SLOTTEDDIR}/nunit-console.exe"
 
+	if use gac; then
+		if use debug; then
+			DIR="Debug"
+		else
+			DIR="Release"
+		fi
+
+		egacinstall "${S}/bin/${DIR}/lib/nunit-console-runner.dll"
+	fi
+
 	if use doc; then
 #		dodoc ${WORKDIR}/doc/*.txt
 #		dohtml ${WORKDIR}/doc/*.html

diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
index 25cc4fa..d278773 100644
--- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
@@ -19,9 +19,9 @@ LICENSE="MIT" # https://github.com/nunit/nunit/blob/master/LICENSE.txt
 KEYWORDS="~amd64 ~ppc ~x86"
 #USE_DOTNET="net20 net40 net45"
 USE_DOTNET="net45"
-IUSE="developer nupkg debug doc net45"
+IUSE="net45 developer debug nupkg doc"
 
-USE="${USE} net45" # dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild: Ebuild contains assignment to read-only variable on line: 23
+#USE="${USE} net45" # dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild: Ebuild contains assignment to read-only variable on line: 23
 FRAMEWORK=4.5 # force it another way
 
 RDEPEND=">=dev-lang/mono-4.0.2.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-20 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 12:30 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2015-08-20 12:30 Heather Cynede
2015-08-20 12:30 Heather Cynede
2015-08-20 12:30 Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox