Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: ChangeLog abs-guide-5.5.ebuild abs-guide-5.0.ebuild
Date: Thu, 27 Nov 2008 23:41:23
Message-Id: E1L5qU5-0008HO-WB@stork.gentoo.org
1 dirtyepic 08/11/27 23:41:21
2
3 Modified: ChangeLog
4 Added: abs-guide-5.5.ebuild
5 Removed: abs-guide-5.0.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
9
10 Revision Changes Path
11 1.62 app-doc/abs-guide/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 22 Jul 2008 03:49:59 -0000 1.61
24 +++ ChangeLog 27 Nov 2008 23:41:21 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-doc/abs-guide
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.61 2008/07/22 03:49:59 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.62 2008/11/27 23:41:21 dirtyepic Exp $
30 +
31 +*abs-guide-5.5 (27 Nov 2008)
32 +
33 + 27 Nov 2008; Ryan Hill <dirtyepic@g.o> -abs-guide-5.0.ebuild,
34 + +abs-guide-5.5.ebuild:
35 + Version bump.
36
37 *abs-guide-5.4 (22 Jul 2008)
38
39
40
41
42 1.1 app-doc/abs-guide/abs-guide-5.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: abs-guide-5.5.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild,v 1.1 2008/11/27 23:41:21 dirtyepic Exp $
52
53 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
54
55 DESCRIPTION="An advanced reference and a tutorial on bash shell scripting"
56 HOMEPAGE="http://www.tldp.org/LDP/abs/html"
57
58 # Upstream likes to repackage the tarball without changing the name.
59 SRC_URI="mirror://gentoo/${P}.tar.bz2"
60
61 LICENSE="OPL"
62 IUSE=""
63 SLOT="0"
64
65 DEPEND=""
66 RDEPEND=""
67
68 S="${WORKDIR}"
69
70 src_install() {
71 dodir /usr/share/doc/${P} || die "dodir failed"
72 cp -R * "${D}"/usr/share/doc/${P} || die "cp failed"
73 }