public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2015-09-17 19:01 Christoph Mende
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende @ 2015-09-17 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e4d7d730559127fe4eed2a7ab7936940712309c2
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 12:29:14 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 19:01:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d7d730

dev-dotnet/gnome-keyring-sharp: Add support for gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 .../gnome-keyring-sharp-1.0.2-r2.ebuild            | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
new file mode 100644
index 0000000..ed50c22
--- /dev/null
+++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils mono-env
+
+DESCRIPTION="C# implementation of gnome-keyring"
+HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp"
+SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-lang/mono-2.0
+	>=gnome-base/libgnome-keyring-2.30.0
+	|| ( >=dev-dotnet/gtk-sharp-2.12.21 dev-dotnet/glib-sharp )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	# Disable building samples.
+	sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
+
+	# Apply Fedora patches
+	epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
+	eautoreconf
+}
+
+src_compile() {
+	# This dies without telling in docs with anything not -j1
+	# CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
+	# Changed to CSC=mcs for mono-4 compatibility
+	emake -j1 CSC=mcs
+}
+
+src_install() {
+	default
+	prune_libtool_files --modules
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2016-09-18  9:58 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     454f243f20be36d7e57104d2063cf74c143f4ee9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:31:01 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454f243f

dev-dotnet/gnome-keyring-sharp: Drop old

Package-Manager: portage-2.3.0

 .../gnome-keyring-sharp-1.0.2.ebuild               | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild
deleted file mode 100644
index 3d3e402..00000000
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit mono
-
-DESCRIPTION="C# implementation of gnome-keyring"
-HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp"
-SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/mono-2.0
-	>=gnome-base/libgnome-keyring-2.30.0
-	dev-dotnet/glib-sharp"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# Disable building samples.
-	sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
-}
-
-src_configure() {
-	econf $(use_enable doc monodoc) || die "econf failed"
-}
-
-src_compile() {
-	# This dies without telling in docs with anything not -j1
-	# CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
-	emake -j1 CSC=gmcs || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog README || die
-	mono_multilib_comply
-	find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2016-09-18  9:58 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ec32bbdbbd82e65862d3a0c078c48bbbed066dcd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:30:36 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec32bbdb

dev-dotnet/gnome-keyring-sharp: amd64/x86 stable, bug #594200

Package-Manager: portage-2.3.0

 dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
index ed50c22..0c4d375 100644
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
+++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2016-10-09  9:04 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-10-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d78db9ce2f54e924999575c4011e53c16c59cf39
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 08:31:40 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:03:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78db9ce

dev-dotnet/gnome-keyring-sharp: drop old

Package-Manager: portage-2.3.1

 .../gnome-keyring-sharp-1.0.2-r1.ebuild            | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild
deleted file mode 100644
index 32ca1cc..00000000
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils mono-env
-
-DESCRIPTION="C# implementation of gnome-keyring"
-HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp"
-SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-lang/mono-2.0
-	>=gnome-base/libgnome-keyring-2.30.0
-	dev-dotnet/glib-sharp
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	# Disable building samples.
-	sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
-
-	# Apply Fedora patches
-	epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
-	eautoreconf
-}
-
-src_compile() {
-	# This dies without telling in docs with anything not -j1
-	# CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
-	emake -j1 CSC=gmcs
-}
-
-src_install() {
-	default
-	prune_libtool_files --modules
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2016-10-09  9:04 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-10-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2debcf4d793e8bffa1b697ce929a8260a177ae63
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 08:31:24 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:03:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2debcf4d

dev-dotnet/gnome-keyring-sharp: ppc stable (#594200)

Package-Manager: portage-2.3.1

 dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
index 0c4d375..78166f6 100644
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
+++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
@ 2018-08-26  8:59 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-08-26  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     36b95c33fceb5a529216a0dc26d89aeeb033380f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 08:49:26 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:59:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b95c33

dev-dotnet/gnome-keyring-sharp: Remove support for non-existent deps

 dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
index 8791bdb9d6a..d155a9460e5 100644
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
+++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
 	>=dev-lang/mono-2.0
 	>=gnome-base/libgnome-keyring-2.30.0
-	|| ( >=dev-dotnet/gtk-sharp-2.12.21 dev-dotnet/glib-sharp )
+	>=dev-dotnet/gtk-sharp-2.12.21
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig


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

end of thread, other threads:[~2018-08-26  8:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09  9:04 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-08-26  8:59 Michał Górny
2016-10-09  9:04 Pacho Ramos
2016-09-18  9:58 Pacho Ramos
2016-09-18  9:58 Pacho Ramos
2015-09-17 19:01 Christoph Mende

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