From 18c03d4ce91370fe040af969f8bbb597ddc977af Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 8 Apr 2010 20:27:07 +0200 Subject: Prepare release of 1.3.3 (set release date, sync release notes, update website) --- CHANGES | 2 +- RELEASE_NOTES | 16 ++++++++++++---- doc/layman.8.xml | 2 +- layman/version.py | 2 +- www/index.html | 22 +++++++++++----------- 5 files changed, 26 insertions(+), 18 deletions(-) diff --git a/CHANGES b/CHANGES index 65f6170..0c82bc7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ CHANGES ------- -Version TODO +Version 1.3.3 - Released 2010/04/08 =================================== - Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8c714ee..a828604 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,18 +1,26 @@ -Version 1.3.2 - Released 2010/02/20 +Version 1.3.3 - Released 2010/04/08 =================================== FULL CHANGES ------------ - - Fix syncing of tar overlays (bug #304547) + - Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303) - - Hint about broken overlay catalog (bug #304781) + - Fix handling of empty XML entities (bug #309617) + + - Fix missing import (bug #306143) + + - Extend in-config docs on proxy handling (bug #300651) + + - Propagate move of bzr, darcs, git, mercurial from + dev-util/* to dev-vcs/* (bug #311419) SHORT CHANGES ------------- - layman-1.3.2 is a bugfix release. + layman-1.3.3 is a bugfix release. Everyone is recommended + to upgrade. FRESHMEAT diff --git a/doc/layman.8.xml b/doc/layman.8.xml index dc9cc38..2dcd093 100644 --- a/doc/layman.8.xml +++ b/doc/layman.8.xml @@ -197,7 +197,7 @@ layman January 2010 layman - 1.3.2_p1 + 1.3.3 2005-2009 Gunnar Wrobel diff --git a/layman/version.py b/layman/version.py index 1cb47d4..7e9ec8f 100644 --- a/layman/version.py +++ b/layman/version.py @@ -20,7 +20,7 @@ __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $" -VERSION = '1.3.2_p2' +VERSION = '1.3.3' if __name__ == '__main__': print VERSION diff --git a/www/index.html b/www/index.html index 9455976..a229d67 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 @@ -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-65-gdbad