public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.6.ebuild
@ 2010-02-21 14:34 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2010-02-21 14:34 UTC (permalink / raw
  To: gentoo-commits

patrick     10/02/21 14:34:16

  Modified:             ChangeLog
  Added:                gluezilla-2.6.ebuild
  Log:
  Bump, includes xulrunner detection fix by Priit Laes
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-dotnet/gluezilla/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Sep 2009 16:59:28 -0000	1.14
+++ ChangeLog	21 Feb 2010 14:34:16 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-dotnet/gluezilla
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.14 2009/09/27 16:59:28 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.15 2010/02/21 14:34:16 patrick Exp $
+
+*gluezilla-2.6 (21 Feb 2010)
+
+  21 Feb 2010; Patrick Lauer <patrick@gentoo.org> +gluezilla-2.6.ebuild,
+  +files/gluezilla-2.6-fix-xulrunner-detection.patch:
+  Bump, includes xulrunner detection fix by Priit Laes
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> gluezilla-2.4.2.ebuild:
   ppc stable #284306



1.1                  dev-dotnet/gluezilla/gluezilla-2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild?rev=1.1&content-type=text/plain

Index: gluezilla-2.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.1 2010/02/21 14:34:16 patrick Exp $

EAPI=2

inherit go-mono mono autotools

DESCRIPTION="A simple library to embed Gecko (xulrunner) in the Mono Winforms WebControl"
HOMEPAGE="http://mono-project.com/Gluezilla"

LICENSE="LGPL-2 MPL-1.1"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""

RDEPEND="net-libs/xulrunner:1.9
	x11-libs/gtk+:2"
DEPEND="${RDEPEND}"

src_prepare() {
	epatch "${FILESDIR}/${P}-fix-xulrunner-detection.patch" || die "Failed to patch"
	eautoreconf
}






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.6.ebuild
@ 2010-07-09 17:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-09 17:00 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/09 17:00:36

  Modified:             ChangeLog gluezilla-2.6.ebuild
  Log:
  amd64 stable,  bug 327279
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-dotnet/gluezilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Feb 2010 14:34:16 -0000	1.15
+++ ChangeLog	9 Jul 2010 17:00:36 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/gluezilla
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.15 2010/02/21 14:34:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.16 2010/07/09 17:00:36 pacho Exp $
+
+  09 Jul 2010; Pacho Ramos <pacho@gentoo.org> gluezilla-2.6.ebuild:
+  amd64 stable, bug 327279
 
 *gluezilla-2.6 (21 Feb 2010)
 



1.2                  dev-dotnet/gluezilla/gluezilla-2.6.ebuild

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

Index: gluezilla-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gluezilla-2.6.ebuild	21 Feb 2010 14:34:16 -0000	1.1
+++ gluezilla-2.6.ebuild	9 Jul 2010 17:00:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.1 2010/02/21 14:34:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.2 2010/07/09 17:00:36 pacho Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://mono-project.com/Gluezilla"
 
 LICENSE="LGPL-2 MPL-1.1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.6.ebuild
@ 2010-07-12 17:42 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-12 17:42 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/12 17:42:08

  Modified:             ChangeLog gluezilla-2.6.ebuild
  Log:
  stable x86, bug 327279
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.17                 dev-dotnet/gluezilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	9 Jul 2010 17:00:36 -0000	1.16
+++ ChangeLog	12 Jul 2010 17:42:08 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/gluezilla
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.16 2010/07/09 17:00:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.17 2010/07/12 17:42:08 fauli Exp $
+
+  12 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gluezilla-2.6.ebuild:
+  stable x86, bug 327279
 
   09 Jul 2010; Pacho Ramos <pacho@gentoo.org> gluezilla-2.6.ebuild:
   amd64 stable, bug 327279



1.3                  dev-dotnet/gluezilla/gluezilla-2.6.ebuild

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

Index: gluezilla-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gluezilla-2.6.ebuild	9 Jul 2010 17:00:36 -0000	1.2
+++ gluezilla-2.6.ebuild	12 Jul 2010 17:42:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.2 2010/07/09 17:00:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.3 2010/07/12 17:42:08 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://mono-project.com/Gluezilla"
 
 LICENSE="LGPL-2 MPL-1.1"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.6.ebuild
@ 2010-09-12  4:25 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-12  4:25 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/12 04:25:32

  Modified:             ChangeLog gluezilla-2.6.ebuild
  Log:
  Marked ppc for bug #327279.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-dotnet/gluezilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gluezilla/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Jul 2010 17:42:08 -0000	1.17
+++ ChangeLog	12 Sep 2010 04:25:32 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/gluezilla
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.17 2010/07/12 17:42:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.18 2010/09/12 04:25:32 josejx Exp $
+
+  12 Sep 2010; Joseph Jezak <josejx@gentoo.org> gluezilla-2.6.ebuild:
+  Marked ppc for bug #327279.
 
   12 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gluezilla-2.6.ebuild:
   stable x86, bug 327279



1.4                  dev-dotnet/gluezilla/gluezilla-2.6.ebuild

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

Index: gluezilla-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gluezilla-2.6.ebuild	12 Jul 2010 17:42:08 -0000	1.3
+++ gluezilla-2.6.ebuild	12 Sep 2010 04:25:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.3 2010/07/12 17:42:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.6.ebuild,v 1.4 2010/09/12 04:25:32 josejx Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://mono-project.com/Gluezilla"
 
 LICENSE="LGPL-2 MPL-1.1"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 SLOT="0"
 IUSE=""
 






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

end of thread, other threads:[~2010-09-12  4:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 17:00 [gentoo-commits] gentoo-x86 commit in dev-dotnet/gluezilla: ChangeLog gluezilla-2.6.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-12  4:25 Joseph Jezak (josejx)
2010-07-12 17:42 Christian Faulhammer (fauli)
2010-02-21 14:34 Patrick Lauer (patrick)

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