diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-22 19:05:47 +0100 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-11-22 19:05:47 +0100 |
commit | 35d8431d06fc6701f48d2b4647a68febda0181c3 (patch) | |
tree | f31421d87d575313d916c470caa9334035f41004 | |
parent | Merge pull request #1 from alem0lars/master (diff) | |
download | gs-elpa-35d8431d06fc6701f48d2b4647a68febda0181c3.tar.gz gs-elpa-35d8431d06fc6701f48d2b4647a68febda0181c3.tar.bz2 gs-elpa-35d8431d06fc6701f48d2b4647a68febda0181c3.zip |
[man pages] add a note about ebuild generation for packages available in the tree
-rw-r--r-- | docs/gs-elpa.8 | 8 | ||||
-rw-r--r-- | docs/gs-elpa.8.rst | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8 index a213ed8..c0aeac8 100644 --- a/docs/gs-elpa.8 +++ b/docs/gs-elpa.8 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH GS-ELPA 8 "2014-05-10" "0.1.1" "g-sorcery" +.TH GS-ELPA 8 "2014-11-22" "0.1.2" "g-sorcery" .SH NAME gs-elpa \- manage overlays for ELPA repositories . @@ -125,6 +125,12 @@ Emerge any package from it, e.g. .sp \fBemerge \-va clojure\-mode\fP .TP +.B Generating ebuilds for packages that are already in the tree +Ebuilds for the packages available in the tree are excluded from +the generation. To enable their generation you need to edit +\fB/etc/g\-sorcery/gs\-elpa.json\fP file: remove packages you need +from the \fIexclude\fP list in the \fIcommon_config\fP inside this config file. +.TP .B Generating user ebuilds in user overlay Create new user overlay. Run .sp diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst index 5f79ec7..c7ea561 100644 --- a/docs/gs-elpa.8.rst +++ b/docs/gs-elpa.8.rst @@ -9,7 +9,7 @@ manage overlays for ELPA repositories :Author: Written by Jauhien Piatlicki <jauhien@gentoo.org>. GSoC idea and mentorship by Rafael Martins. Lots of help and improvements by Brian Dolbec. -:Date: 2014-05-10 +:Date: 2014-11-22 :Copyright: Copyright (c) 2013-2014 Jauhien Piatlicki, License: GPL-2 :Version: 0.1.2 :Manual section: 8 @@ -109,6 +109,12 @@ Using gs-elpa with layman **emerge -va clojure-mode** +Generating ebuilds for packages that are already in the tree + Ebuilds for the packages available in the tree are excluded from + the generation. To enable their generation you need to edit + **/etc/g-sorcery/gs-elpa.json** file: remove packages you need + from the *exclude* list in the *common_config* inside this config file. + Generating user ebuilds in user overlay Create new user overlay. Run |