public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2015-01-11  7:42 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2015-01-11  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0ac63849b7a8408b83a8969c3dc2fd2993a58d6d
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 07:42:05 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 07:42:05 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=0ac63849

+++

---
 dev-dotnet/nuget/nuget-2015.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/nuget/nuget-2015.01.ebuild b/dev-dotnet/nuget/nuget-2015.01.ebuild
index fdd836e..a029a15 100644
--- a/dev-dotnet/nuget/nuget-2015.01.ebuild
+++ b/dev-dotnet/nuget/nuget-2015.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2015-04-10 15:22 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2015-04-10 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f51ca3b7d59bbd59feb50619f187f2772a8571dd
Author:     Heather <heather <AT> live <DOT> ru>
AuthorDate: Fri Apr 10 06:55:45 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 06:55:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f51ca3b7

fix issue #52

 dev-dotnet/nuget/nuget-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/nuget/nuget-2.8.1.ebuild b/dev-dotnet/nuget/nuget-2.8.1.ebuild
index ce2646c..5cd6082 100644
--- a/dev-dotnet/nuget/nuget-2.8.1.ebuild
+++ b/dev-dotnet/nuget/nuget-2.8.1.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 
 # Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232
 # it fixed in 3.2.3
-DEPEND="|| ( >=dev-lang/mono-3.2.3 <dev-lang/mono-3.2.0 )
+DEPEND=">=dev-lang/mono-3.2.3
 	<=dev-dotnet/xdt-for-monodevelop-2.8.2
 	!dev-dotnet/nuget"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2015-05-28  4:26 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2015-05-28  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     111c8910fdefd5e503e0f2a954270d2e156a8809
Author:     Binyamin Sagal <bensagal <AT> gmail <DOT> com>
AuthorDate: Wed May 27 10:22:02 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed May 27 10:22:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=111c8910

Add nuget-2.8.3

 dev-dotnet/nuget/nuget-2.8.3.ebuild | 63 +++++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild
new file mode 100644
index 0000000..5cd6082
--- /dev/null
+++ b/dev-dotnet/nuget/nuget-2.8.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+USE_DOTNET="net45"
+
+inherit dotnet eutils
+
+DESCRIPTION="Nuget - .NET Package Manager"
+HOMEPAGE="http://nuget.codeplex.com"
+SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="x86 amd64"
+IUSE=""
+
+# Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232
+# it fixed in 3.2.3
+DEPEND=">=dev-lang/mono-3.2.3
+	<=dev-dotnet/xdt-for-monodevelop-2.8.2
+	!dev-dotnet/nuget"
+RDEPEND="${DEPEND}"
+
+# note about blocking nuget:
+# there are at least two versions of it - on from mono, one from mrward
+# see https://bugzilla.xamarin.com/show_bug.cgi?id=27693
+# i think version from mrward is enough for now, 
+# that is why there is no slotted install or two different names/locations
+
+pkg_setup() {
+	dotnet_pkg_setup
+	mozroots --import --sync --machine
+}
+
+src_prepare() {
+	sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die
+	cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die
+	epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch"
+	sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die
+	epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch"
+}
+
+src_configure() {
+	export EnableNuGetPackageRestore="true"
+}
+
+src_compile() {
+#	xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die
+	source ./build.sh || die
+}
+
+src_install() {
+	elog "Installing NuGet.Core.dll into GAC"
+	egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll"
+	elog "Installing NuGet console application"
+	insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/
+	doins src/CommandLine/obj/Mono\ Release/NuGet.exe
+	make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe"
+}


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2015-07-09  4:32 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2015-07-09  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5376c5920906d1026cd9bb5c7f0755d29fd15d1a
Author:     Heather <Heather <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jun 30 10:02:35 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 10:02:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=5376c592

fix nuget conflict

 dev-dotnet/nuget/nuget-2.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild
index 5cd6082..d427612 100644
--- a/dev-dotnet/nuget/nuget-2.8.3.ebuild
+++ b/dev-dotnet/nuget/nuget-2.8.3.ebuild
@@ -22,7 +22,7 @@ IUSE=""
 # it fixed in 3.2.3
 DEPEND=">=dev-lang/mono-3.2.3
 	<=dev-dotnet/xdt-for-monodevelop-2.8.2
-	!dev-dotnet/nuget"
+	!dev-dotnet/nuget-codeplex"
 RDEPEND="${DEPEND}"
 
 # note about blocking nuget:


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2015-08-10 11:54 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2015-08-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6c3d03c134eb8c2b0fded3c50ffa4006227ff614
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 11:44:41 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:44:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6c3d03c1

fix nuget keywords

 dev-dotnet/nuget/nuget-2.8.1.ebuild | 2 +-
 dev-dotnet/nuget/nuget-2.8.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/nuget/nuget-2.8.1.ebuild b/dev-dotnet/nuget/nuget-2.8.1.ebuild
index 5cd6082..b325f78 100644
--- a/dev-dotnet/nuget/nuget-2.8.1.ebuild
+++ b/dev-dotnet/nuget/nuget-2.8.1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop
 LICENSE="Apache-2.0"
 SLOT="0"
 
-KEYWORDS="x86 amd64"
+KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 # Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232

diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild
index d427612..3a99f21 100644
--- a/dev-dotnet/nuget/nuget-2.8.3.ebuild
+++ b/dev-dotnet/nuget/nuget-2.8.3.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop
 LICENSE="Apache-2.0"
 SLOT="0"
 
-KEYWORDS="x86 amd64"
+KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 # Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232


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

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

commit:     d30863fb33c5ab0cdd7d587918a5c22eb9bc6203
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Sep 30 12:33:19 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:33:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d30863fb

resolve nuget access issues

 dev-dotnet/nuget/nuget-2.8.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild
index 717082f..1695a0f 100644
--- a/dev-dotnet/nuget/nuget-2.8.3.ebuild
+++ b/dev-dotnet/nuget/nuget-2.8.3.ebuild
@@ -32,6 +32,7 @@ RDEPEND="${DEPEND}"
 # that is why there is no slotted install or two different names/locations
 
 pkg_setup() {
+	addwrite "/usr/share/.mono/keypairs"
 	dotnet_pkg_setup
 	mozroots --import --sync --machine
 }


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2016-07-21  6:18 Heather Cynede
  0 siblings, 0 replies; 8+ messages in thread
From: Heather Cynede @ 2016-07-21  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2f140b6c02e2bab1907d9de01ecf7ef766d8f93a
Author:     bdouxx <bdouxx-git <AT> yahoo <DOT> fr>
AuthorDate: Wed Jul 20 19:24:53 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 19:24:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2f140b6c

dev-dotnet/nuget: solve NameResolutionFailure
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=585548

Package-Manager: portage-2.2.28

 dev-dotnet/nuget/nuget-2.8.7-r1.ebuild | 63 ++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild b/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild
new file mode 100644
index 0000000..6c2f817
--- /dev/null
+++ b/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+USE_DOTNET="net45"
+
+inherit dotnet eutils
+
+# This ebuild provides a forked version of nuget modified to work with MonoDevelop.
+# See https://bugzilla.xamarin.com/show_bug.cgi?id=27693
+# dev-dotnet/nuget-codeplex provides the upstream version.
+
+DESCRIPTION="Nuget - .NET Package Manager"
+HOMEPAGE="http://nuget.codeplex.com"
+SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+# Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232
+# it fixed in 3.2.3
+DEPEND=">=dev-lang/mono-3.2.3
+	<=dev-dotnet/xdt-for-monodevelop-2.8.2
+	!dev-dotnet/nuget-codeplex
+	app-misc/ca-certificates"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+	addwrite "/usr/share/.mono/keypairs"
+	dotnet_pkg_setup
+	cert-sync /etc/ssl/certs/ca-certificates.crt
+}
+
+src_prepare() {
+	sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die
+	cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die
+	epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch"
+	sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die
+	epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch"
+}
+
+src_configure() {
+	export EnableNuGetPackageRestore="true"
+}
+
+src_compile() {
+#	xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die
+	source ./build.sh || die
+}
+
+src_install() {
+	elog "Installing NuGet.Core.dll into GAC"
+	egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll"
+	elog "Installing NuGet console application"
+	insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/
+	doins src/CommandLine/obj/Mono\ Release/NuGet.exe
+	make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe"
+}


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/
@ 2017-08-03  7:57 Mikhail Pukhlikov
  0 siblings, 0 replies; 8+ messages in thread
