Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/endpoint: endpoint-0.1.0.ebuild ChangeLog
Date: Sat, 29 Dec 2007 06:40:32
Message-Id: E1J8VMv-0007R2-Nd@stork.gentoo.org
1 robbat2 07/12/29 06:40:25
2
3 Modified: endpoint-0.1.0.ebuild ChangeLog
4 Log:
5 Add some more ~arch keywords, and slight cleanup.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.4 sys-block/endpoint/endpoint-0.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild?r1=1.3&r2=1.4
14
15 Index: endpoint-0.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -p -w -b -B -u -u -r1.3 -r1.4
21 --- endpoint-0.1.0.ebuild 15 Dec 2007 01:09:30 -0000 1.3
22 +++ endpoint-0.1.0.ebuild 29 Dec 2007 06:40:25 -0000 1.4
23 @@ -1,13 +1,15 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.3 2007/12/15 01:09:30 cla Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.4 2007/12/29 06:40:25 robbat2 Exp $
28 +
29 +inherit eutils
30
31 DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device."
32 HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
33 SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz"
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="x86"
37 +KEYWORDS="x86 ~amd64 ~ppc"
38 IUSE=""
39 DEPEND="virtual/libc
40 >=sys-libs/libraw1394-0.9
41 @@ -15,7 +17,7 @@ DEPEND="virtual/libc
42
43 src_unpack() {
44 unpack ${A}
45 - epatch ${FILESDIR}/${P}-errormessages.patch
46 + epatch "${FILESDIR}"/${P}-errormessages.patch
47 }
48
49 src_install() {
50
51
52
53 1.4 sys-block/endpoint/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -p -w -b -B -u -u -r1.3 -r1.4
65 --- ChangeLog 15 Dec 2007 01:09:30 -0000 1.3
66 +++ ChangeLog 29 Dec 2007 06:40:25 -0000 1.4
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sys-block/endpoint
69 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.3 2007/12/15 01:09:30 cla Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.4 2007/12/29 06:40:25 robbat2 Exp $
72 +
73 + 29 Dec 2007; Robin H. Johnson <robbat2@g.o> endpoint-0.1.0.ebuild:
74 + Add some more ~arch keywords, and slight cleanup.
75
76 15 Dec 2007; Dawid Węgliński <cla@g.o> endpoint-0.1.0.ebuild:
77 Stable on x86 (bug #202242)
78
79
80
81 --
82 gentoo-commits@g.o mailing list