* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-02-18 23:30 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-02-18 23:30 UTC (permalink / raw
To: gentoo-commits
eva 09/02/18 23:30:29
Modified: ChangeLog
Added: pyorbit-2.24.0.ebuild
Log:
Bump to 2.24. Bug fixes.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.59 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 27 Oct 2008 10:29:01 -0000 1.58
+++ ChangeLog 18 Feb 2009 23:30:29 -0000 1.59
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyorbit
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.58 2008/10/27 10:29:01 hawking Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.59 2009/02/18 23:30:29 eva Exp $
+
+*pyorbit-2.24.0 (18 Feb 2009)
+
+ 18 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +pyorbit-2.24.0.ebuild:
+ Bump to 2.24. Bug fixes.
27 Oct 2008; Ali Polatel <hawking@gentoo.org> pyorbit-2.14.3.ebuild:
Use python_need_rebuild.
1.1 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.1&content-type=text/plain
Index: pyorbit-2.24.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.1 2009/02/18 23:30:29 eva Exp $
inherit python gnome2 multilib
DESCRIPTION="ORBit2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
>=gnome-base/orbit-2.12"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
src_unpack() {
unpack ${A}
# disable pyc compiling
mv "${S}"/py-compile "${S}"/py-compile.orig
ln -s $(type -P true) "${S}"/py-compile
}
src_install() {
gnome2_src_install
python_version
mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/CORBA.py \
"${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_CORBA.py
mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/PortableServer.py \
"${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_PortableServer.py
}
pkg_postinst() {
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
}
pkg_postrm() {
python_mod_cleanup
}
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-03-05 21:46 Brent Baude (ranger)
0 siblings, 0 replies; 15+ messages in thread
From: Brent Baude (ranger) @ 2009-03-05 21:46 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/05 21:46:46
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Marking pyorbit-2.24.0 ppc64 for bug 260063
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Revision Changes Path
1.2 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.1&r2=1.2
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyorbit-2.24.0.ebuild 18 Feb 2009 23:30:29 -0000 1.1
+++ pyorbit-2.24.0.ebuild 5 Mar 2009 21:46:45 -0000 1.2
@@ -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.1 2009/02/18 23:30:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.2 2009/03/05 21:46:45 ranger Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.60 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 18 Feb 2009 23:30:29 -0000 1.59
+++ ChangeLog 5 Mar 2009 21:46:45 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.59 2009/02/18 23:30:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.60 2009/03/05 21:46:45 ranger Exp $
+
+ 05 Mar 2009; Brent Baude <ranger@gentoo.org> pyorbit-2.24.0.ebuild:
+ Marking pyorbit-2.24.0 ppc64 stable for bug 260063
*pyorbit-2.24.0 (18 Feb 2009)
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-03-06 15:56 Brent Baude (ranger)
0 siblings, 0 replies; 15+ messages in thread
From: Brent Baude (ranger) @ 2009-03-06 15:56 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/06 15:56:10
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Marking pyorbit-2.24.0 ppc for bug 260063
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Revision Changes Path
1.3 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.2&r2=1.3
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyorbit-2.24.0.ebuild 5 Mar 2009 21:46:45 -0000 1.2
+++ pyorbit-2.24.0.ebuild 6 Mar 2009 15:56:10 -0000 1.3
@@ -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.2 2009/03/05 21:46:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.3 2009/03/06 15:56:10 ranger Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.61 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 5 Mar 2009 21:46:45 -0000 1.60
+++ ChangeLog 6 Mar 2009 15:56:10 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.60 2009/03/05 21:46:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.61 2009/03/06 15:56:10 ranger Exp $
+
+ 06 Mar 2009; Brent Baude <ranger@gentoo.org> pyorbit-2.24.0.ebuild:
+ Marking pyorbit-2.24.0 ppc stable for bug 260063
05 Mar 2009; Brent Baude <ranger@gentoo.org> pyorbit-2.24.0.ebuild:
Marking pyorbit-2.24.0 ppc64 stable for bug 260063
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-03-11 2:01 Daniel Gryniewicz (dang)
0 siblings, 0 replies; 15+ messages in thread
From: Daniel Gryniewicz (dang) @ 2009-03-11 2:01 UTC (permalink / raw
To: gentoo-commits
dang 09/03/11 02:01:54
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Marked stable on amd64 for bug #260063
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.3&r2=1.4
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyorbit-2.24.0.ebuild 6 Mar 2009 15:56:10 -0000 1.3
+++ pyorbit-2.24.0.ebuild 11 Mar 2009 02:01:54 -0000 1.4
@@ -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.3 2009/03/06 15:56:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.4 2009/03/11 02:01:54 dang Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.62 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 6 Mar 2009 15:56:10 -0000 1.61
+++ ChangeLog 11 Mar 2009 02:01:54 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.61 2009/03/06 15:56:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.62 2009/03/11 02:01:54 dang Exp $
+
+ 11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> pyorbit-2.24.0.ebuild:
+ Marked stable on amd64
06 Mar 2009; Brent Baude <ranger@gentoo.org> pyorbit-2.24.0.ebuild:
Marking pyorbit-2.24.0 ppc stable for bug 260063
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-03-15 21:05 Markus Meier (maekke)
0 siblings, 0 replies; 15+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 21:05 UTC (permalink / raw
To: gentoo-commits
maekke 09/03/15 21:05:49
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
x86 stable, bug #260063
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.4&r2=1.5
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyorbit-2.24.0.ebuild 11 Mar 2009 02:01:54 -0000 1.4
+++ pyorbit-2.24.0.ebuild 15 Mar 2009 21:05:48 -0000 1.5
@@ -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.4 2009/03/11 02:01:54 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.5 2009/03/15 21:05:48 maekke Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.63 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 11 Mar 2009 02:01:54 -0000 1.62
+++ ChangeLog 15 Mar 2009 21:05:48 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.62 2009/03/11 02:01:54 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.63 2009/03/15 21:05:48 maekke Exp $
+
+ 15 Mar 2009; Markus Meier <maekke@gentoo.org> pyorbit-2.24.0.ebuild:
+ x86 stable, bug #260063
11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> pyorbit-2.24.0.ebuild:
Marked stable on amd64
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-03-18 16:10 Raul Porcel (armin76)
0 siblings, 0 replies; 15+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-18 16:10 UTC (permalink / raw
To: gentoo-commits
armin76 09/03/18 16:10:03
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
alpha/ia64 stable wrt #260063
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.6 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.5&r2=1.6
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyorbit-2.24.0.ebuild 15 Mar 2009 21:05:48 -0000 1.5
+++ pyorbit-2.24.0.ebuild 18 Mar 2009 16:10:03 -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.5 2009/03/15 21:05:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.6 2009/03/18 16:10:03 armin76 Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.64 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 15 Mar 2009 21:05:48 -0000 1.63
+++ ChangeLog 18 Mar 2009 16:10:03 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.63 2009/03/15 21:05:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.64 2009/03/18 16:10:03 armin76 Exp $
+
+ 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
+ alpha/ia64 stable wrt #260063
15 Mar 2009; Markus Meier <maekke@gentoo.org> pyorbit-2.24.0.ebuild:
x86 stable, bug #260063
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-04-12 21:10 Friedrich Oslage (bluebird)
0 siblings, 0 replies; 15+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-12 21:10 UTC (permalink / raw
To: gentoo-commits
bluebird 09/04/12 21:10:44
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Stable on sparc, bug #260063
(Portage version: 2.1.6.7/cvs/Linux sparc64)
Revision Changes Path
1.7 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.6&r2=1.7
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyorbit-2.24.0.ebuild 18 Mar 2009 16:10:03 -0000 1.6
+++ pyorbit-2.24.0.ebuild 12 Apr 2009 21:10:44 -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.6 2009/03/18 16:10:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.7 2009/04/12 21:10:44 bluebird Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.65 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 18 Mar 2009 16:10:03 -0000 1.64
+++ ChangeLog 12 Apr 2009 21:10:44 -0000 1.65
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.64 2009/03/18 16:10:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.65 2009/04/12 21:10:44 bluebird Exp $
+
+ 12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> pyorbit-2.24.0.ebuild:
+ Stable on sparc, bug #260063
18 Mar 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
alpha/ia64 stable wrt #260063
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-04-27 9:52 Raul Porcel (armin76)
0 siblings, 0 replies; 15+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-27 9:52 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/27 09:52:17
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
arm stable
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.8 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.7&r2=1.8
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyorbit-2.24.0.ebuild 12 Apr 2009 21:10:44 -0000 1.7
+++ pyorbit-2.24.0.ebuild 27 Apr 2009 09:52:17 -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.7 2009/04/12 21:10:44 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.8 2009/04/27 09:52:17 armin76 Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.66 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 12 Apr 2009 21:10:44 -0000 1.65
+++ ChangeLog 27 Apr 2009 09:52:17 -0000 1.66
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.65 2009/04/12 21:10:44 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.66 2009/04/27 09:52:17 armin76 Exp $
+
+ 27 Apr 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
+ arm stable
12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> pyorbit-2.24.0.ebuild:
Stable on sparc, bug #260063
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-04-28 11:11 Raul Porcel (armin76)
0 siblings, 0 replies; 15+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-28 11:11 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/28 11:11:30
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
sh stable
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.9 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.8&r2=1.9
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyorbit-2.24.0.ebuild 27 Apr 2009 09:52:17 -0000 1.8
+++ pyorbit-2.24.0.ebuild 28 Apr 2009 11:11:29 -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.8 2009/04/27 09:52:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.9 2009/04/28 11:11:29 armin76 Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.67 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 27 Apr 2009 09:52:17 -0000 1.66
+++ ChangeLog 28 Apr 2009 11:11:29 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.66 2009/04/27 09:52:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.67 2009/04/28 11:11:29 armin76 Exp $
+
+ 28 Apr 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
+ sh stable
27 Apr 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
arm stable
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2009-10-11 10:51 Fabian Groffen (grobian)
0 siblings, 0 replies; 15+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-11 10:51 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/11 10:51:01
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Merge from Prefix
(Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.10 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.9&r2=1.10
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyorbit-2.24.0.ebuild 28 Apr 2009 11:11:29 -0000 1.9
+++ pyorbit-2.24.0.ebuild 11 Oct 2009 10:51:00 -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.9 2009/04/28 11:11:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.10 2009/10/11 10:51:00 grobian Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
@@ -27,14 +27,15 @@
}
src_install() {
+ [[ -z ${ED} ]] && local ED=${D}
gnome2_src_install
python_version
- mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/CORBA.py \
- "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_CORBA.py
+ mv "${ED}"/usr/$(get_libdir)/python${PYVER}/site-packages/CORBA.py \
+ "${ED}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_CORBA.py
- mv "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/PortableServer.py \
- "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_PortableServer.py
+ mv "${ED}"/usr/$(get_libdir)/python${PYVER}/site-packages/PortableServer.py \
+ "${ED}"/usr/$(get_libdir)/python${PYVER}/site-packages/pyorbit_PortableServer.py
}
pkg_postinst() {
1.68 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 28 Apr 2009 11:11:29 -0000 1.67
+++ ChangeLog 11 Oct 2009 10:51:00 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.67 2009/04/28 11:11:29 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.68 2009/10/11 10:51:00 grobian Exp $
+
+ 11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pyorbit-2.24.0.ebuild:
+ Merge from Prefix
28 Apr 2009; Raúl Porcel <armin76@gentoo.org> pyorbit-2.24.0.ebuild:
sh stable
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2010-01-17 23:43 Jeroen Roovers (jer)
0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-17 23:43 UTC (permalink / raw
To: gentoo-commits
jer 10/01/17 23:43:07
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Stable for HPPA (bug #281427).
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.11 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.10&r2=1.11
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyorbit-2.24.0.ebuild 11 Oct 2009 10:51:00 -0000 1.10
+++ pyorbit-2.24.0.ebuild 17 Jan 2010 23:43:06 -0000 1.11
@@ -1,6 +1,6 @@
-# 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/pyorbit/pyorbit-2.24.0.ebuild,v 1.10 2009/10/11 10:51:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.11 2010/01/17 23:43:06 jer Exp $
inherit python gnome2 multilib
@@ -9,7 +9,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/python-2.4
1.69 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 11 Oct 2009 10:51:00 -0000 1.68
+++ ChangeLog 17 Jan 2010 23:43:06 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.68 2009/10/11 10:51:00 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.69 2010/01/17 23:43:06 jer Exp $
+
+ 17 Jan 2010; Jeroen Roovers <jer@gentoo.org> pyorbit-2.24.0.ebuild:
+ Stable for HPPA (bug #281427).
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pyorbit-2.24.0.ebuild:
Merge from Prefix
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2010-12-21 22:49 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-12-21 22:49 UTC (permalink / raw
To: gentoo-commits
eva 10/12/21 22:49:06
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Add support for multiple python slots, bug #309045.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.13&r2=1.14
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pyorbit-2.24.0.ebuild 20 Jul 2010 15:29:05 -0000 1.13
+++ pyorbit-2.24.0.ebuild 21 Dec 2010 22:49:06 -0000 1.14
@@ -1,8 +1,14 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.13 2010/07/20 15:29:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.14 2010/12/21 22:49:06 eva Exp $
-inherit python gnome2 multilib
+EAPI="3"
+GCONF_DEBUG="no"
+PYTHON_DEPEND="2:2.4"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit gnome2 multilib python
DESCRIPTION="ORBit2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
@@ -12,32 +18,47 @@
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
-RDEPEND=">=dev-lang/python-2.4
- >=gnome-base/orbit-2.12"
+RDEPEND=">=gnome-base/orbit-2.12"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-src_unpack() {
- unpack ${A}
+src_prepare() {
# disable pyc compiling
mv "${S}"/py-compile "${S}"/py-compile.orig
ln -s $(type -P true) "${S}"/py-compile
+
+ python_copy_sources
+}
+
+src_configure() {
+ python_execute_function -s gnome2_src_configure
+}
+
+src_compile() {
+ python_execute_function -s gnome2_src_compile
+}
+
+src_test() {
+ python_execute_function -s -d
}
src_install() {
- [[ -z ${ED} ]] && local ED=${D}
- gnome2_src_install
+ installation() {
+ gnome2_src_install
- mv "${ED}"$(python_get_sitedir)/{CORBA.py,pyorbit_CORBA.py}
- mv "${ED}"$(python_get_sitedir)/{PortableServer.py,pyorbit_PortableServer.py}
+ mv "${ED}"$(python_get_sitedir)/{CORBA.py,pyorbit_CORBA.py}
+ mv "${ED}"$(python_get_sitedir)/{PortableServer.py,pyorbit_PortableServer.py}
+ }
+ python_execute_function -s installation
+ python_clean_installation_image
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/{pyorbit_CORBA.py,pyorbit_PortableServer.py}
+ python_mod_optimize pyorbit_CORBA.py pyorbit_PortableServer.py
}
pkg_postrm() {
- python_mod_cleanup $(python_get_sitedir)/{pyorbit_CORBA.py,pyorbit_PortableServer.py}
+ python_mod_cleanup pyorbit_CORBA.py pyorbit_PortableServer.py
}
1.72 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 20 Jul 2010 15:29:05 -0000 1.71
+++ ChangeLog 21 Dec 2010 22:49:06 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.71 2010/07/20 15:29:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.72 2010/12/21 22:49:06 eva Exp $
+
+ 21 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> pyorbit-2.24.0.ebuild:
+ Add support for multiple python slots, bug #309045.
20 Jul 2010; Jeroen Roovers <jer@gentoo.org> pyorbit-2.14.3.ebuild,
pyorbit-2.24.0.ebuild:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2012-02-10 3:35 Patrick Lauer (patrick)
0 siblings, 0 replies; 15+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-10 3:35 UTC (permalink / raw
To: gentoo-commits
patrick 12/02/10 03:35:41
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.15 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.14&r2=1.15
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pyorbit-2.24.0.ebuild 21 Dec 2010 22:49:06 -0000 1.14
+++ pyorbit-2.24.0.ebuild 10 Feb 2012 03:35:41 -0000 1.15
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.14 2010/12/21 22:49:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.15 2012/02/10 03:35:41 patrick Exp $
EAPI="3"
GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
1.73 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 21 Dec 2010 22:49:06 -0000 1.72
+++ ChangeLog 10 Feb 2012 03:35:41 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.72 2010/12/21 22:49:06 eva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.73 2012/02/10 03:35:41 patrick Exp $
+
+ 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyorbit-2.24.0.ebuild:
+ Changing python deps in preparation for 2.4 removal
21 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> pyorbit-2.24.0.ebuild:
Add support for multiple python slots, bug #309045.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2012-02-21 6:49 Patrick Lauer (patrick)
0 siblings, 0 replies; 15+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-21 6:49 UTC (permalink / raw
To: gentoo-commits
patrick 12/02/21 06:49:25
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Restricting jython and pypy
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.15&r2=1.16
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pyorbit-2.24.0.ebuild 10 Feb 2012 03:35:41 -0000 1.15
+++ pyorbit-2.24.0.ebuild 21 Feb 2012 06:49:25 -0000 1.16
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.15 2012/02/10 03:35:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.16 2012/02/21 06:49:25 patrick Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit gnome2 multilib python
1.74 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 10 Feb 2012 03:35:41 -0000 1.73
+++ ChangeLog 21 Feb 2012 06:49:25 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.73 2012/02/10 03:35:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.74 2012/02/21 06:49:25 patrick Exp $
+
+ 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyorbit-2.24.0.ebuild:
+ Restricting jython and pypy
10 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyorbit-2.24.0.ebuild:
Changing python deps in preparation for 2.4 removal
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog
@ 2012-05-04 15:12 Patrick Lauer (patrick)
0 siblings, 0 replies; 15+ messages in thread
From: Patrick Lauer (patrick) @ 2012-05-04 15:12 UTC (permalink / raw
To: gentoo-commits
patrick 12/05/04 15:12:14
Modified: pyorbit-2.24.0.ebuild ChangeLog
Log:
Migrating dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-python/pyorbit/pyorbit-2.24.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild?r1=1.16&r2=1.17
Index: pyorbit-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pyorbit-2.24.0.ebuild 21 Feb 2012 06:49:25 -0000 1.16
+++ pyorbit-2.24.0.ebuild 4 May 2012 15:12:14 -0000 1.17
@@ -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/pyorbit/pyorbit-2.24.0.ebuild,v 1.16 2012/02/21 06:49:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.24.0.ebuild,v 1.17 2012/05/04 15:12:14 patrick Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -20,7 +20,7 @@
RDEPEND=">=gnome-base/orbit-2.12"
DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0"
+ virtual/pkgconfig"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
1.75 dev-python/pyorbit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyorbit/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 21 Feb 2012 06:49:25 -0000 1.74
+++ ChangeLog 4 May 2012 15:12:14 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyorbit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.74 2012/02/21 06:49:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.75 2012/05/04 15:12:14 patrick Exp $
+
+ 04 May 2012; Patrick Lauer <patrick@gentoo.org> pyorbit-2.24.0.ebuild:
+ Migrating dev-util/pkgconfig -> virtual/pkgconfig
21 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyorbit-2.24.0.ebuild:
Restricting jython and pypy
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2012-05-04 15:14 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 21:46 [gentoo-commits] gentoo-x86 commit in dev-python/pyorbit: pyorbit-2.24.0.ebuild ChangeLog Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2012-05-04 15:12 Patrick Lauer (patrick)
2012-02-21 6:49 Patrick Lauer (patrick)
2012-02-10 3:35 Patrick Lauer (patrick)
2010-12-21 22:49 Gilles Dartiguelongue (eva)
2010-01-17 23:43 Jeroen Roovers (jer)
2009-10-11 10:51 Fabian Groffen (grobian)
2009-04-28 11:11 Raul Porcel (armin76)
2009-04-27 9:52 Raul Porcel (armin76)
2009-04-12 21:10 Friedrich Oslage (bluebird)
2009-03-18 16:10 Raul Porcel (armin76)
2009-03-15 21:05 Markus Meier (maekke)
2009-03-11 2:01 Daniel Gryniewicz (dang)
2009-03-06 15:56 Brent Baude (ranger)
2009-02-18 23:30 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