From: Mikhail Pukhlikov @ 2017-08-03  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d87df705b84347c7c2334a88f9386f36ee40368d
Author:     Jack Ostroff <ostroffjh <AT> users <DOT> sourceforge <DOT> net>
AuthorDate: Sun Jul 30 22:54:34 2017 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 22:54:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d87df705

dev-dotnet/nuget fix for adding delay signed assembly to gac

 dev-dotnet/nuget/nuget-2.8.7-r3.ebuild | 65 ++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/dev-dotnet/nuget/nuget-2.8.7-r3.ebuild b/dev-dotnet/nuget/nuget-2.8.7-r3.ebuild
new file mode 100644
index 0000000..0f5139f
--- /dev/null
+++ b/dev-dotnet/nuget/nuget-2.8.7-r3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_DOTNET="net45"
+
+inherit dotnet eutils gac
+
+# This ebuild provides a forked version of nuget modified to work with MonoDevelop.
+# See https://bugzilla.xamarin.com/show_bug.cgi?id=27693
+# dev-dotnet/nuget-codeplex provides the upstream version.
+
+DESCRIPTION="Nuget - .NET Package Manager"
+HOMEPAGE="http://nuget.codeplex.com"
+SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz"
+S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE=""
+
+# Mask 3.2.0 because of mcs compiler bug : http://stackoverflow.com/a/17926731/238232
+# it fixed in 3.2.3
+DEPEND=">=dev-lang/mono-3.2.3
+	<=dev-dotnet/xdt-for-monodevelop-2.8.2[gac]
+	!dev-dotnet/nuget-codeplex
+	app-misc/ca-certificates"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+	addwrite "/usr/share/.mono/keypairs"
+	dotnet_pkg_setup
+	cert-sync /etc/ssl/certs/ca-certificates.crt
+}
+
+src_prepare() {
+	sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die
+	cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die
+	eapply "${FILESDIR}/add-keyfile-option-to-csproj-r2.patch"
+	sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die
+	eapply "${FILESDIR}/strongnames-for-ebuild-2.8.1-r2.patch"
+	default
+}
+
+src_configure() {
+	export EnableNuGetPackageRestore="true"
+}
+
+src_compile() {
+#	xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die
+	source ./build.sh || die
+	elog "Signing src/Core/obj/Mono Release/NuGet.Core.dll with rsa-4096.snk"
+	sn -R "src/Core/obj/Mono Release/NuGet.Core.dll" src/Core/rsa-4096.snk
+}
+
+src_install() {
+	elog "Installing NuGet.Core.dll into GAC"
+	egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll"
+	elog "Installing NuGet console application"
+	insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/
+	doins src/CommandLine/obj/Mono\ Release/NuGet.exe
+	make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe"
+}


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

end of thread, other threads:[~2017-08-03  7:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21  6:18 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nuget/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2017-08-03  7:57 Mikhail Pukhlikov
2015-09-30 15:20 Heather Cynede
2015-08-10 11:54 Heather Cynede
2015-07-09  4:32 Heather Cynede
2015-05-28  4:26 Heather Cynede
2015-04-10 15:22 Heather Cynede
2015-01-11  7:42 Heather Cynede

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