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.
*