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/linuxfromscratch-pdf: ChangeLog linuxfromscratch-pdf-6.3.ebuild
Date: Sun, 23 Dec 2007 17:01:23
Message-Id: E1J6UCQ-0006qf-62@stork.gentoo.org
1 dirtyepic 07/12/23 17:01:14
2
3 Modified: ChangeLog
4 Added: linuxfromscratch-pdf-6.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.5 app-doc/linuxfromscratch-pdf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 11 Aug 2007 17:54:01 -0000 1.4
23 +++ ChangeLog 23 Dec 2007 17:01:13 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-doc/linuxfromscratch-pdf
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog,v 1.4 2007/08/11 17:54:01 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-pdf/ChangeLog,v 1.5 2007/12/23 17:01:13 dirtyepic Exp $
29 +
30 +*linuxfromscratch-pdf-6.3 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Ryan Hill <dirtyepic@g.o>
33 + +linuxfromscratch-pdf-6.3.ebuild:
34 + Version bump.
35
36 11 Aug 2007; Ryan Hill <dirtyepic@g.o> metadata.xml:
37 Maintainer ^^^
38
39
40
41 1.1 app-doc/linuxfromscratch-pdf/linuxfromscratch-pdf-6.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch-pdf/linuxfromscratch-pdf-6.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/linuxfromscratch-pdf/linuxfromscratch-pdf-6.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: linuxfromscratch-pdf-6.3.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-pdf/linuxfromscratch-pdf-6.3.ebuild,v 1.1 2007/12/23 17:01:13 dirtyepic Exp $
51
52 MY_P="LFS-BOOK-${PV}.pdf"
53 DESCRIPTION="The Linux From Scratch Book"
54 HOMEPAGE="http://www.linuxfromscratch.org/"
55 SRC_URI="http://www.linuxfromscratch.org/lfs/downloads/${PV}/${MY_P}"
56
57 LICENSE="as-is"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 S=${WORKDIR}
63
64 RESTRICT="strip binchecks"
65
66 src_unpack() {
67 cp ${DISTDIR}/${MY_P} ${S}
68 }
69
70 src_install() {
71 insinto /usr/share/doc/linuxfromscratch-${PV}
72 doins -r * || die "doins failed"
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list