Gentoo Archives: gentoo-java

From: Vlastimil Babka <caster@g.o>
To: Gentoo Java <gentoo-java@l.g.o>
Subject: [gentoo-java] [RFC] support for optional dependencies in package.env
Date: Sun, 27 May 2007 23:47:25
Message-Id: 465A185D.3080808@gentoo.org
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 https://bugs.gentoo.org/show_bug.cgi?id=176182
5
6 Useful for jdbc providers (or my bsf attempt) etc. Package doesn't
7 depend (in ebuild DEPEND nor RDEPEND nor PDEPEND) on another but can use
8 if it it's on classpath. So we add new
9 java-pkg_register-optional-dependency to eclass, which will record given
10 package to OPTIONAL_DEPEND in package.env. gjl will process it if it's
11 installed, and ignore if not (no errors about missing package).
12
13 - --
14 Vlastimil Babka (Caster)
15 Gentoo/Java
16 -----BEGIN PGP SIGNATURE-----
17 Version: GnuPG v1.4.7 (GNU/Linux)
18 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
19
20 iD8DBQFGWhhctbrAj05h3oQRAtnXAJ9IlzqsxMfioyGhvY3Yg8/BVSeOowCdELkZ
21 N3kfQ9KX23cvaJHTzzIKbn4=
22 =GRI1
23 -----END PGP SIGNATURE-----

Attachments

File name MIME type
java-utils-2.eclass.patch text/x-patch
java-config.patch text/x-patch

Replies

Subject Author
Re: [gentoo-java] [RFC] support for optional dependencies in package.env "Petteri Räty" <betelgeuse@g.o>