From 2de3c57b0f31249260943d93e6860913c03f37a8 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 19 Jan 2010 18:20:45 +0100 Subject: Prepare release of 1.3.0 (set release date, sync release notes, update website) --- www/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index 73d8505..0aa1b0e 100644 --- a/www/index.html +++ b/www/index.html @@ -1,11 +1,11 @@ -layman

layman

Gunnar Wrobel


+layman

layman

Gunnar Wrobel


    
    
      http://gunnarwrobel.de
    

-   


Table of Contents

Overview
External links
Reference
layman — +   


Table of Contents

Overview
External links
Reference
layman — manage your local repository of Gentoo overlays -

Overview

  • +

Overview

External links

  • +

External links

Synopsis

layman [-a] | [--add] [ALL] | [overlay]

layman [-d] | [--delete] [ALL] | [overlay]

layman [-s] | [--sync] [ALL] | [overlay]

layman [-i] | [--info] [ALL] | [overlay]

layman [-S] | [--sync-all]

layman [-L] | [--list]

layman [-l] | [--list-local]

layman [-f] | [--fetch]

Description

layman is a script that allows you to add, remove and update Gentoo overlays from a variety of - sources.

WARNING

layman makes it easy to retrieve and + sources.

WARNING

layman makes it easy to retrieve and update overlays for Gentoo. In addition it makes it TRIVIAL to break your system.

The main portage tree provides you with high quality ebuilds @@ -118,7 +118,7 @@ default. This file provides seven possible settings.

storage

Directory that will be used to store the overlays and all additional data layman needs. The default is - /usr/local/portage/layman. layman + /var/lib/layman. layman uses a location within the /usr/portage hierarchy instead of /var in order to store its data. This decision has been made to support @@ -146,7 +146,7 @@ end of /etc/make.conf. This is the reason why layman suggests running "echo "source - /usr/local/portage/layman/make.conf" >> + /var/lib/layman/make.conf" >> /etc/make.conf" after it has been installed.

overlays

Specifies the URL for the remote list of all available overlays. The default is @@ -190,7 +190,7 @@ environment variable in case you set it.

Local cache

layman stores a local copy of the fetched remote list. It will be stored in - /usr/local/portage/layman/cache.xml + /var/lib/layman/cache.xml by default. There exists only one such cache file and it will be overwritten every time you run layman. @@ -213,7 +213,7 @@ sourced within the standard /etc/make.conf file. Just add the following line to the end of your /etc/make.conf file: -

source /usr/local/portage/layman/make.conf

/usr/local/portage/layman/make.conf +

source /var/lib/layman/make.conf

/var/lib/layman/make.conf is the default provided in the layman configuration. Change this file name in case you decide to store it somewhere else. @@ -266,9 +266,9 @@ darcs, git, mercurial or provided as tar packages. -

Overlay lists

Overlay list format

+

Overlay lists

Overlay list format

Layman uses a central list of overlays in XML format. The file looks like this: -

Example 1. An example overlays.xml file

+	    

Example 1. An example overlays.xml file

 	      <?xml version="1.0" encoding="UTF-8"?>
 	      <!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
 	      <repositories xmlns="" version="1.0">
@@ -288,13 +288,13 @@
 	        </repo>
 	      </repositories>
 	      


-

Adding an overlay locally

+

Adding an overlay locally

Simply create an overlay list in the format described above and run layman with the -o switch. You need to prepend local file URLs with file://. -

Adding an overlay globally

+

Adding an overlay globally

The global list of overlays used by layman lies at http://www.gentoo.org/proj/en/overlays/repositories.xml. @@ -307,9 +307,9 @@ at . You can also join #gentoo-overlays on irc.freenode.net. -

Examples

Installing an overlay

layman -f -a wrobel

This would add the overlay with the id +

Examples

Installing an overlay

layman -f -a wrobel

This would add the overlay with the id wrobel to your list of installed - overlays.

Syncing your overlays

layman -s ALL

This updates all overlays

Performing several actions at the same time

layman -f -a wrobel -a webapps-experimental

This fetches the remote list and immediately adds two + overlays.

Syncing your overlays

layman -s ALL

This updates all overlays

Performing several actions at the same time

layman -f -a wrobel -a webapps-experimental

This fetches the remote list and immediately adds two overlays

Files

/etc/layman/layman.cfg

Configuration file, holding the defaults for layman

Reporting bugs

Please report bugs you might find at http://bugs.gentoo.org -- cgit v1.2.3-1-g7c22