Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jamvm: jamvm-1.5.0-r3.ebuild
Date: Thu, 04 Jun 2009 07:03:52
Message-Id: E1MC6zN-0002Hb-Cb@stork.gentoo.org
1 ssuominen 09/06/04 07:03:49
2
3 Modified: jamvm-1.5.0-r3.ebuild
4 Log:
5 Make it so it doesn't end up in RDEPEND.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-java/jamvm/jamvm-1.5.0-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild?r1=1.2&r2=1.3
14
15 Index: jamvm-1.5.0-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- jamvm-1.5.0-r3.ebuild 4 Jun 2009 07:02:23 -0000 1.2
22 +++ jamvm-1.5.0-r3.ebuild 4 Jun 2009 07:03:49 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild,v 1.2 2009/06/04 07:02:23 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jamvm/jamvm-1.5.0-r3.ebuild,v 1.3 2009/06/04 07:03:49 ssuominen Exp $
28
29 EAPI=2
30
31 @@ -16,13 +16,12 @@
32 IUSE="debug libffi"
33
34 CLASSPATH_SLOT=0.97
35 -DEPEND="
36 - dev-java/gnu-classpath:${CLASSPATH_SLOT}
37 - libffi? ( virtual/libffi )
38 - dev-util/pkgconfig
39 - "
40 -RDEPEND="${DEPEND}"
41 -PDEPEND="dev-java/ant-eclipse-ecj:3.3 dev-java/gjdoc"
42 +RDEPEND="dev-java/gnu-classpath:${CLASSPATH_SLOT}
43 + libffi? ( virtual/libffi )"
44 +DEPEND="${RDEPEND}
45 + dev-util/pkgconfig"
46 +PDEPEND="dev-java/ant-eclipse-ecj:3.3
47 + dev-java/gjdoc"
48
49 src_prepare() {
50 epatch "${FILESDIR}/classes-location.patch"