Gentoo overlay
Posted: 18 Aug 2010, 22:02
Hello guys. I have a big problem with gentoo overlay. It synchronize springlobby no problem but it appears it can't synchronize game itself i.e. spring. Today after update (layman -S) i can update springlobby to v0.96 but spring stays 0.81.2.1. I tried everything. Checked everything twice so i have file spring.keywords in /etc/portage/package.keywords and source /var/lib/layman/make.conf in /etc/make.conf. This is todays update
I have also tried to remove overlay (layman -d Spring) and re-add it with:
and on top of this yesterday i tried overlay i got from [LCC]jk that was:
with no effect 
The only thing that repeats is that warning saying that it couldn't find overlay Spring in remote list:
My layman version is 1.4.1. Thx for any help.
Code: Select all
layman -S
* Running... # ( cd /var/lib/layman/Spring && /usr/bin/git pull )
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (5/5), done.
From git://springlobby.info/git/overlay/springlobby
72f7a78..0f63202 master -> origin/master
Updating 72f7a78..0f63202
Fast-forward
games-util/springlobby/Manifest | 2 +
games-util/springlobby/springlobby-0.96.ebuild | 58 ++++++++++++++++++++++++
2 files changed, 60 insertions(+), 0 deletions(-)
create mode 100644 games-util/springlobby/springlobby-0.96.ebuild
*
* Success:
* ------
*
* Successfully synchronized overlay "Spring".
*
* Warnings:
* ------
*
* Overlay "Spring" could not be found in the remote lists.
* Please check if it has been renamed and re-add if necessary.
*
Code: Select all
layman -f -a Spring -o http://springrts.com/dl/overlays.xml
* Running... # /usr/bin/git clone git://springlobby.info/git/overlay/springlobby.git /var/lib/layman/Spring
Cloning into /var/lib/layman/Spring...
remote: Counting objects: 1573, done.
remote: Compressing objects: 100% (584/584), done.
remote: Total 1573 (delta 962), reused 1514 (delta 923)
Receiving objects: 100% (1573/1573), 322.18 KiB | 509 KiB/s, done.
Resolving deltas: 100% (962/962), done.
* Successfully added overlay "Spring".
Code: Select all
layman -f -a Spring -o 'http://svn.springlobby.info/trunk/gentoo/overlays.xml'

The only thing that repeats is that warning saying that it couldn't find overlay Spring in remote list:
Code: Select all
layman -S
* Running... # ( cd /var/lib/layman/Spring && /usr/bin/git pull )
Already up-to-date.
*
* Success:
* ------
*
* Successfully synchronized overlay "Spring".
*
* Warnings:
* ------
*
* Overlay "Spring" could not be found in the remote lists.
* Please check if it has been renamed and re-add if necessary.
*