From 7da333dc63eaa2b3baa0cafebf6a3a6bc235e2d6 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Wed, 21 Jul 2010 14:58:18 +0100 Subject: Use format = e in docs --- doc/configuration/repositories/e.html.part | 16 ++++++++-------- doc/configuration/repositories/index.html.part | 6 +++--- doc/configuration/syncers.html.part.in | 2 +- doc/faq/repositories.html.part | 4 ++-- doc/overview/gettingstarted.html.part | 6 +++--- 5 files changed, 17 insertions(+), 17 deletions(-) (limited to 'doc') diff --git a/doc/configuration/repositories/e.html.part b/doc/configuration/repositories/e.html.part index 72332777f..86aab8a03 100644 --- a/doc/configuration/repositories/e.html.part +++ b/doc/configuration/repositories/e.html.part @@ -1,24 +1,24 @@ -

ebuild and exheres Repository Formats

+

Repository Format

-

The ebuild repository format is used on Gentoo and derived distributions for repositories containing -ebuilds. The exheres repository format is used on Exherbo for repositories containing exheres packages. -Except where noted, all options described below are common to both formats.

+

The e repository format is used on Gentoo and derived distributions for repositories containing ebuilds, +and on Exherbo for repositories containing exheres packages. Except where noted, all options described below are common +to both distributions.

As well as the general keys supported for all repositories, the following keys have meaning -for ebuild and exheres format repositories:

+for e format repositories:

location
The location of the repository. Mandatory.
master_repository
-
If set to the name of another ebuild-format repository, that repository is used as a 'master' for any part of +
If set to the name of another e-format repository, that repository is used as a 'master' for any part of this repository that is not defined. Also changes the default importance of this repository from 0 to 10. (In Portage terms, this is similar to saying that this repository is an overlay with the master as the main repository. However, identically named and versioned packages in this repository do not hide those in the master.) - Exheres format repositories describe their own masters, so this option does not apply to them.
+ Exheres repositories describe their own masters, so this option does not apply to them.
profiles
A space separated list of directories to use as profiles. Later entries override earlier entries. Inherited from @@ -28,7 +28,7 @@ for ebuild and exheres format repositories:

eclassdirs
A space separated list of directories in which to find eclasses. The first directory is used to set ECLASSDIR, but eclasses in later directories have priority. Optional, and not used by - exheres format repositories.
+ Exheres repositories.
distdir
Where to look for and save downloaded files. Inherited from a master. Optional.
diff --git a/doc/configuration/repositories/index.html.part b/doc/configuration/repositories/index.html.part index 238505e0b..0c1293374 100644 --- a/doc/configuration/repositories/index.html.part +++ b/doc/configuration/repositories/index.html.part @@ -35,7 +35,7 @@ other keys.

format
Determines which repository class Paludis uses to create the repository. Example formats are - ebuild, vdb and installed_unpackaged. Mandatory.
+ e, vdb and installed_unpackaged. Mandatory.
importance
Must be an integer. Used by Paludis to determine from which repository a package should be selected, all other @@ -59,7 +59,7 @@ other keys.

Gentoo and Derived Distributions

    -
  • ebuild format repositories.
  • +
  • e format, for ebuild repositories.
  • VDB, for tracking installed ebuilds.
@@ -79,7 +79,7 @@ old-style virtuals:

Exherbo

    -
  • exheres format repositories.
  • +
  • e format, for exheres repositories.
  • exndbam, for tracking installed packages installed from an exheres.
  • accounts and installed_accounts format repositories, for tracking user and group accounts.
  • diff --git a/doc/configuration/syncers.html.part.in b/doc/configuration/syncers.html.part.in index 14b24c879..fcdcd3c32 100644 --- a/doc/configuration/syncers.html.part.in +++ b/doc/configuration/syncers.html.part.in @@ -5,7 +5,7 @@

    Overview

    Paludis makes use of scripts called 'syncers' to perform certain sync actions (e.g. handling paludis - --sync for ebuild format repositories). Some syncers support additional options that can be set via the + --sync for e format repositories). Some syncers support additional options that can be set via the sync_options repository configuration key. Syncers can be added for additional protocols (for example, if you need to use a repository that uses a weird version control system), and built-in syncers can be replaced (for example, if you want to use a non-standard program).

    diff --git a/doc/faq/repositories.html.part b/doc/faq/repositories.html.part index a29c9a3e6..3c4016cf7 100644 --- a/doc/faq/repositories.html.part +++ b/doc/faq/repositories.html.part @@ -10,7 +10,7 @@

    Profiles vs Profiles

    Don't confuse the profiles/ directory with the profiles - = setting for ebuild format repositories. The special files + = setting for e format repositories. The special files immediately under profiles/, such as profiles/thirdpartymirrors, profiles/use.desc and profiles/package.mask, are specific to the repository and not @@ -25,7 +25,7 @@ peanut gallery, repositories are required to be uniquely identifiable. The identifier must remain consistent even if a repository is moved, either locally or remotely, and thus must be independent of user configuration.

    -

    For ebuild format repositories, this is controlled by the profiles/repo_name +

    For e format repositories, this is controlled by the profiles/repo_name file. It should contain a single string with no whitespace or funny characters. For many repositories, this has already been created for you; for some overlays, probably including your local overlay if you have one, the file is not yet diff --git a/doc/overview/gettingstarted.html.part b/doc/overview/gettingstarted.html.part index cc3ee531c..899c13161 100644 --- a/doc/overview/gettingstarted.html.part +++ b/doc/overview/gettingstarted.html.part @@ -200,7 +200,7 @@ reasons, it is strongly recommended that the filename used matches the name of t location = /usr/portage sync = rsync://rsync.europe.gentoo.org/gentoo-portage/ profiles = ${location}/profiles/default-linux/x86/2007.1 -format = ebuild +format = e names_cache = (see below) @@ -259,7 +259,7 @@ location = /var/paludis/repositories/paludis-overlay/ sync = git://git.pioto.org/paludis-overlay.git names_cache = (as above) write_cache = (see below) -format = ebuild +format = e

    If write_cache = is set to (for example) /var/cache/paludis/metadata, Paludis will write @@ -291,7 +291,7 @@ config.

    location = /var/db/paludis/repositories/arbor sync = git://git.exherbo.org/arbor.git profiles = ${location}/profiles/default-linux/x86/2007.0 -format = exheres +format = e
    repositories/installed.conf
    -- cgit v1.2.3