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/prettyplotlib/, dev-python/brewer2mpl/
Date: Thu, 05 Feb 2015 08:01:29
Message-Id: 1423055251.0c2c218bcd59d689d0ec01e1e26e54baf2925765.jlec@gentoo
1 commit: 0c2c218bcd59d689d0ec01e1e26e54baf2925765
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Feb 4 13:07:31 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 4 13:07:31 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c2c218b
7
8 Fix EGIT_REPO_URI in dev-python/{brewer2mpl,prettyplotlib}-9999
9
10 ---
11 dev-python/brewer2mpl/brewer2mpl-9999.ebuild | 2 +-
12 dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
16 index 084676c..a843279 100644
17 --- a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
18 +++ b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/jiffyclub/brewer2mpl"
20
21 if [ ${PV} == "9999" ] ; then
22 inherit git-r3
23 - EGIT_REPO_URI="https://github.com/jiffyclub/${PN}.git git://github.com:jiffyclub/${PN}.git"
24 + EGIT_REPO_URI="https://github.com/jiffyclub/${PN}.git git://github.com/jiffyclub/${PN}.git"
25 else
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27 KEYWORDS="~amd64"
28
29 diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
30 index a58869f..b0631f9 100644
31 --- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
32 +++ b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
33 @@ -12,7 +12,7 @@ HOMEPAGE="http://blog.olgabotvinnik.com/prettyplotlib/"
34
35 if [ ${PV} == "9999" ] ; then
36 inherit git-r3
37 - EGIT_REPO_URI="https://github.com/olgabot/${PN}.git git://github.com:olgabot/${PN}.git"
38 + EGIT_REPO_URI="https://github.com/olgabot/${PN}.git git://github.com/olgabot/${PN}.git"
39 else
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 KEYWORDS="~amd64"