diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-09-29 16:42:38 +0200 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-09-29 16:42:38 +0200 |
commit | 8228b1acbca9ab63f3faa21760352740b3c2d3f7 (patch) | |
tree | 5b6ccf1244dd812aad32ff2653b69ec3b77ffafd | |
parent | add melpa-stable repository (diff) | |
download | gs-elpa-8228b1acbca9ab63f3faa21760352740b3c2d3f7.tar.gz gs-elpa-8228b1acbca9ab63f3faa21760352740b3c2d3f7.tar.bz2 gs-elpa-8228b1acbca9ab63f3faa21760352740b3c2d3f7.zip |
0.1.2 release0.1.2
-rw-r--r-- | README.md | 19 | ||||
-rw-r--r-- | docs/gs-elpa.8.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 9 insertions, 14 deletions
@@ -4,19 +4,10 @@ This is [g-sorcery](https://github.com/jauhien/g-sorcery) backend for elisp pack Installation ====================== -Currently gs-elpa is not keyworded, so [add keywords](https://bitbucket.org/mgorny/flaggie/), then install it: - -``` -flaggie app-portage/gs-elpa '+**' -``` - ``` emerge -va gs-elpa ``` -Note that it needs layman-9999. - - Usage ====================== @@ -29,11 +20,15 @@ It the the recommend way and I strongly suggest it. Then you should just run `layman -L` as root and find an overlay you want. Type of overlay will be displayed as *g-sorcery*. Then you add this overlay as -usually and emerge packages you want. It's all you need to do. Example: +usually and emerge packages you want. Always add gnu-elpa overlay first, +as other overlays depend on it. + +It's all you need to do. Example: ``` layman -L -layman -a gnu-elpa -a marmalade +layman -a gnu-elpa +layman -a melpa-stable emerge -va clojure-mode ``` @@ -54,7 +49,7 @@ package_manager=portage marmalade_packages = clojure-mode clojurescript-mode ``` Note, that some overlays may depend on other overlays, in this case you'll need to add those -dependencies first (I'd recommend to always add the whole gnu-elpa overlay). +dependencies first (always add the whole gnu-elpa overlay). ** Using gs-elpa as stand-alone tool ** diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst index 2a3a986..5f79ec7 100644 --- a/docs/gs-elpa.8.rst +++ b/docs/gs-elpa.8.rst @@ -11,7 +11,7 @@ manage overlays for ELPA repositories by Brian Dolbec. :Date: 2014-05-10 :Copyright: Copyright (c) 2013-2014 Jauhien Piatlicki, License: GPL-2 -:Version: 0.1.1 +:Version: 0.1.2 :Manual section: 8 :Manual group: g-sorcery @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = 'gs-elpa', - version = '0.1.1', + version = '0.1.2', description = 'g-sorcery backend for elisp packages', author = 'Jauhien Piatlicki', author_email = 'jauhien@gentoo.org', |