Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/endpoint: endpoint-0.1.0.ebuild
Date: Sat, 19 Apr 2008 23:06:15
Message-Id: E1JnM8K-0006Bv-PM@stork.gentoo.org
1 vapier 08/04/19 23:06:12
2
3 Modified: endpoint-0.1.0.ebuild
4 Log:
5 pkgconfig only goes in DEPEND #217278
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- endpoint-0.1.0.ebuild 14 Jan 2008 02:30:27 -0000 1.5
22 +++ endpoint-0.1.0.ebuild 19 Apr 2008 23:06:12 -0000 1.6
23 @@ -1,20 +1,22 @@
24 # Copyright 1999-2008 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.5 2008/01/14 02:30:27 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.6 2008/04/19 23:06:12 vapier 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 +
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="x86 ~amd64 ~ppc"
38 +KEYWORDS="~amd64 ~ppc x86"
39 IUSE=""
40 -DEPEND="virtual/libc
41 - dev-util/pkgconfig
42 - >=sys-libs/libraw1394-0.9
43 - >=dev-libs/glib-2"
44 +
45 +RDEPEND=">=sys-libs/libraw1394-0.9
46 + >=dev-libs/glib-2"
47 +DEPEND="${RDEPEND}
48 + dev-util/pkgconfig"
49
50 src_unpack() {
51 unpack ${A}
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list