Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/zsh-lovers: zsh-lovers-0.8.3.ebuild metadata.xml ChangeLog
Date: Wed, 01 Jun 2011 18:12:11
Message-Id: 20110601181149.4A38E20057@flycatcher.gentoo.org
1 tove 11/06/01 18:11:49
2
3 Added: zsh-lovers-0.8.3.ebuild metadata.xml ChangeLog
4 Log:
5 Split from app-shell/zsh
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: zsh-lovers-0.8.3.ebuild
16 ===================================================================
17 # Copyright 1999-2011 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild,v 1.1 2011/06/01 18:11:49 tove Exp $
20
21 EAPI=4
22
23 DESCRIPTION="Tips, tricks and examples for the Z shell"
24 HOMEPAGE="http://grml.org/zsh/zsh-lovers.html"
25 SRC_URI="http://deb.grml.org/pool/main/z/${PN}/${PN}_${PV}.tar.gz"
26
27 LICENSE="GPL-2 as-is"
28 SLOT="0"
29 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 IUSE=""
31
32 RDEPEND="
33 !<app-shells/zsh-4.3.12
34 "
35 DEPEND="${RDEPEND}
36 app-text/asciidoc
37 "
38
39 S=${WORKDIR}/${PN}
40
41 src_prepare() {
42 asciidoc zsh-lovers.1.txt || die
43 mv zsh-lovers.1.html zsh-lovers.html || die
44 a2x -f manpage zsh-lovers.1.txt || die
45 #a2x -f pdf zsh-lovers.1.txt || die
46 #mv zsh-lovers.1.pdf zsh-lovers.pdf || die
47 }
48
49 src_install() {
50 doman zsh-lovers.1
51 dohtml zsh-lovers.html
52 docinto zsh-lovers
53 dodoc zsh.vim README
54 insinto /usr/share/doc/${PF}/zsh-lovers
55 doins refcard.pdf
56 # doins zsh-lovers.{ps,pdf} refcard.{dvi,ps,pdf}
57 doins -r zsh_people
58 }
59
60
61
62 1.1 app-doc/zsh-lovers/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/metadata.xml?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/metadata.xml?rev=1.1&content-type=text/plain
66
67 Index: metadata.xml
68 ===================================================================
69 <?xml version="1.0" encoding="UTF-8"?>
70 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 <pkgmetadata>
72 <herd>no-herd</herd>
73 <maintainer>
74 <email>tove@g.o</email>
75 <name>Torsten Veller</name>
76 </maintainer>
77 <maintainer>
78 <email>radhermit@g.o</email>
79 <name>Tim Harder</name>
80 </maintainer>
81 <longdescription>
82 zsh-lovers is a small project which tries to collect tips, tricks and examples for the Z shell.
83 </longdescription>
84 </pkgmetadata>
85
86
87
88 1.1 app-doc/zsh-lovers/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/ChangeLog?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/zsh-lovers/ChangeLog?rev=1.1&content-type=text/plain
92
93 Index: ChangeLog
94 ===================================================================
95 # ChangeLog for app-doc/zsh-lovers
96 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
97 # $Header: /var/cvsroot/gentoo-x86/app-doc/zsh-lovers/ChangeLog,v 1.1 2011/06/01 18:11:49 tove Exp $
98
99 *zsh-lovers-0.8.3 (01 Jun 2011)
100
101 01 Jun 2011; Torsten Veller <tove@g.o> +zsh-lovers-0.8.3.ebuild,
102 +metadata.xml:
103 Split from app-shell/zsh. Keep zsh's keywords