public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-06-13 19:32 Pacho Ramos (pacho)
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-13 19:32 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/13 19:32:58

  Modified:             ChangeLog
  Added:                pygtksourceview-2.10.1.ebuild
  Log:
  Add new version for Gnome 2.30
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	17 Jan 2010 23:53:00 -0000	1.36
+++ ChangeLog	13 Jun 2010 19:32:58 -0000	1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.36 2010/01/17 23:53:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.37 2010/06/13 19:32:58 pacho Exp $
+
+*pygtksourceview-2.10.1 (13 Jun 2010)
+
+  13 Jun 2010; Pacho Ramos <pacho@gentoo.org>
+  +pygtksourceview-2.10.1.ebuild:
+  Add new version for Gnome 2.30.
 
   17 Jan 2010; Jeroen Roovers <jer@gentoo.org> pygtksourceview-2.6.0.ebuild:
   Stable for HPPA (bug #281427).



1.1                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.1&content-type=text/plain

Index: pygtksourceview-2.10.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.1 2010/06/13 19:32:58 pacho Exp $

inherit gnome2 flag-o-matic multilib

DESCRIPTION="GTK+2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"

LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"

RDEPEND=">=dev-python/pygobject-2.15.2
	>=dev-python/pygtk-2.8
	>=x11-libs/gtksourceview-2.9.7"

DEPEND="${RDEPEND}
	doc? (
		>=dev-util/gtk-doc-1.10
		dev-libs/libxslt
		~app-text/docbook-xml-dtd-4.1.2
		>=app-text/docbook-xsl-stylesheets-1.70.1 )
	>=dev-util/pkgconfig-0.9"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	G2CONF="${G2CONF} $(use_enable doc docs)"
}
# There are no .py files installed, so no python_mod_* are required






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-07-31 18:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 18:59 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 18:59:32

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  amd64 stable,  bug 324077
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	20 Jul 2010 15:28:31 -0000	1.38
+++ ChangeLog	31 Jul 2010 18:59:31 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.38 2010/07/20 15:28:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.39 2010/07/31 18:59:31 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> pygtksourceview-2.10.1.ebuild:
+  amd64 stable, bug 324077
 
   20 Jul 2010; Jeroen Roovers <jer@gentoo.org> pygtksourceview-2.6.0.ebuild,
   pygtksourceview-2.8.0.ebuild, pygtksourceview-2.10.1.ebuild:



1.3                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

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

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygtksourceview-2.10.1.ebuild	20 Jul 2010 15:28:31 -0000	1.2
+++ pygtksourceview-2.10.1.ebuild	31 Jul 2010 18:59:32 -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.2 2010/07/20 15:28:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.3 2010/07/31 18:59:32 pacho Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-08-01 11:17 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 11:17 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 11:17:36

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  x86 stable, bug 324077
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.40                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	31 Jul 2010 18:59:31 -0000	1.39
+++ ChangeLog	1 Aug 2010 11:17:36 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.39 2010/07/31 18:59:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.40 2010/08/01 11:17:36 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  x86 stable, bug 324077
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org> pygtksourceview-2.10.1.ebuild:
   amd64 stable, bug 324077



1.4                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

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

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygtksourceview-2.10.1.ebuild	31 Jul 2010 18:59:32 -0000	1.3
+++ pygtksourceview-2.10.1.ebuild	1 Aug 2010 11:17:36 -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.3 2010/07/31 18:59:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.4 2010/08/01 11:17:36 fauli Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-09-11 18:35 Joseph Jezak (josejx)
  0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-11 18:35 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/11 18:35:40

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  Marked ppc for bug #324077.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	1 Aug 2010 11:17:36 -0000	1.40
+++ ChangeLog	11 Sep 2010 18:35:40 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.40 2010/08/01 11:17:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.41 2010/09/11 18:35:40 josejx Exp $
+
+  11 Sep 2010; Joseph Jezak <josejx@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  Marked ppc for bug #324077.
 
   01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
   pygtksourceview-2.10.1.ebuild:



