From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1DF71381F3 for ; Thu, 29 Aug 2013 01:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A77FE0BA3; Thu, 29 Aug 2013 01:12:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF4B3E0BA2 for ; Thu, 29 Aug 2013 01:12:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92A5F33ED06 for ; Thu, 29 Aug 2013 01:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4AFEFE545F for ; Thu, 29 Aug 2013 01:12:40 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1377738754.c76d706a7f8ba9f7a22000fbdf5f478770686108.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: /, docs/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: README.md docs/developer_instructions.html docs/developer_instructions.rst docs/g-sorcery.8 docs/g-sorcery.8.rst docs/gs-ctan.8 docs/gs-ctan.8.rst docs/gs-elpa.8 docs/gs-elpa.8.rst X-VCS-Directories: / docs/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: c76d706a7f8ba9f7a22000fbdf5f478770686108 X-VCS-Branch: master Date: Thu, 29 Aug 2013 01:12:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06d99796-733f-406d-9fbf-9af9f3270a71 X-Archives-Hash: f3f7948ec76ea2c5fcb2d23118957051 commit: c76d706a7f8ba9f7a22000fbdf5f478770686108 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Thu Aug 29 01:12:34 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Thu Aug 29 01:12:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=c76d706a upstream layman supports g-sorcery now --- README.md | 15 +-------------- docs/developer_instructions.html | 2 -- docs/developer_instructions.rst | 3 --- docs/g-sorcery.8 | 23 +---------------------- docs/g-sorcery.8.rst | 17 +---------------- docs/gs-ctan.8 | 23 +---------------------- docs/gs-ctan.8.rst | 17 +---------------- docs/gs-elpa.8 | 23 +---------------------- docs/gs-elpa.8.rst | 17 +---------------- 9 files changed, 7 insertions(+), 133 deletions(-) diff --git a/README.md b/README.md index 03358b2..dc8a71a 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,7 @@ databases with information about available software and so on. Installation and using ====================== -At the moment upstream layman does not support g-sorcery overlay type. -You should [patch it](https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch). - -To do it download above mentioned patch, place it in -**/etc/portage/patches/app-portage/layman-9999/** directory and -create a file **/etc/portage/bashrc** that looks like - -```bash - post_src_prepare() { - epatch_user - } -``` - -Then you can emerge **app-portage/layman-9999**. +You should emerge **app-portage/layman-9999**. Add `jauhien` overlay: **layman -a jauhien**. diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html index 4c506af..03cb53c 100644 --- a/docs/developer_instructions.html +++ b/docs/developer_instructions.html @@ -929,8 +929,6 @@ that looks like

In entries <source type="g-sorcery">gs-elpa melpa</source> the source type should always be g-sorcery, gs-elpa is backend name and melpa is repository name.

For full description of format of this file see layman documentation.

-

Note: at the moment layman-9999 does not support g-sorcery overlay type and you should -patch it with https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch

Summary

