public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-WebKit: ChangeLog Gtk2-WebKit-0.90.0.ebuild
@ 2011-05-13 15:32 Torsten Veller (tove)
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2011-05-13 15:32 UTC (permalink / raw
  To: gentoo-commits

tove        11/05/13 15:32:48

  Modified:             ChangeLog
  Added:                Gtk2-WebKit-0.90.0.ebuild
  Log:
  [bump] dev-perl/Gtk2-WebKit-0.90.0
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-perl/Gtk2-WebKit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Mar 2011 23:30:53 -0000	1.11
+++ ChangeLog	13 May 2011 15:32:47 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Gtk2-WebKit
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.11 2011/03/21 23:30:53 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.12 2011/05/13 15:32:47 tove Exp $
+
+*Gtk2-WebKit-0.90.0 (13 May 2011)
+
+  13 May 2011; Torsten Veller <tove@gentoo.org> +Gtk2-WebKit-0.90.0.ebuild:
+  Version bump
 
   21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   Gtk2-WebKit-0.08.ebuild:



1.1                  dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild?rev=1.1&content-type=text/plain

Index: Gtk2-WebKit-0.90.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.1 2011/05/13 15:32:47 tove Exp $

EAPI=4

MODULE_AUTHOR=FLORA
MODULE_VERSION=0.09
inherit perl-module

DESCRIPTION="Web content engine library for Gtk2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-perl/gtk2-perl
	net-libs/webkit-gtk:2"
DEPEND="${RDEPEND}
	dev-perl/glib-perl
	dev-perl/extutils-pkgconfig
	dev-perl/extutils-depends"

#SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-WebKit: ChangeLog Gtk2-WebKit-0.90.0.ebuild
@ 2012-05-19 15:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-19 15:29 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/19 15:29:41

  Modified:             ChangeLog Gtk2-WebKit-0.90.0.ebuild
  Log:
  Stable for amd64, wrt bug #416103
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-perl/Gtk2-WebKit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	30 Jul 2011 08:13:03 -0000	1.13
+++ ChangeLog	19 May 2012 15:29:41 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Gtk2-WebKit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.13 2011/07/30 08:13:03 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.14 2012/05/19 15:29:41 ago Exp $
+
+  19 May 2012; Agostino Sarubbo <ago@gentoo.org> Gtk2-WebKit-0.90.0.ebuild:
+  Stable for amd64, wrt bug #416103
 
   30 Jul 2011; Torsten Veller <tove@gentoo.org> -Gtk2-WebKit-0.08.ebuild:
   Cleanup



1.2                  dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild

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

Index: Gtk2-WebKit-0.90.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Gtk2-WebKit-0.90.0.ebuild	13 May 2011 15:32:47 -0000	1.1
+++ Gtk2-WebKit-0.90.0.ebuild	19 May 2012 15:29:41 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.1 2011/05/13 15:32:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.2 2012/05/19 15:29:41 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/gtk2-perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-WebKit: ChangeLog Gtk2-WebKit-0.90.0.ebuild
@ 2012-05-21  9:12 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-05-21  9:12 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/05/21 09:12:59

  Modified:             ChangeLog Gtk2-WebKit-0.90.0.ebuild
  Log:
  x86 stable wrt bug #416103
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.15                 dev-perl/Gtk2-WebKit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	19 May 2012 15:29:41 -0000	1.14
+++ ChangeLog	21 May 2012 09:12:59 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Gtk2-WebKit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.14 2012/05/19 15:29:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.15 2012/05/21 09:12:59 phajdan.jr Exp $
+
+  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  Gtk2-WebKit-0.90.0.ebuild:
+  x86 stable wrt bug #416103
 
   19 May 2012; Agostino Sarubbo <ago@gentoo.org> Gtk2-WebKit-0.90.0.ebuild:
   Stable for amd64, wrt bug #416103



1.3                  dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild

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

Index: Gtk2-WebKit-0.90.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Gtk2-WebKit-0.90.0.ebuild	19 May 2012 15:29:41 -0000	1.2
+++ Gtk2-WebKit-0.90.0.ebuild	21 May 2012 09:12:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.2 2012/05/19 15:29:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.3 2012/05/21 09:12:59 phajdan.jr Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-perl/gtk2-perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-WebKit: ChangeLog Gtk2-WebKit-0.90.0.ebuild
@ 2012-07-29 17:45 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-29 17:45 UTC (permalink / raw
  To: gentoo-commits

armin76     12/07/29 17:45:09

  Modified:             ChangeLog Gtk2-WebKit-0.90.0.ebuild
  Log:
  Drop sparc keywords
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.17                 dev-perl/Gtk2-WebKit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	24 Jun 2012 12:58:57 -0000	1.16
+++ ChangeLog	29 Jul 2012 17:45:09 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Gtk2-WebKit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.16 2012/06/24 12:58:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/ChangeLog,v 1.17 2012/07/29 17:45:09 armin76 Exp $
+
+  29 Jul 2012; Raúl Porcel <armin76@gentoo.org> Gtk2-WebKit-0.90.0.ebuild:
+  Drop sparc keywords
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.4                  dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild

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

Index: Gtk2-WebKit-0.90.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Gtk2-WebKit-0.90.0.ebuild	21 May 2012 09:12:59 -0000	1.3
+++ Gtk2-WebKit-0.90.0.ebuild	29 Jul 2012 17:45:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.3 2012/05/21 09:12:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-WebKit/Gtk2-WebKit-0.90.0.ebuild,v 1.4 2012/07/29 17:45:09 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/gtk2-perl





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

end of thread, other threads:[~2012-07-29 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 15:29 [gentoo-commits] gentoo-x86 commit in dev-perl/Gtk2-WebKit: ChangeLog Gtk2-WebKit-0.90.0.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-29 17:45 Raul Porcel (armin76)
2012-05-21  9:12 PaweA Hajdan (phajdan.jr)
2011-05-13 15:32 Torsten Veller (tove)

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