Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbconvert/, dev-python/notebook/, dev-python/nbformat/
Date: Tue, 01 Sep 2015 07:57:53
Message-Id: 1440661215.34bca79fe31312a0eeb562545671de2d3c899f39.jlec@gentoo
1 commit: 34bca79fe31312a0eeb562545671de2d3c899f39
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Aug 27 07:40:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:40:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=34bca79f
7
8 Convert all $Header$ to $Id$ tags as it has be done in gentoo.git
9
10 Signed-off-by: Marius Brehler <marbre <AT> linux.sungazer.de>
11
12 dev-python/nbconvert/nbconvert-9999.ebuild | 2 +-
13 dev-python/nbformat/nbformat-9999.ebuild | 2 +-
14 dev-python/notebook/notebook-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/nbconvert/nbconvert-9999.ebuild b/dev-python/nbconvert/nbconvert-9999.ebuild
18 index 4d8baf5..bb8f36a 100644
19 --- a/dev-python/nbconvert/nbconvert-9999.ebuild
20 +++ b/dev-python/nbconvert/nbconvert-9999.ebuild
21 @@ -1,6 +1,6 @@
22 # Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 +# $Id$
26
27 EAPI=5
28 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
29
30 diff --git a/dev-python/nbformat/nbformat-9999.ebuild b/dev-python/nbformat/nbformat-9999.ebuild
31 index a5bedbc..c3acd75 100644
32 --- a/dev-python/nbformat/nbformat-9999.ebuild
33 +++ b/dev-python/nbformat/nbformat-9999.ebuild
34 @@ -1,6 +1,6 @@
35 # Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 -# $Header: $
38 +# $Id$
39
40 EAPI=5
41 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
42
43 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild
44 index 242663a..34cc6e9 100644
45 --- a/dev-python/notebook/notebook-9999.ebuild
46 +++ b/dev-python/notebook/notebook-9999.ebuild
47 @@ -1,6 +1,6 @@
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 -# $Header: $
51 +# $Id$
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )