* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2008-10-27 1:04 Ali Polatel (hawking)
0 siblings, 0 replies; 12+ messages in thread
From: Ali Polatel (hawking) @ 2008-10-27 1:04 UTC (permalink / raw
To: gentoo-commits
hawking 08/10/27 01:04:07
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Use python_need_rebuild.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Revision Changes Path
1.2 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.1&r2=1.2
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- egg-python-2.19.1.ebuild 16 Oct 2008 22:49:31 -0000 1.1
+++ egg-python-2.19.1.ebuild 27 Oct 2008 01:04:07 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.1 2008/10/16 22:49:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.2 2008/10/27 01:04:07 hawking Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
G_PY_PN="gnome-python-extras"
G_PY_BINDINGS="eggtray"
-inherit gnome-python-common
+inherit gnome-python-common python
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
@@ -30,3 +30,8 @@
epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
eautoreconf
}
+
+src_install() {
+ python_need_rebuild
+ gnome-python-common_src_install
+}
1.2 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 16 Oct 2008 22:49:31 -0000 1.1
+++ ChangeLog 27 Oct 2008 01:04:07 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.1 2008/10/16 22:49:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.2 2008/10/27 01:04:07 hawking Exp $
+
+ 27 Oct 2008; Ali Polatel <hawking@gentoo.org> egg-python-2.19.1.ebuild:
+ Use python_need_rebuild.
*egg-python-2.19.1 (16 Oct 2008)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2008-12-01 14:31 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-12-01 14:31 UTC (permalink / raw
To: gentoo-commits
eva 08/12/01 14:31:18
Modified: egg-python-2.19.1.ebuild ChangeLog
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.3 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.2&r2=1.3
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- egg-python-2.19.1.ebuild 27 Oct 2008 01:04:07 -0000 1.2
+++ egg-python-2.19.1.ebuild 1 Dec 2008 14:31:18 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.2 2008/10/27 01:04:07 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.3 2008/12/01 14:31:18 eva Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
G_PY_PN="gnome-python-extras"
G_PY_BINDINGS="eggtray"
-inherit gnome-python-common python
+inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
@@ -31,7 +31,3 @@
eautoreconf
}
-src_install() {
- python_need_rebuild
- gnome-python-common_src_install
-}
1.3 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Oct 2008 01:04:07 -0000 1.2
+++ ChangeLog 1 Dec 2008 14:31:18 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.2 2008/10/27 01:04:07 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.3 2008/12/01 14:31:18 eva Exp $
+
+ 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ egg-python-2.19.1.ebuild:
+ Remove python_need_rebuild, it is now in the eclass.
27 Oct 2008; Ali Polatel <hawking@gentoo.org> egg-python-2.19.1.ebuild:
Use python_need_rebuild.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-01-06 23:29 Jesus Rivero (neurogeek)
0 siblings, 0 replies; 12+ messages in thread
From: Jesus Rivero (neurogeek) @ 2009-01-06 23:29 UTC (permalink / raw
To: gentoo-commits
neurogeek 09/01/06 23:29:20
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Updated DESCRIPTION var
(Portage version: 2.2_rc16/cvs/Linux 2.6.18-gentoo-r3 i686)
Revision Changes Path
1.5 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.4&r2=1.5
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- egg-python-2.19.1.ebuild 31 Dec 2008 03:21:17 -0000 1.4
+++ egg-python-2.19.1.ebuild 6 Jan 2009 23:29:20 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.4 2008/12/31 03:21:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.5 2009/01/06 23:29:20 neurogeek Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -13,6 +13,7 @@
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
mirror://gentoo/${G_PY_PN}-${PV}-split.patch.gz"
+DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
1.4 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 1 Dec 2008 14:31:18 -0000 1.3
+++ ChangeLog 6 Jan 2009 23:29:20 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.3 2008/12/01 14:31:18 eva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.4 2009/01/06 23:29:20 neurogeek Exp $
+
+ 06 Jan 2009; Jesus Rivero <neurogeek@gentoo.org> egg-python-2.19.1.ebuild:
+ Updated DESCRIPTION var
01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
egg-python-2.19.1.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-02-14 14:23 Tobias Klausmann (klausman)
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-14 14:23 UTC (permalink / raw
To: gentoo-commits
klausman 09/02/14 14:23:20
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Stable on alpha, bug #258040
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.5&r2=1.6
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- egg-python-2.19.1.ebuild 6 Jan 2009 23:29:20 -0000 1.5
+++ egg-python-2.19.1.ebuild 14 Feb 2009 14:23:20 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.5 2009/01/06 23:29:20 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.6 2009/02/14 14:23:20 klausman Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.5 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 6 Jan 2009 23:29:20 -0000 1.4
+++ ChangeLog 14 Feb 2009 14:23:20 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.4 2009/01/06 23:29:20 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.5 2009/02/14 14:23:20 klausman Exp $
+
+ 14 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+ egg-python-2.19.1.ebuild:
+ Stable on alpha, bug #258040
06 Jan 2009; Jesus Rivero <neurogeek@gentoo.org> egg-python-2.19.1.ebuild:
Updated DESCRIPTION var
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-03-03 20:58 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-03-03 20:58 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/03 20:58:45
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Marking egg-python-2.19.1 ppc64 for bug 258040
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Revision Changes Path
1.7 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.6&r2=1.7
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- egg-python-2.19.1.ebuild 14 Feb 2009 14:23:20 -0000 1.6
+++ egg-python-2.19.1.ebuild 3 Mar 2009 20:58:45 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.6 2009/02/14 14:23:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.7 2009/03/03 20:58:45 ranger Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.6 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 14 Feb 2009 14:23:20 -0000 1.5
+++ ChangeLog 3 Mar 2009 20:58:45 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.5 2009/02/14 14:23:20 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.6 2009/03/03 20:58:45 ranger Exp $
+
+ 03 Mar 2009; Brent Baude <ranger@gentoo.org> egg-python-2.19.1.ebuild:
+ Marking egg-python-2.19.1 ppc64 stable for bug 258040
14 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
egg-python-2.19.1.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-03-05 23:37 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-03-05 23:37 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/05 23:37:16
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Marking egg-python-2.19.1 ppc for bug 258040
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Revision Changes Path
1.8 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.7&r2=1.8
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- egg-python-2.19.1.ebuild 3 Mar 2009 20:58:45 -0000 1.7
+++ egg-python-2.19.1.ebuild 5 Mar 2009 23:37:16 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.7 2009/03/03 20:58:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.8 2009/03/05 23:37:16 ranger Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.7 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 3 Mar 2009 20:58:45 -0000 1.6
+++ ChangeLog 5 Mar 2009 23:37:16 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.6 2009/03/03 20:58:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.7 2009/03/05 23:37:16 ranger Exp $
+
+ 05 Mar 2009; Brent Baude <ranger@gentoo.org> egg-python-2.19.1.ebuild:
+ Marking egg-python-2.19.1 ppc stable for bug 258040
03 Mar 2009; Brent Baude <ranger@gentoo.org> egg-python-2.19.1.ebuild:
Marking egg-python-2.19.1 ppc64 stable for bug 258040
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-03-08 16:00 Markus Meier (maekke)
0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-03-08 16:00 UTC (permalink / raw
To: gentoo-commits
maekke 09/03/08 16:00:50
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
amd64/x86 stable, bug #258040
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.8&r2=1.9
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- egg-python-2.19.1.ebuild 5 Mar 2009 23:37:16 -0000 1.8
+++ egg-python-2.19.1.ebuild 8 Mar 2009 16:00:50 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.8 2009/03/05 23:37:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.9 2009/03/08 16:00:50 maekke Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.8 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 5 Mar 2009 23:37:16 -0000 1.7
+++ ChangeLog 8 Mar 2009 16:00:50 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.7 2009/03/05 23:37:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.8 2009/03/08 16:00:50 maekke Exp $
+
+ 08 Mar 2009; Markus Meier <maekke@gentoo.org> egg-python-2.19.1.ebuild:
+ amd64/x86 stable, bug #258040
05 Mar 2009; Brent Baude <ranger@gentoo.org> egg-python-2.19.1.ebuild:
Marking egg-python-2.19.1 ppc stable for bug 258040
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-03-17 17:29 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-17 17:29 UTC (permalink / raw
To: gentoo-commits
armin76 09/03/17 17:29:08
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
ia64/sparc stable wrt #258040
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.10 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.9&r2=1.10
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- egg-python-2.19.1.ebuild 8 Mar 2009 16:00:50 -0000 1.9
+++ egg-python-2.19.1.ebuild 17 Mar 2009 17:29:08 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.9 2009/03/08 16:00:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.10 2009/03/17 17:29:08 armin76 Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.9 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 8 Mar 2009 16:00:50 -0000 1.8
+++ ChangeLog 17 Mar 2009 17:29:08 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.8 2009/03/08 16:00:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.9 2009/03/17 17:29:08 armin76 Exp $
+
+ 17 Mar 2009; Raúl Porcel <armin76@gentoo.org> egg-python-2.19.1.ebuild:
+ ia64/sparc stable wrt #258040
08 Mar 2009; Markus Meier <maekke@gentoo.org> egg-python-2.19.1.ebuild:
amd64/x86 stable, bug #258040
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-03-23 5:04 Jeroen Roovers (jer)
0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2009-03-23 5:04 UTC (permalink / raw
To: gentoo-commits
jer 09/03/23 05:04:27
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #258040).
(Portage version: 2.2_rc26/cvs/Linux i686)
Revision Changes Path
1.11 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.10&r2=1.11
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- egg-python-2.19.1.ebuild 17 Mar 2009 17:29:08 -0000 1.10
+++ egg-python-2.19.1.ebuild 23 Mar 2009 05:04:27 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.10 2009/03/17 17:29:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.11 2009/03/23 05:04:27 jer Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.10 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 17 Mar 2009 17:29:08 -0000 1.9
+++ ChangeLog 23 Mar 2009 05:04:27 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.9 2009/03/17 17:29:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.10 2009/03/23 05:04:27 jer Exp $
+
+ 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> egg-python-2.19.1.ebuild:
+ Stable for HPPA (bug #258040).
17 Mar 2009; Raúl Porcel <armin76@gentoo.org> egg-python-2.19.1.ebuild:
ia64/sparc stable wrt #258040
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2009-08-25 13:18 Alexis Ballier (aballier)
0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier (aballier) @ 2009-08-25 13:18 UTC (permalink / raw
To: gentoo-commits
aballier 09/08/25 13:18:31
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
keyword ~x86-fbsd
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.11&r2=1.12
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- egg-python-2.19.1.ebuild 23 Mar 2009 05:04:27 -0000 1.11
+++ egg-python-2.19.1.ebuild 25 Aug 2009 13:18:31 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.11 2009/03/23 05:04:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.12 2009/08/25 13:18:31 aballier Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -16,7 +16,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.11 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 23 Mar 2009 05:04:27 -0000 1.10
+++ ChangeLog 25 Aug 2009 13:18:31 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.10 2009/03/23 05:04:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.11 2009/08/25 13:18:31 aballier Exp $
+
+ 25 Aug 2009; Alexis Ballier <aballier@gentoo.org>
+ egg-python-2.19.1.ebuild:
+ keyword ~x86-fbsd
23 Mar 2009; Jeroen Roovers <jer@gentoo.org> egg-python-2.19.1.ebuild:
Stable for HPPA (bug #258040).
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2010-06-02 21:05 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-06-02 21:05 UTC (permalink / raw
To: gentoo-commits
eva 10/06/02 21:05:01
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Update to use EAPI=2 due to eclass changes.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.12&r2=1.13
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- egg-python-2.19.1.ebuild 25 Aug 2009 13:18:31 -0000 1.12
+++ egg-python-2.19.1.ebuild 2 Jun 2010 21:05:01 -0000 1.13
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.12 2009/08/25 13:18:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.13 2010/06/02 21:05:01 eva Exp $
+
+EAPI="2"
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
@@ -25,9 +27,9 @@
EXAMPLES="examples/egg/tray*"
-src_unpack() {
- gnome-python-common_src_unpack
-
+src_prepare() {
epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
eautoreconf
+
+ gnome-python-common_src_prepare
}
1.12 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 25 Aug 2009 13:18:31 -0000 1.11
+++ ChangeLog 2 Jun 2010 21:05:01 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egg-python
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.11 2009/08/25 13:18:31 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.12 2010/06/02 21:05:01 eva Exp $
+
+ 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ egg-python-2.19.1.ebuild:
+ Update to use EAPI=2 due to eclass changes.
25 Aug 2009; Alexis Ballier <aballier@gentoo.org>
egg-python-2.19.1.ebuild:
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog
@ 2010-07-11 10:12 Pacho Ramos (pacho)
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-11 10:12 UTC (permalink / raw
To: gentoo-commits
pacho 10/07/11 10:12:26
Modified: egg-python-2.19.1.ebuild ChangeLog
Log:
Drop hppa keyword per bug #324511.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-python/egg-python/egg-python-2.19.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild?r1=1.13&r2=1.14
Index: egg-python-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- egg-python-2.19.1.ebuild 2 Jun 2010 21:05:01 -0000 1.13
+++ egg-python-2.19.1.ebuild 11 Jul 2010 10:12:26 -0000 1.14
@@ -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/egg-python/egg-python-2.19.1.ebuild,v 1.13 2010/06/02 21:05:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.14 2010/07/11 10:12:26 pacho Exp $
EAPI="2"
@@ -18,7 +18,7 @@
DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-python/libbonobo-python-2.22.1
1.14 dev-python/egg-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 14 Jun 2010 13:11:26 -0000 1.13
+++ ChangeLog 11 Jul 2010 10:12:26 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.13 2010/06/14 13:11:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.14 2010/07/11 10:12:26 pacho Exp $
+
+ 11 Jul 2010; Pacho Ramos <pacho@gentoo.org> egg-python-2.19.1.ebuild:
+ Drop hppa keyword per bug #324511.
*egg-python-2.25.3 (14 Jun 2010)
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2010-07-11 10:12 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 10:12 [gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.19.1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2010-06-02 21:05 Gilles Dartiguelongue (eva)
2009-08-25 13:18 Alexis Ballier (aballier)
2009-03-23 5:04 Jeroen Roovers (jer)
2009-03-17 17:29 Raul Porcel (armin76)
2009-03-08 16:00 Markus Meier (maekke)
2009-03-05 23:37 Brent Baude (ranger)
2009-03-03 20:58 Brent Baude (ranger)
2009-02-14 14:23 Tobias Klausmann (klausman)
2009-01-06 23:29 Jesus Rivero (neurogeek)
2008-12-01 14:31 Gilles Dartiguelongue (eva)
2008-10-27 1:04 Ali Polatel (hawking)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox