* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.0.ebuild ChangeLog
@ 2013-03-10 7:12 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2013-03-10 7:12 UTC (permalink / raw
To: gentoo-commits
idella4 13/03/10 07:12:39
Modified: ChangeLog
Added: xlrd-0.9.0.ebuild
Log:
bump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.10 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 18 Feb 2013 11:06:07 -0000 1.9
+++ ChangeLog 10 Mar 2013 07:12:39 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.9 2013/02/18 11:06:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.10 2013/03/10 07:12:39 idella4 Exp $
+
+*xlrd-0.9.0 (10 Mar 2013)
+
+ 10 Mar 2013; Ian Delaney <idella4@gentoo.org> +xlrd-0.9.0.ebuild:
+ bump
18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.8.0.ebuild:
Stable for x86, wrt bug #458072
1.1 dev-python/xlrd/xlrd-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.1&content-type=text/plain
Index: xlrd-0.9.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.1 2013/03/10 07:12:39 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
HOMEPAGE="http://pypi.python.org/pypi/xlrd"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
src_prepare() {
distutils-r1_src_prepare
# add shebang to runxlrd.py
sed -i -e '1i#!/usr/bin/encompdoc.html xlrd.htmlv python' scripts/runxlrd.py || die
}
python_install_all() {
if use doc; then
dohtml ${PN}/doc/{compdoc.html,xlrd.html}
fi
if use examples; then
docompress -x usr/share/doc/${P}/examples/
insinto usr/share/doc/${P}/examples
doins ${PN}/examples/*
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.0.ebuild ChangeLog
@ 2013-03-10 7:13 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2013-03-10 7:13 UTC (permalink / raw
To: gentoo-commits
idella4 13/03/10 07:13:52
Modified: xlrd-0.9.0.ebuild ChangeLog
Log:
bump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/xlrd/xlrd-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?r1=1.1&r2=1.2
Index: xlrd-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xlrd-0.9.0.ebuild 10 Mar 2013 07:12:39 -0000 1.1
+++ xlrd-0.9.0.ebuild 10 Mar 2013 07:13:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.1 2013/03/10 07:12:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.2 2013/03/10 07:13:52 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@@ -26,7 +26,7 @@
}
python_install_all() {
- if use doc; then
+ if use doc; then
dohtml ${PN}/doc/{compdoc.html,xlrd.html}
fi
1.11 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 10 Mar 2013 07:12:39 -0000 1.10
+++ ChangeLog 10 Mar 2013 07:13:52 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.10 2013/03/10 07:12:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.11 2013/03/10 07:13:52 idella4 Exp $
+
+ 10 Mar 2013; Ian Delaney <idella4@gentoo.org> xlrd-0.9.0.ebuild:
+ bump
*xlrd-0.9.0 (10 Mar 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.0.ebuild ChangeLog
@ 2013-05-19 12:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-19 12:26 UTC (permalink / raw
To: gentoo-commits
ago 13/05/19 12:26:30
Modified: xlrd-0.9.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #470626
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/xlrd/xlrd-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?r1=1.2&r2=1.3
Index: xlrd-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xlrd-0.9.0.ebuild 10 Mar 2013 07:13:52 -0000 1.2
+++ xlrd-0.9.0.ebuild 19 May 2013 12:26:30 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.2 2013/03/10 07:13:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.3 2013/05/19 12:26:30 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
1.13 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 10 Mar 2013 07:33:34 -0000 1.12
+++ ChangeLog 19 May 2013 12:26:30 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.12 2013/03/10 07:33:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.13 2013/05/19 12:26:30 ago Exp $
+
+ 19 May 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.0.ebuild:
+ Stable for amd64, wrt bug #470626
10 Mar 2013; Ian Delaney <idella4@gentoo.org> -xlrd-0.7.1.ebuild,
-xlrd-0.7.3.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.0.ebuild ChangeLog
@ 2013-05-20 8:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:24 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:24:25
Modified: xlrd-0.9.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #470626
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/xlrd/xlrd-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild?r1=1.3&r2=1.4
Index: xlrd-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xlrd-0.9.0.ebuild 19 May 2013 12:26:30 -0000 1.3
+++ xlrd-0.9.0.ebuild 20 May 2013 08:24:25 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.3 2013/05/19 12:26:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.4 2013/05/20 08:24:25 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
1.14 dev-python/xlrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xlrd/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 19 May 2013 12:26:30 -0000 1.13
+++ ChangeLog 20 May 2013 08:24:25 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.13 2013/05/19 12:26:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.14 2013/05/20 08:24:25 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.0.ebuild:
+ Stable for x86, wrt bug #470626
19 May 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.0.ebuild:
Stable for amd64, wrt bug #470626
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-20 8:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 8:24 [gentoo-commits] gentoo-x86 commit in dev-python/xlrd: xlrd-0.9.0.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-19 12:26 Agostino Sarubbo (ago)
2013-03-10 7:13 Ian Delaney (idella4)
2013-03-10 7:12 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox