* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog
@ 2009-01-17 21:37 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2009-01-17 21:37 UTC (permalink / raw
To: gentoo-commits
patrick 09/01/17 21:37:02
Modified: ChangeLog
Added: pyclimate-1.2.2.ebuild
Log:
Bump to 1.2.2. Fixes #255246. Modified ebuild by Juan Aguado <juantxorena@gmail.com>
(Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.12 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 5 Mar 2007 02:49:35 -0000 1.11
+++ ChangeLog 17 Jan 2009 21:37:02 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyclimate
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.11 2007/03/05 02:49:35 genone Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.12 2009/01/17 21:37:02 patrick Exp $
+
+*pyclimate-1.2.2 (17 Jan 2009)
+
+ 17 Jan 2009; Patrick Lauer <patrick@gentoo.org> +pyclimate-1.2.2.ebuild:
+ Bump to 1.2.2. Fixes #255246. Modified ebuild by Juan Aguado
+ <juantxorena@gmail.com>
05 Mar 2007; Marius Mauch <genone@gentoo.org> pyclimate-1.2.1-r1.ebuild:
Replacing einfo with elog
1.1 dev-python/pyclimate/pyclimate-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.1&content-type=text/plain
Index: pyclimate-1.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v 1.1 2009/01/17 21:37:02 patrick Exp $
inherit eutils distutils
MY_P="${P/pyclimate/PyClimate}"
S="${WORKDIR}/${MY_P}"
IUSE=""
DESCRIPTION="Climate Data Analysis Module for Python"
SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
HOMEPAGE="http://www.pyclimate.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~alpha ~ia64 ~ppc ~sparc ~x86"
DEPEND="virtual/python
dev-python/numpy
>=dev-python/scientificpython-2.8
>=sci-libs/netcdf-3.0"
src_install() {
distutils_src_install
dodir /usr/share/doc/${PF}/doc
insinto /usr/share/doc/${PF}/doc
doins doc/*
doins doc/dcdflib_doc/dcdflib*
dodir /usr/share/${PF}/examples
insinto /usr/share/${PF}/examples
doins examples/*
dodir /usr/share/${PF}/test
insinto /usr/share/${PF}/test
doins test/*
}
pkg_postinst() {
python_version
python_mod_optimize /usr/lib/python${PYVER}/site-packages/pyclimate
elog
elog "Try the test script in /usr/share/${PF}/test."
elog "See the examples in /usr/share/${PF}/examples."
elog "Read the doc in /usr/share/doc/${PF}."
elog
}
pkg_postrm() {
python_version
python_mod_cleanup
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog
@ 2009-11-08 16:07 Tobias Klausmann (klausman)
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-11-08 16:07 UTC (permalink / raw
To: gentoo-commits
klausman 09/11/08 16:07:14
Modified: pyclimate-1.2.2.ebuild ChangeLog
Log:
Stable on alpha, bug #289682
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pyclimate/pyclimate-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?r1=1.1&r2=1.2
Index: pyclimate-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyclimate-1.2.2.ebuild 17 Jan 2009 21:37:02 -0000 1.1
+++ pyclimate-1.2.2.ebuild 8 Nov 2009 16:07:14 -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/pyclimate/pyclimate-1.2.2.ebuild,v 1.1 2009/01/17 21:37:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v 1.2 2009/11/08 16:07:14 klausman Exp $
inherit eutils distutils
@@ -13,7 +13,7 @@
HOMEPAGE="http://www.pyclimate.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~alpha ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
DEPEND="virtual/python
dev-python/numpy
1.13 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 17 Jan 2009 21:37:02 -0000 1.12
+++ ChangeLog 8 Nov 2009 16:07:14 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.12 2009/01/17 21:37:02 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.13 2009/11/08 16:07:14 klausman Exp $
+
+ 08 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
+ pyclimate-1.2.2.ebuild:
+ Stable on alpha, bug #289682
*pyclimate-1.2.2 (17 Jan 2009)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog
@ 2009-11-08 19:27 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-08 19:27 UTC (permalink / raw
To: gentoo-commits
nixnut 09/11/08 19:27:35
Modified: pyclimate-1.2.2.ebuild ChangeLog
Log:
ppc stable #289682
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.3 dev-python/pyclimate/pyclimate-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?r1=1.2&r2=1.3
Index: pyclimate-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclimate-1.2.2.ebuild 8 Nov 2009 16:07:14 -0000 1.2
+++ pyclimate-1.2.2.ebuild 8 Nov 2009 19:27:34 -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/pyclimate/pyclimate-1.2.2.ebuild,v 1.2 2009/11/08 16:07:14 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v 1.3 2009/11/08 19:27:34 nixnut Exp $
inherit eutils distutils
@@ -13,7 +13,7 @@
HOMEPAGE="http://www.pyclimate.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc ~x86"
DEPEND="virtual/python
dev-python/numpy
1.14 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 8 Nov 2009 16:07:14 -0000 1.13
+++ ChangeLog 8 Nov 2009 19:27:34 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.13 2009/11/08 16:07:14 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.14 2009/11/08 19:27:34 nixnut Exp $
+
+ 08 Nov 2009; nixnut <nixnut@gentoo.org> pyclimate-1.2.2.ebuild:
+ ppc stable #289682
08 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
pyclimate-1.2.2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog
@ 2009-11-14 16:36 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-14 16:36 UTC (permalink / raw
To: gentoo-commits
armin76 09/11/14 16:36:40
Modified: pyclimate-1.2.2.ebuild ChangeLog
Log:
x86 stable wrt #289682
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.4 dev-python/pyclimate/pyclimate-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?r1=1.3&r2=1.4
Index: pyclimate-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclimate-1.2.2.ebuild 8 Nov 2009 19:27:34 -0000 1.3
+++ pyclimate-1.2.2.ebuild 14 Nov 2009 16:36:40 -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/pyclimate/pyclimate-1.2.2.ebuild,v 1.3 2009/11/08 19:27:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v 1.4 2009/11/14 16:36:40 armin76 Exp $
inherit eutils distutils
@@ -13,7 +13,7 @@
HOMEPAGE="http://www.pyclimate.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc x86"
DEPEND="virtual/python
dev-python/numpy
1.15 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 8 Nov 2009 19:27:34 -0000 1.14
+++ ChangeLog 14 Nov 2009 16:36:40 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.14 2009/11/08 19:27:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.15 2009/11/14 16:36:40 armin76 Exp $
+
+ 14 Nov 2009; Raúl Porcel <armin76@gentoo.org> pyclimate-1.2.2.ebuild:
+ x86 stable wrt #289682
08 Nov 2009; nixnut <nixnut@gentoo.org> pyclimate-1.2.2.ebuild:
ppc stable #289682
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog
@ 2009-11-26 17:35 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-11-26 17:35 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/26 17:35:59
Modified: pyclimate-1.2.2.ebuild ChangeLog
Log:
amd64 stable, bug #289682
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/pyclimate/pyclimate-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild?r1=1.4&r2=1.5
Index: pyclimate-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyclimate-1.2.2.ebuild 14 Nov 2009 16:36:40 -0000 1.4
+++ pyclimate-1.2.2.ebuild 26 Nov 2009 17:35:59 -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/pyclimate/pyclimate-1.2.2.ebuild,v 1.4 2009/11/14 16:36:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2.ebuild,v 1.5 2009/11/26 17:35:59 maekke Exp $
inherit eutils distutils
@@ -13,7 +13,7 @@
HOMEPAGE="http://www.pyclimate.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
DEPEND="virtual/python
dev-python/numpy
1.16 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 14 Nov 2009 16:36:40 -0000 1.15
+++ ChangeLog 26 Nov 2009 17:35:59 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.15 2009/11/14 16:36:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.16 2009/11/26 17:35:59 maekke Exp $
+
+ 26 Nov 2009; Markus Meier <maekke@gentoo.org> pyclimate-1.2.2.ebuild:
+ amd64 stable, bug #289682
14 Nov 2009; Raúl Porcel <armin76@gentoo.org> pyclimate-1.2.2.ebuild:
x86 stable wrt #289682
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-11-26 17:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 16:36 [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: pyclimate-1.2.2.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2009-11-26 17:35 Markus Meier (maekke)
2009-11-08 19:27 Gysbert Wassenaar (nixnut)
2009-11-08 16:07 Tobias Klausmann (klausman)
2009-01-17 21:37 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox