Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: java-virtuals-2.eclass
Date: Sat, 29 Dec 2007 13:34:40
Message-Id: E1J8bpe-0001qu-Od@stork.gentoo.org
1 betelgeuse 07/12/29 13:34:30
2
3 Modified: java-virtuals-2.eclass
4 Log:
5 Add dependencies on >=dev-java/java-config-2.1
6
7 Revision Changes Path
8 1.4 eclass/java-virtuals-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-virtuals-2.eclass?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-virtuals-2.eclass?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/java-virtuals-2.eclass?r1=1.3&r2=1.4
13
14 Index: java-virtuals-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- java-virtuals-2.eclass 9 Oct 2007 09:57:25 -0000 1.3
21 +++ java-virtuals-2.eclass 29 Dec 2007 13:34:30 -0000 1.4
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.3 2007/10/09 09:57:25 ali_bush Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/java-virtuals-2.eclass,v 1.4 2007/12/29 13:34:30 betelgeuse Exp $
27
28 # Original Author: Alistair John Bush <ali_bush@g.o>
29 # Purpose: To provide a default (and only) src_install function
30 @@ -8,6 +8,9 @@
31
32 inherit java-utils-2
33
34 +DEPEND=">=dev-java/java-config-2.1"
35 +RDEPEND="${DEPEND}"
36 +
37 EXPORT_FUNCTIONS src_install
38
39 java-virtuals-2_src_install() {
40
41
42
43 --
44 gentoo-commits@g.o mailing list