Gentoo Archives: gentoo-lisp

From: grozin@g.o
To: gentoo-lisp@l.g.o
Subject: Re: [gentoo-lisp] lisp overlay
Date: Fri, 26 Sep 2014 02:31:17
Message-Id: alpine.LRH.2.11.1409260928080.1230@star.inp.nsk.su
In Reply to: Re: [gentoo-lisp] lisp overlay by Panagiotis Christopoulos
1 On Fri, 26 Sep 2014, Panagiotis Christopoulos wrote:
2 > I had similar issues when tried to git pull. I'll ask dastergon tomorrow, I
3 > think infra changed the overlays server or something.
4 But other git overlays are not affected:
5
6 eeepc ~ # layman -s science
7
8 * Fetching remote list,...
9 * Fetch Ok
10
11 * Syncing selected overlays,...
12 * Running Git... # ( cd /var/lib/layman/science && /usr/bin/git pull )
13 remote: Counting objects: 20, done.
14 remote: Compressing objects: 100% (12/12), done.
15 remote: Total 12 (delta 8), reused 0 (delta 0)
16 Unpacking objects: 100% (12/12), done.
17 From git://git.overlays.gentoo.org/proj/sci
18 2448b00..68dc06c master -> origin/master
19 Updating 2448b00..68dc06c
20 Fast-forward
21 dev-cpp/icnc/ChangeLog | 3 +++
22 dev-cpp/icnc/icnc-9999.ebuild | 16
23 +++++++---------
24 sci-libs/lapack-reference/ChangeLog | 5 +++++
25 sci-libs/lapack-reference/lapack-reference-9999.ebuild | 2 +-
26 4 files changed, 16 insertions(+), 10 deletions(-)
27 *
28 * Succeeded:
29 * ------
30 * Successfully synchronized overlay "science".
31 *
32
33 The problem is specific to the lisp overlay.
34
35 Andrey