1.5                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.4&r2=1.5

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pygtksourceview-2.10.1.ebuild	1 Aug 2010 11:17:36 -0000	1.4
+++ pygtksourceview-2.10.1.ebuild	11 Sep 2010 18:35:40 -0000	1.5
@@ -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.4 2010/08/01 11:17:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.5 2010/09/11 18:35:40 josejx Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-10-09 10:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-09 10:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/09 10:14:45

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  ppc64 stable wrt #324077
  
  (Portage version: 2.2_rc90/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	11 Sep 2010 18:35:40 -0000	1.41
+++ ChangeLog	9 Oct 2010 10:14:21 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.41 2010/09/11 18:35:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.42 2010/10/09 10:14:21 ssuominen Exp $
+
+  09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  ppc64 stable wrt #324077
 
   11 Sep 2010; Joseph Jezak <josejx@gentoo.org>
   pygtksourceview-2.10.1.ebuild:



1.6                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.5&r2=1.6

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pygtksourceview-2.10.1.ebuild	11 Sep 2010 18:35:40 -0000	1.5
+++ pygtksourceview-2.10.1.ebuild	9 Oct 2010 10:14:26 -0000	1.6
@@ -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.5 2010/09/11 18:35:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.6 2010/10/09 10:14:26 ssuominen Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-10-14 21:26 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2010-10-14 21:26 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/14 21:26:22

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  arm stable, bug #324077
  
  (Portage version: 2.2_rc96/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	9 Oct 2010 10:14:21 -0000	1.42
+++ ChangeLog	14 Oct 2010 21:26:22 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.42 2010/10/09 10:14:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.43 2010/10/14 21:26:22 maekke Exp $
+
+  14 Oct 2010; Markus Meier <maekke@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  arm stable, bug #324077
 
   09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
   pygtksourceview-2.10.1.ebuild:



1.7                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.6&r2=1.7

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pygtksourceview-2.10.1.ebuild	9 Oct 2010 10:14:26 -0000	1.6
+++ pygtksourceview-2.10.1.ebuild	14 Oct 2010 21:26:22 -0000	1.7
@@ -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.6 2010/10/09 10:14:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.7 2010/10/14 21:26:22 maekke Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2010-10-17 14:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-17 14:59 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/17 14:59:26

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #324077
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.44                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 Oct 2010 21:26:22 -0000	1.43
+++ ChangeLog	17 Oct 2010 14:59:26 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.43 2010/10/14 21:26:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.44 2010/10/17 14:59:26 armin76 Exp $
+
+  17 Oct 2010; Raúl Porcel <armin76@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  alpha/ia64/sh/sparc stable wrt #324077
 
   14 Oct 2010; Markus Meier <maekke@gentoo.org>
   pygtksourceview-2.10.1.ebuild:



1.8                  dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.7&r2=1.8

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pygtksourceview-2.10.1.ebuild	14 Oct 2010 21:26:22 -0000	1.7
+++ pygtksourceview-2.10.1.ebuild	17 Oct 2010 14:59:26 -0000	1.8
@@ -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.7 2010/10/14 21:26:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.8 2010/10/17 14:59:26 armin76 Exp $
 
 inherit gnome2 flag-o-matic multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2011-01-24 14:33 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-01-24 14:33 UTC (permalink / raw
  To: gentoo-commits

eva         11/01/24 14:33:09

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	13 Dec 2010 03:22:16 -0000	1.45
+++ ChangeLog	24 Jan 2011 14:33:09 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.45 2010/12/13 03:22:16 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $
+
+  24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
 
   13 Dec 2010; Mart Raudsepp <leio@gentoo.org> -pygtksourceview-2.6.0.ebuild,
   -pygtksourceview-2.8.0.ebuild, pygtksourceview-2.10.1.ebuild:



1.10                 dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.9&r2=1.10

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pygtksourceview-2.10.1.ebuild	13 Dec 2010 03:22:16 -0000	1.9
+++ pygtksourceview-2.10.1.ebuild	24 Jan 2011 14:33:09 -0000	1.10
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.9 2010/12/13 03:22:16 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $
+
+EAPI="3"
 
 inherit gnome2 flag-o-matic multilib
 
@@ -12,9 +14,9 @@
 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
-RDEPEND=">=dev-python/pygobject-2.15.2
-	>=dev-python/pygtk-2.8
-	>=x11-libs/gtksourceview-2.9.7"
+RDEPEND=">=dev-python/pygobject-2.15.2:2
+	>=dev-python/pygtk-2.8:2
+	>=x11-libs/gtksourceview-2.9.7:2.0"
 
 DEPEND="${RDEPEND}
 	doc? (
@@ -24,9 +26,8 @@
 		>=app-text/docbook-xsl-stylesheets-1.70.1 )
 	>=dev-util/pkgconfig-0.9"
 
-DOCS="AUTHORS ChangeLog NEWS README"
-
 pkg_setup() {
+	DOCS="AUTHORS ChangeLog NEWS README"
 	G2CONF="${G2CONF} $(use_enable doc docs)"
 }
 # There are no .py files installed, so no python_mod_* are required






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2011-01-29  1:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 11+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-29  1:23 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/29 01:23:16

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS (bug #345521).
  
  (Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	24 Jan 2011 14:33:09 -0000	1.46
+++ ChangeLog	29 Jan 2011 01:23:16 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.47 2011/01/29 01:23:16 arfrever Exp $
+
+  29 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  Set SUPPORT_PYTHON_ABIS (bug #345521).
 
   24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org>
   pygtksourceview-2.10.1.ebuild:



1.11                 dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.10&r2=1.11

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pygtksourceview-2.10.1.ebuild	24 Jan 2011 14:33:09 -0000	1.10
+++ pygtksourceview-2.10.1.ebuild	29 Jan 2011 01:23:16 -0000	1.11
@@ -1,10 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.11 2011/01/29 01:23:16 arfrever Exp $
 
 EAPI="3"
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
-inherit gnome2 flag-o-matic multilib
+inherit gnome2 python
 
 DESCRIPTION="GTK+2 bindings for Python"
 HOMEPAGE="http://www.pygtk.org/"
@@ -29,5 +33,19 @@
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog NEWS README"
 	G2CONF="${G2CONF} $(use_enable doc docs)"
+	python_pkg_setup
+}
+
+src_prepare() {
+	gnome2_src_prepare
+	python_src_prepare
+}
+
+src_configure() {
+	python_execute_function -s gnome2_src_configure
+}
+
+src_install() {
+	python_execute_function -s gnome2_src_install
+	python_clean_installation_image
 }
-# There are no .py files installed, so no python_mod_* are required






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2012-05-15 23:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-15 23:24 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/15 23:24:32

  Modified:             ChangeLog pygtksourceview-2.10.1.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 May 2012 15:12:12 -0000	1.49
+++ ChangeLog	15 May 2012 23:24:32 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.49 2012/05/04 15:12:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.50 2012/05/15 23:24:32 aballier Exp $
+
+  15 May 2012; Alexis Ballier <aballier@gentoo.org>
+  pygtksourceview-2.10.1.ebuild:
+  keyword ~amd64-fbsd
 
   04 May 2012; Patrick Lauer <patrick@gentoo.org> pygtksourceview-2.10.1.ebuild:
   Migrating dev-util/pkgconfig -> virtual/pkgconfig



1.14                 dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.13&r2=1.14

Index: pygtksourceview-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pygtksourceview-2.10.1.ebuild	4 May 2012 15:12:12 -0000	1.13
+++ pygtksourceview-2.10.1.ebuild	15 May 2012 23:24:32 -0000	1.14
@@ -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-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.13 2012/05/04 15:12:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.14 2012/05/15 23:24:32 aballier Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=dev-python/pygobject-2.15.2:2






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
@ 2014-04-26  7:16 Pacho Ramos (pacho)
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-26  7:16 UTC (permalink / raw
  To: gentoo-commits

pacho       14/04/26 07:16:00

  Modified:             ChangeLog
  Removed:              pygtksourceview-2.10.1.ebuild
  Log:
  drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.63                 dev-python/pygtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	19 Apr 2014 17:43:52 -0000	1.62
+++ ChangeLog	26 Apr 2014 07:16:00 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygtksourceview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.62 2014/04/19 17:43:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.63 2014/04/26 07:16:00 pacho Exp $
+
+  26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -pygtksourceview-2.10.1.ebuild:
+  drop old
 
   19 Apr 2014; Agostino Sarubbo <ago@gentoo.org>
   pygtksourceview-2.10.1-r1.ebuild:





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

end of thread, other threads:[~2014-04-26  7:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 23:24 [gentoo-commits] gentoo-x86 commit in dev-python/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-26  7:16 Pacho Ramos (pacho)
2011-01-29  1:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-01-24 14:33 Gilles Dartiguelongue (eva)
2010-10-17 14:59 Raul Porcel (armin76)
2010-10-14 21:26 Markus Meier (maekke)
2010-10-09 10:14 Samuli Suominen (ssuominen)
2010-09-11 18:35 Joseph Jezak (josejx)
2010-08-01 11:17 Christian Faulhammer (fauli)
2010-07-31 18:59 Pacho Ramos (pacho)
2010-06-13 19:32 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