public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/gconf-python: ChangeLog gconf-python-2.22.3.ebuild gconf-python-2.22.1.ebuild
@ 2008-10-27  1:18 Ali Polatel (hawking)
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-10-27  1:18 UTC (permalink / raw
  To: gentoo-commits

hawking     08/10/27 01:18:18

  Modified:             ChangeLog gconf-python-2.22.3.ebuild
                        gconf-python-2.22.1.ebuild
  Log:
  Use python_need_rebuild.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.3                  dev-python/gconf-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Sep 2008 09:59:25 -0000	1.2
+++ ChangeLog	27 Oct 2008 01:18:18 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gconf-python
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.2 2008/09/26 09:59:25 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.3 2008/10/27 01:18:18 hawking Exp $
+
+  27 Oct 2008; Ali Polatel <hawking@gentoo.org> gconf-python-2.22.1.ebuild,
+  gconf-python-2.22.3.ebuild:
+  Use python_need_rebuild.
 
 *gconf-python-2.22.3 (26 Sep 2008)
 



1.2                  dev-python/gconf-python/gconf-python-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?r1=1.1&r2=1.2

Index: gconf-python-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gconf-python-2.22.3.ebuild	26 Sep 2008 09:59:25 -0000	1.1
+++ gconf-python-2.22.3.ebuild	27 Oct 2008 01:18:18 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.1 2008/09/26 09:59:25 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.2 2008/10/27 01:18:18 hawking Exp $
 
 G_PY_PN="gnome-python"
 
-inherit gnome-python-common
+inherit gnome-python-common python
 
 DESCRIPTION="Python bindings for the GConf library"
 LICENSE="LGPL-2.1"
@@ -17,3 +17,8 @@
 DEPEND="${RDEPEND}"
 
 EXAMPLES="examples/gconf/*"
+
+src_install() {
+	python_need_rebuild
+	gnome-python-common_src_install
+}



1.2                  dev-python/gconf-python/gconf-python-2.22.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild?r1=1.1&r2=1.2

Index: gconf-python-2.22.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gconf-python-2.22.1.ebuild	24 Aug 2008 07:24:41 -0000	1.1
+++ gconf-python-2.22.1.ebuild	27 Oct 2008 01:18:18 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild,v 1.1 2008/08/24 07:24:41 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.1.ebuild,v 1.2 2008/10/27 01:18:18 hawking Exp $
 
 G_PY_PN="gnome-python"
 
-inherit gnome-python-common
+inherit gnome-python-common python
 
 DESCRIPTION="Python bindings for the GConf library"
 LICENSE="LGPL-2.1"
@@ -17,3 +17,8 @@
 DEPEND="${RDEPEND}"
 
 EXAMPLES="examples/gconf/*"
+
+src_install() {
+	python_need_rebuild
+	gnome-python-common_src_install
+}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/gconf-python: ChangeLog gconf-python-2.22.3.ebuild gconf-python-2.22.1.ebuild
@ 2008-12-01 14:31 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-12-01 14:31 UTC (permalink / raw
  To: gentoo-commits

eva         08/12/01 14:31:01

  Modified:             ChangeLog gconf-python-2.22.3.ebuild
  Removed:              gconf-python-2.22.1.ebuild
  Log:
  Remove python_need_rebuild, it is now in the eclass.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.4                  dev-python/gconf-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Oct 2008 01:18:18 -0000	1.3
+++ ChangeLog	1 Dec 2008 14:31:01 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gconf-python
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.3 2008/10/27 01:18:18 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.4 2008/12/01 14:31:01 eva Exp $
+
+  01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  -gconf-python-2.22.1.ebuild, gconf-python-2.22.3.ebuild:
+  Remove python_need_rebuild, it is now in the eclass.
 
   27 Oct 2008; Ali Polatel <hawking@gentoo.org> gconf-python-2.22.1.ebuild,
   gconf-python-2.22.3.ebuild:



1.3                  dev-python/gconf-python/gconf-python-2.22.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild?r1=1.2&r2=1.3

Index: gconf-python-2.22.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gconf-python-2.22.3.ebuild	27 Oct 2008 01:18:18 -0000	1.2
+++ gconf-python-2.22.3.ebuild	1 Dec 2008 14:31:01 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.2 2008/10/27 01:18:18 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.3 2008/12/01 14:31:01 eva Exp $
 
 G_PY_PN="gnome-python"
 
-inherit gnome-python-common python
+inherit gnome-python-common
 
 DESCRIPTION="Python bindings for the GConf library"
 LICENSE="LGPL-2.1"
@@ -18,7 +18,3 @@
 
 EXAMPLES="examples/gconf/*"
 
-src_install() {
-	python_need_rebuild
-	gnome-python-common_src_install
-}






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

end of thread, other threads:[~2008-12-01 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27  1:18 [gentoo-commits] gentoo-x86 commit in dev-python/gconf-python: ChangeLog gconf-python-2.22.3.ebuild gconf-python-2.22.1.ebuild Ali Polatel (hawking)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-01 14:31 Gilles Dartiguelongue (eva)

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