public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/
@ 2013-09-26  9:43 Heather Cynede
  0 siblings, 0 replies; 6+ messages in thread
From: Heather Cynede @ 2013-09-26  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b812e6367bc62ea166cbe0c56f721c03144dcc
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Thu Sep 26 09:45:41 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 09:45:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=f6b812e6

lesser mono addins correction

---
 dev-dotnet/mono-addins/mono-addins-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
index 00e8e12..d8445b2 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
@@ -8,7 +8,7 @@ inherit dotnet multilib autotools-utils
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
-SRC_URI="https://github.com/mono/mono-addins/archive/mono-addins-1.0.tar.gz"
+SRC_URI="http://github.com/mono/mono-addins/archive/mono-addins-1.0.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/
@ 2013-09-26  9:48 Heather Cynede
  0 siblings, 0 replies; 6+ messages in thread
From: Heather Cynede @ 2013-09-26  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c07302c80b2a5c47f6674df671c67b3cc23c77c9
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Thu Sep 26 09:50:25 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 09:50:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=c07302c8

lesser mono addins correction 2

---
 dev-dotnet/mono-addins/mono-addins-1.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
index d8445b2..fa959b7 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
@@ -8,7 +8,7 @@ inherit dotnet multilib autotools-utils
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
-SRC_URI="http://github.com/mono/mono-addins/archive/mono-addins-1.0.tar.gz"
+SRC_URI="http://github.com/mono/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,8 +21,6 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 MAKEOPTS="${MAKEOPTS} -j1" #nowarn
 
-S=${WORKDIR}/${PN}-${P}
-
 src_prepare() {
 	eautoreconf
 	autotools-utils_src_prepare


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/
@ 2013-10-19  7:27 Heather Cynede
  0 siblings, 0 replies; 6+ messages in thread
From: Heather Cynede @ 2013-10-19  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fce9058a6044ba32d69fe6f90f67fc520ca4fc3a
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Oct 19 07:24:10 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 07:24:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=fce9058a

repair mono-addins

---
 dev-dotnet/mono-addins/mono-addins-1.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
index fa959b7..4839717 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
@@ -8,7 +8,7 @@ inherit dotnet multilib autotools-utils
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
-SRC_URI="http://github.com/mono/${PN}/archive/${P}.tar.gz"
+SRC_URI="http://github.com/mono/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 MAKEOPTS="${MAKEOPTS} -j1" #nowarn
 
+S="${WORKDIR}/${PN}-${P}"
+
 src_prepare() {
 	eautoreconf
 	autotools-utils_src_prepare


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/
@ 2015-08-05 17:23 Heather Cynede
  0 siblings, 0 replies; 6+ messages in thread
From: Heather Cynede @ 2015-08-05 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     24c42eff59774f2e837d2ec7470a4e4401b7a6ac
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug  4 18:34:04 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 18:34:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=24c42eff

some notes and minor fixes

 dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild |  6 +++++-
 dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild   | 12 ++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
index 040682b..3f0c737 100644
--- a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit mono-env multilib
+inherit eutils autotools mono-env multilib
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
@@ -23,6 +23,10 @@ DEPEND="${RDEPEND}
 src_prepare()
 {
 	epatch "${FILESDIR}/gmcs.patch"
+	# eautoreconf 
+	## fails with the message "./mautil/Makefile.am:40: error: 'pkglibdir' is not a legitimate directory for 'SCRIPTS'"
+	# "${S}/autogen.sh" || die
+	## file doesn't exist
 }
 
 src_configure() {

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
index d154a9e..3a38560 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI="5"
 
-inherit dotnet multilib autotools-utils
+inherit eutils dotnet multilib autotools-utils
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
@@ -25,8 +25,16 @@ S="${WORKDIR}/${PN}-${P}"
 
 src_prepare() {
 	epatch "${FILESDIR}/gmcs.patch"
+
 	eautoreconf
 	autotools-utils_src_prepare
+	## with dev-dotnet/gtk-sharp-2.99.1
+	## it gives
+	## checking for GTK_SHARP_20... no
+	## configure: error: Package requirements (gtk-sharp-2.0) were not met:
+	##
+	## No package 'gtk-sharp-2.0' found
+
 	sed -i "s;Mono.Cairo;Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756;g" Mono.Addins.Gui/Mono.Addins.Gui.csproj || die "sed failed"
 }
 


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/
@ 2015-08-05 17:23 Heather Cynede
  0 siblings, 0 replies; 6+ messages in thread
From: Heather Cynede @ 2015-08-05 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9ca74135ba993fab19d9053ed3af3ce4255f144b
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug  4 18:38:52 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 18:38:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9ca74135

~ added to KEYWORDS for 0.6.2-r1

 dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
index 3f0c737..6d95e7f 100644
--- a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+gtk"
 
 RDEPEND=">=dev-lang/mono-2


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

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

commit:     b20ef418f14d7774c5dd5236dd92176bf6b7b18b
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 12:07:25 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 12:07:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b20ef418

mono-addins corrections

 dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild | 10 ++---
 dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild   |  4 +-
 dev-dotnet/mono-addins/mono-addins-1.0.ebuild      | 43 ----------------------
 3 files changed, 7 insertions(+), 50 deletions(-)

diff --git a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
index 6d95e7f..2ed03b7 100644
--- a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 
-inherit eutils autotools mono-env multilib
+inherit eutils mono-env multilib
 
 DESCRIPTION="A generic framework for creating extensible applications"
 HOMEPAGE="http://www.mono-project.com/Mono.Addins"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+gtk"
 
 RDEPEND=">=dev-lang/mono-2
-	gtk? (  >=dev-dotnet/gtk-sharp-2.0 )"
+	gtk? (  >=dev-dotnet/gtk-sharp-2.0:2 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -34,10 +34,10 @@ src_configure() {
 }
 
 src_compile() {
-	emake -j1
+	emake -j1 #nowarn
 }
 
 src_install() {
-	emake -j1 DESTDIR="${D}" install
+	emake -j1 DESTDIR="${D}" install #nowarn
 	mono_multilib_comply
 }

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
index 3a38560..82e234a 100644
--- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
+++ b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
-EAPI="5"
+EAPI=5
 
 inherit eutils dotnet multilib autotools-utils
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+gtk"
 
 RDEPEND=">=dev-lang/mono-3
-	gtk? ( >=dev-dotnet/gtk-sharp-2.12.21 )"
+	gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 MAKEOPTS="${MAKEOPTS} -j1" #nowarn

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
deleted file mode 100644
index 4839717..0000000
--- a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI="5"
-
-inherit dotnet multilib autotools-utils
-
-DESCRIPTION="A generic framework for creating extensible applications"
-HOMEPAGE="http://www.mono-project.com/Mono.Addins"
-SRC_URI="http://github.com/mono/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+gtk"
-
-RDEPEND=">=dev-lang/mono-3
-	gtk? ( >=dev-dotnet/gtk-sharp-2.12.21 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-MAKEOPTS="${MAKEOPTS} -j1" #nowarn
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	eautoreconf
-	autotools-utils_src_prepare
-	sed -i "s;Mono.Cairo;Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756;g" Mono.Addins.Gui/Mono.Addins.Gui.csproj || die "sed failed"
-}
-
-src_configure() {
-	econf $(use_enable gtk gui)
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-	dotnet_multilib_comply
-}


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19  7:27 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/mono-addins/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2015-08-10 12:12 Heather Cynede
2015-08-05 17:23 Heather Cynede
2015-08-05 17:23 Heather Cynede
2013-09-26  9:48 Heather Cynede
2013-09-26  9:43 Heather Cynede

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