Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in rox-extra/lithium: lithium-006.ebuild ChangeLog
Date: Tue, 20 Nov 2007 14:54:02
Message-Id: E1IuUUA-0002A6-7Q@stork.gentoo.org
1 lack 07/11/20 14:53:58
2
3 Modified: lithium-006.ebuild ChangeLog
4 Log:
5 Fixed major omission in ebuild
6 (Portage version: 2.1.3.18)
7
8 Revision Changes Path
9 1.2 rox-extra/lithium/lithium-006.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/lithium-006.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/lithium-006.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/lithium-006.ebuild?r1=1.1&r2=1.2
14
15 Index: lithium-006.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lithium-006.ebuild 20 Nov 2007 14:43:54 -0000 1.1
22 +++ lithium-006.ebuild 20 Nov 2007 14:53:57 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v 1.1 2007/11/20 14:43:54 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v 1.2 2007/11/20 14:53:57 lack Exp $
28
29 ROX_LIB_VER=2.0.0
30 inherit rox
31 @@ -18,3 +18,9 @@
32 APPNAME=${MY_PN}
33 APPCATEGORY=""
34 S=${WORKDIR}
35 +
36 +src_unpack() {
37 + mkdir ${MY_PN}
38 + cd ${MY_PN}
39 + unpack ${A}
40 +}
41
42
43
44 1.2 rox-extra/lithium/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-extra/lithium/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/rox-extra/lithium/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 20 Nov 2007 14:43:54 -0000 1.1
57 +++ ChangeLog 20 Nov 2007 14:53:57 -0000 1.2
58 @@ -1,6 +1,9 @@
59 # ChangeLog for rox-extra/lithium
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/ChangeLog,v 1.1 2007/11/20 14:43:54 lack Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/ChangeLog,v 1.2 2007/11/20 14:53:57 lack Exp $
63 +
64 + 20 Nov 2007; Jim Ramsay <lack@g.o> lithium-006.ebuild:
65 + Fixed major omission in ebuild
66
67 *lithium-006 (20 Nov 2007)
68
69
70
71
72 --
73 gentoo-commits@g.o mailing list