public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnome-keyring-sharp: gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
@ 2013-05-24 18:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-05-24 18:54 UTC (permalink / raw
  To: gentoo-commits

pacho       13/05/24 18:54:39

  Modified:             ChangeLog
  Added:                gnome-keyring-sharp-1.0.2-r1.ebuild
  Log:
  Apply fedora patch fixing monodoc location, drop unneeded doc USE flag, stop using deprecated mono.eclass
  
  (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.13                 dev-dotnet/gnome-keyring-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 May 2012 03:56:55 -0000	1.12
+++ ChangeLog	24 May 2013 18:54:39 -0000	1.13
@@ -1,6 +1,14 @@
 # ChangeLog for dev-dotnet/gnome-keyring-sharp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.12 2012/05/04 03:56:55 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.13 2013/05/24 18:54:39 pacho Exp $
+
+*gnome-keyring-sharp-1.0.2-r1 (24 May 2013)
+
+  24 May 2013; Pacho Ramos <pacho@gentoo.org>
+  +files/gnome-keyring-sharp-1.0.2-monodoc-dir.patch,
+  +gnome-keyring-sharp-1.0.2-r1.ebuild:
+  Apply fedora patch fixing monodoc location, drop unneeded doc USE flag, stop
+  using deprecated mono.eclass
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org>
   gnome-keyring-sharp-1.0.2.ebuild:
@@ -67,4 +75,3 @@
   25 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml,
   +gnome-keyring-sharp-1.0.0.ebuild:
   Initial import. Ebuild fetched from ikelos' overlay.
-



1.1                  dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-keyring-sharp-1.0.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.1 2013/05/24 18:54:39 pacho Exp $

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 http://bugs.gentoo.org/show_bug.cgi?id=250069
	emake -j1 CSC=gmcs
}

src_install() {
	default
	prune_libtool_files --modules
}





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnome-keyring-sharp: gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
@ 2013-11-23 21:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-23 21:43 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/23 21:43:39

  Modified:             gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #487770
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?r1=1.1&r2=1.2

Index: gnome-keyring-sharp-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-keyring-sharp-1.0.2-r1.ebuild	24 May 2013 18:54:39 -0000	1.1
+++ gnome-keyring-sharp-1.0.2-r1.ebuild	23 Nov 2013 21:43:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.1 2013/05/24 18:54:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.2 2013/11/23 21:43:39 pacho Exp $
 
 EAPI=5
 inherit autotools eutils mono-env
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



1.14                 dev-dotnet/gnome-keyring-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	24 May 2013 18:54:39 -0000	1.13
+++ ChangeLog	23 Nov 2013 21:43:39 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/gnome-keyring-sharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.13 2013/05/24 18:54:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.14 2013/11/23 21:43:39 pacho Exp $
+
+  23 Nov 2013; Pacho Ramos <pacho@gentoo.org>
+  gnome-keyring-sharp-1.0.2-r1.ebuild:
+  amd64 stable, bug #487770
 
 *gnome-keyring-sharp-1.0.2-r1 (24 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnome-keyring-sharp: gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
@ 2013-12-08 10:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 10:45 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/08 10:45:12

  Modified:             gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
  Log:
  x86 stable, bug #487770
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?r1=1.2&r2=1.3

Index: gnome-keyring-sharp-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-keyring-sharp-1.0.2-r1.ebuild	23 Nov 2013 21:43:39 -0000	1.2
+++ gnome-keyring-sharp-1.0.2-r1.ebuild	8 Dec 2013 10:45:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.2 2013/11/23 21:43:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.3 2013/12/08 10:45:12 pacho Exp $
 
 EAPI=5
 inherit autotools eutils mono-env
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



1.15                 dev-dotnet/gnome-keyring-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	23 Nov 2013 21:43:39 -0000	1.14
+++ ChangeLog	8 Dec 2013 10:45:12 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/gnome-keyring-sharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.14 2013/11/23 21:43:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.15 2013/12/08 10:45:12 pacho Exp $
+
+  08 Dec 2013; Pacho Ramos <pacho@gentoo.org>
+  gnome-keyring-sharp-1.0.2-r1.ebuild:
+  x86 stable, bug #487770
 
   23 Nov 2013; Pacho Ramos <pacho@gentoo.org>
   gnome-keyring-sharp-1.0.2-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnome-keyring-sharp: gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
@ 2013-12-21 16:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 16:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/21 16:27:05

  Modified:             gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #487770
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild?r1=1.3&r2=1.4

Index: gnome-keyring-sharp-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-keyring-sharp-1.0.2-r1.ebuild	8 Dec 2013 10:45:12 -0000	1.3
+++ gnome-keyring-sharp-1.0.2-r1.ebuild	21 Dec 2013 16:27:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.3 2013/12/08 10:45:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild,v 1.4 2013/12/21 16:27:05 ago Exp $
 
 EAPI=5
 inherit autotools eutils mono-env
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="



1.16                 dev-dotnet/gnome-keyring-sharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Dec 2013 10:45:12 -0000	1.15
+++ ChangeLog	21 Dec 2013 16:27:05 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/gnome-keyring-sharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.15 2013/12/08 10:45:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.16 2013/12/21 16:27:05 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
+  gnome-keyring-sharp-1.0.2-r1.ebuild:
+  Stable for ppc, wrt bug #487770
 
   08 Dec 2013; Pacho Ramos <pacho@gentoo.org>
   gnome-keyring-sharp-1.0.2-r1.ebuild:





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

end of thread, other threads:[~2013-12-21 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21 16:27 [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnome-keyring-sharp: gnome-keyring-sharp-1.0.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-08 10:45 Pacho Ramos (pacho)
2013-11-23 21:43 Pacho Ramos (pacho)
2013-05-24 18:54 Pacho Ramos (pacho)

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