diff --git a/docs/developer_instructions.rst b/docs/developer_instructions.rst index f561027..4434628 100644 --- a/docs/developer_instructions.rst +++ b/docs/developer_instructions.rst @@ -624,9 +624,6 @@ should always be **g-sorcery**, **gs-elpa** is backend name and **melpa** is rep For full description of format of this file see **layman** documentation. -Note: at the moment layman-9999 does not support **g-sorcery** overlay type and you should -patch it with https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch - Summary ======= diff --git a/docs/g-sorcery.8 b/docs/g-sorcery.8 index 7e0c614..ebd0afb 100644 --- a/docs/g-sorcery.8 +++ b/docs/g-sorcery.8 @@ -121,29 +121,8 @@ Main g\-sorcery config. Backend configs. .UNINDENT .SH NOTES -.sp -1. At the moment upstream layman does not support g\-sorcery overlay type. -You should patch it with \fIhttps://raw.github.com/jauhien/g\-sorcery/master/layman\-git\-g\-sorcery.patch\fP. -.sp -To do it download above mentioned patch, place it in -\fB/etc/portage/patches/app\-portage/layman\-9999/\fP directory and -create a file \fB/etc/portage/bashrc\fP that looks like -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -post_src_prepare() { - epatch_user -} -.ft P -.fi -.UNINDENT -.UNINDENT -.sp -Then you can emerge \fBapp\-portage/layman\-9999\fP. .INDENT 0.0 -.IP 2. 3 +.IP 1. 3 At the moment the only package mangler \fBg\-sorcery\fP supports is \fBportage\fP. .UNINDENT .SH SEE ALSO diff --git a/docs/g-sorcery.8.rst b/docs/g-sorcery.8.rst index 416c358..ca529c7 100644 --- a/docs/g-sorcery.8.rst +++ b/docs/g-sorcery.8.rst @@ -107,22 +107,7 @@ FILES NOTES ===== -1. At the moment upstream layman does not support g-sorcery overlay type. -You should patch it with `https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch`. - -To do it download above mentioned patch, place it in -**/etc/portage/patches/app-portage/layman-9999/** directory and -create a file **/etc/portage/bashrc** that looks like - -.. code-block:: - - post_src_prepare() { - epatch_user - } - -Then you can emerge **app-portage/layman-9999**. - -2. At the moment the only package mangler **g-sorcery** supports is **portage**. +1. At the moment the only package mangler **g-sorcery** supports is **portage**. SEE ALSO ======== diff --git a/docs/gs-ctan.8 b/docs/gs-ctan.8 index e7606d5..8663647 100644 --- a/docs/gs-ctan.8 +++ b/docs/gs-ctan.8 @@ -136,29 +136,8 @@ Note, that if you call \fBgenerate\-tree\fP command your overlay will be wiped and overlay tree for a given repository will be generated. Be careful! .UNINDENT .SH NOTES -.sp -1. At the moment upstream layman does not support g\-sorcery overlay type. -You should patch it with \fIhttps://raw.github.com/jauhien/g\-sorcery/master/layman\-git\-g\-sorcery.patch\fP. -.sp -To do it download above mentioned patch, place it in -\fB/etc/portage/patches/app\-portage/layman\-9999/\fP directory and -create a file \fB/etc/portage/bashrc\fP that looks like -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -post_src_prepare() { - epatch_user -} -.ft P -.fi -.UNINDENT -.UNINDENT -.sp -Then you can emerge \fBapp\-portage/layman\-9999\fP. .INDENT 0.0 -.IP 2. 3 +.IP 1. 3 At the moment the only package mangler \fBgs\-ctan\fP supports is \fBportage\fP. .UNINDENT .SH SEE ALSO diff --git a/docs/gs-ctan.8.rst b/docs/gs-ctan.8.rst index 5442cbb..e11be9b 100644 --- a/docs/gs-ctan.8.rst +++ b/docs/gs-ctan.8.rst @@ -122,22 +122,7 @@ Generating user ebuilds in user overlay NOTES ===== -1. At the moment upstream layman does not support g-sorcery overlay type. -You should patch it with `https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch`. - -To do it download above mentioned patch, place it in -**/etc/portage/patches/app-portage/layman-9999/** directory and -create a file **/etc/portage/bashrc** that looks like - -.. code-block:: - - post_src_prepare() { - epatch_user - } - -Then you can emerge **app-portage/layman-9999**. - -2. At the moment the only package mangler **gs-ctan** supports is **portage**. +1. At the moment the only package mangler **gs-ctan** supports is **portage**. SEE ALSO ======== diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8 index a4fdaba..c64afee 100644 --- a/docs/gs-elpa.8 +++ b/docs/gs-elpa.8 @@ -142,29 +142,8 @@ all in one overlay. Note, that if you call \fBgenerate\-tree\fP command your ove will be wiped and overlay tree for a given repository will be generated. Be careful! .UNINDENT .SH NOTES -.sp -1. At the moment upstream layman does not support g\-sorcery overlay type. -You should patch it with \fIhttps://raw.github.com/jauhien/g\-sorcery/master/layman\-git\-g\-sorcery.patch\fP. -.sp -To do it download above mentioned patch, place it in -\fB/etc/portage/patches/app\-portage/layman\-9999/\fP directory and -create a file \fB/etc/portage/bashrc\fP that looks like -.INDENT 0.0 -.INDENT 3.5 -.sp -.nf -.ft C -post_src_prepare() { - epatch_user -} -.ft P -.fi -.UNINDENT -.UNINDENT -.sp -Then you can emerge \fBapp\-portage/layman\-9999\fP. .INDENT 0.0 -.IP 2. 3 +.IP 1. 3 At the moment the only package mangler \fBgs\-elpa\fP supports is \fBportage\fP. .UNINDENT .SH BUGS diff --git a/docs/gs-elpa.8.rst b/docs/gs-elpa.8.rst index 49d125c..4c38cb9 100644 --- a/docs/gs-elpa.8.rst +++ b/docs/gs-elpa.8.rst @@ -128,22 +128,7 @@ Generating user ebuilds in user overlay NOTES ===== -1. At the moment upstream layman does not support g-sorcery overlay type. -You should patch it with `https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch`. - -To do it download above mentioned patch, place it in -**/etc/portage/patches/app-portage/layman-9999/** directory and -create a file **/etc/portage/bashrc** that looks like - -.. code-block:: - - post_src_prepare() { - epatch_user - } - -Then you can emerge **app-portage/layman-9999**. - -2. At the moment the only package mangler **gs-elpa** supports is **portage**. +1. At the moment the only package mangler **gs-elpa** supports is **portage**. BUGS ====