* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-04-15 19:28 Justin Lecher (jlec)
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-15 19:28 UTC (permalink / raw
To: gentoo-commits
jlec 10/04/15 19:28:20
Modified: ChangeLog
Added: pyclimate-1.2.2-r1.ebuild
Log:
Moved to new Python ABI stuff, #315459
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 26 Nov 2009 17:35:59 -0000 1.16
+++ ChangeLog 15 Apr 2010 19:28:19 -0000 1.17
@@ -1,6 +1,11 @@
# 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.16 2009/11/26 17:35:59 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.17 2010/04/15 19:28:19 jlec Exp $
+
+*pyclimate-1.2.2-r1 (15 Apr 2010)
+
+ 15 Apr 2010; Justin Lecher <jlec@gentoo.org> +pyclimate-1.2.2-r1.ebuild:
+ Moved to new Python ABI stuff, #315459
26 Nov 2009; Markus Meier <maekke@gentoo.org> pyclimate-1.2.2.ebuild:
amd64 stable, bug #289682
1.1 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
# Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/04/15 19:28:20 jlec Exp $
inherit eutils distutils
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
MY_P="${P/pyclimate/PyClimate}"
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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
DEPEND=""
RDEPEND="
dev-python/numpy
>=dev-python/scientificpython-2.8
>=sci-libs/netcdf-3.0"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
src_install() {
distutils_src_install
dodoc doc/* doc/dcdflib_doc/dcdflib* || die
if use examples; then
insinto /usr/share/${PF}
doins -r examples test || die
fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-09-13 21:01 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-13 21:01 UTC (permalink / raw
To: gentoo-commits
arfrever 10/09/13 21:01:50
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Update EAPI.
(Portage version: 2.2_rc81_p9/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 15 Apr 2010 19:28:19 -0000 1.17
+++ ChangeLog 13 Sep 2010 21:01:50 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.17 2010/04/15 19:28:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.18 2010/09/13 21:01:50 arfrever Exp $
+
+ 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyclimate-1.2.2-r1.ebuild:
+ Update EAPI.
*pyclimate-1.2.2-r1 (15 Apr 2010)
1.3 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.2&r2=1.3
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyclimate-1.2.2-r1.ebuild 15 Apr 2010 19:49:45 -0000 1.2
+++ pyclimate-1.2.2-r1.ebuild 13 Sep 2010 21:01:50 -0000 1.3
@@ -1,20 +1,22 @@
# Copyright 1999-2010 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-r1.ebuild,v 1.2 2010/04/15 19:49:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.3 2010/09/13 21:01:50 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit eutils distutils
MY_P="${P/pyclimate/PyClimate}"
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/"
+SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
@@ -23,7 +25,6 @@
dev-python/numpy
>=dev-python/scientificpython-2.8
>=sci-libs/netcdf-3.0"
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-09-15 14:44 Christian Faulhammer (fauli)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-15 14:44 UTC (permalink / raw
To: gentoo-commits
fauli 10/09/15 14:44:14
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
stable x86, bug 337153
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.19 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 13 Sep 2010 21:01:50 -0000 1.18
+++ ChangeLog 15 Sep 2010 14:44:14 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.18 2010/09/13 21:01:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.19 2010/09/15 14:44:14 fauli Exp $
+
+ 15 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
+ pyclimate-1.2.2-r1.ebuild:
+ stable x86, bug 337153
13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyclimate-1.2.2-r1.ebuild:
1.4 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.3&r2=1.4
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyclimate-1.2.2-r1.ebuild 13 Sep 2010 21:01:50 -0000 1.3
+++ pyclimate-1.2.2-r1.ebuild 15 Sep 2010 14:44:14 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.3 2010/09/13 21:01:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.4 2010/09/15 14:44:14 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"
IUSE="examples"
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-09-20 20:53 Markos Chandras (hwoarang)
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-20 20:53 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/09/20 20:53:46
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Stable on amd64 wrt bug #337153
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Revision Changes Path
1.20 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 15 Sep 2010 14:44:14 -0000 1.19
+++ ChangeLog 20 Sep 2010 20:53:46 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.19 2010/09/15 14:44:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.20 2010/09/20 20:53:46 hwoarang Exp $
+
+ 20 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+ pyclimate-1.2.2-r1.ebuild:
+ Stable on amd64 wrt bug #337153
15 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
pyclimate-1.2.2-r1.ebuild:
1.5 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.4&r2=1.5
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyclimate-1.2.2-r1.ebuild 15 Sep 2010 14:44:14 -0000 1.4
+++ pyclimate-1.2.2-r1.ebuild 20 Sep 2010 20:53:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.4 2010/09/15 14:44:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.5 2010/09/20 20:53:46 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
IUSE="examples"
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-09-29 21:23 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-09-29 21:23 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/29 21:23:39
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Marking pyclimate-1.2.2-r1 ppc for bug 337153
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.21 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 20 Sep 2010 20:53:46 -0000 1.20
+++ ChangeLog 29 Sep 2010 21:23:38 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.20 2010/09/20 20:53:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.21 2010/09/29 21:23:38 ranger Exp $
+
+ 29 Sep 2010; Brent Baude <ranger@gentoo.org> pyclimate-1.2.2-r1.ebuild:
+ Marking pyclimate-1.2.2-r1 ppc for bug 337153
20 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
pyclimate-1.2.2-r1.ebuild:
1.6 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.5&r2=1.6
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyclimate-1.2.2-r1.ebuild 20 Sep 2010 20:53:46 -0000 1.5
+++ pyclimate-1.2.2-r1.ebuild 29 Sep 2010 21:23:38 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.5 2010/09/20 20:53:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.6 2010/09/29 21:23:38 ranger Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
IUSE="examples"
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2010-10-24 16:05 Tobias Klausmann (klausman)
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-24 16:05 UTC (permalink / raw
To: gentoo-commits
klausman 10/10/24 16:05:36
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Stable on alpha, bug #337153
(Portage version: 2.1.9.21/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 29 Sep 2010 21:23:38 -0000 1.21
+++ ChangeLog 24 Oct 2010 16:05:36 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.21 2010/09/29 21:23:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.22 2010/10/24 16:05:36 klausman Exp $
+
+ 24 Oct 2010; Tobias Klausmann <klausman@gentoo.org>
+ pyclimate-1.2.2-r1.ebuild:
+ Stable on alpha, bug #337153
29 Sep 2010; Brent Baude <ranger@gentoo.org> pyclimate-1.2.2-r1.ebuild:
Marking pyclimate-1.2.2-r1 ppc for bug 337153
1.7 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.6&r2=1.7
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyclimate-1.2.2-r1.ebuild 29 Sep 2010 21:23:38 -0000 1.6
+++ pyclimate-1.2.2-r1.ebuild 24 Oct 2010 16:05:36 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.6 2010/09/29 21:23:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.7 2010/10/24 16:05:36 klausman Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
IUSE="examples"
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2011-04-16 18:37 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 18:37 UTC (permalink / raw
To: gentoo-commits
armin76 11/04/16 18:37:33
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Drop alpha/ia64/sparc
(Portage version: 2.1.9.45/cvs/Linux ia64)
Revision Changes Path
1.24 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 24 Oct 2010 16:09:09 -0000 1.23
+++ ChangeLog 16 Apr 2011 18:37:33 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.23 2010/10/24 16:09:09 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.24 2011/04/16 18:37:33 armin76 Exp $
+
+ 16 Apr 2011; Raúl Porcel <armin76@gentoo.org> pyclimate-1.2.2-r1.ebuild:
+ Drop alpha/ia64/sparc
24 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pyclimate-1.2.2.ebuild:
1.8 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.7&r2=1.8
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyclimate-1.2.2-r1.ebuild 24 Oct 2010 16:05:36 -0000 1.7
+++ pyclimate-1.2.2-r1.ebuild 16 Apr 2011 18:37:33 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.7 2010/10/24 16:05:36 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.8 2011/04/16 18:37:33 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="examples"
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
@ 2011-12-23 18:08 Justin Lecher (jlec)
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2011-12-23 18:08 UTC (permalink / raw
To: gentoo-commits
jlec 11/12/23 18:08:39
Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
Log:
Don't run dodoc on directories, #367665
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-python/pyclimate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 16 Apr 2011 18:37:33 -0000 1.24
+++ ChangeLog 23 Dec 2011 18:08:39 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.24 2011/04/16 18:37:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.25 2011/12/23 18:08:39 jlec Exp $
+
+ 23 Dec 2011; Justin Lecher <jlec@gentoo.org> pyclimate-1.2.2-r1.ebuild:
+ Don't run dodoc on directories, #367665
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> pyclimate-1.2.2-r1.ebuild:
Drop alpha/ia64/sparc
1.9 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.8&r2=1.9
Index: pyclimate-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyclimate-1.2.2-r1.ebuild 16 Apr 2011 18:37:33 -0000 1.8
+++ pyclimate-1.2.2-r1.ebuild 23 Dec 2011 18:08:39 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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-r1.ebuild,v 1.8 2011/04/16 18:37:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.9 2011/12/23 18:08:39 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -31,7 +31,7 @@
src_install() {
distutils_src_install
- dodoc doc/* doc/dcdflib_doc/dcdflib* || die
+ dodoc doc/manual.ps doc/dcdflib_doc/dcdflib* || die
if use examples; then
insinto /usr/share/${PF}
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-12-23 18:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 21:01 [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-12-23 18:08 Justin Lecher (jlec)
2011-04-16 18:37 Raul Porcel (armin76)
2010-10-24 16:05 Tobias Klausmann (klausman)
2010-09-29 21:23 Brent Baude (ranger)
2010-09-20 20:53 Markos Chandras (hwoarang)
2010-09-15 14:44 Christian Faulhammer (fauli)
2010-04-15 19:28 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox