Gentoo Archives: gentoo-java

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-java@l.g.o
Subject: [gentoo-java] Moving depends to eclasses
Date: Sat, 13 Jan 2007 23:40:33
Message-Id: 45A96DC6.3040100@gentoo.org
1 Attached patch does two things:
2 1. in ebuild:
3 JAVA_PKG_IUSE="doc source"
4 inherit java-pkg-2
5
6 This will automatically give you source? ( app-arch/zip ) to DEPEND
7 If JAVA_PKG_IUSE is not specified before inherit, nothing changes.
8
9 2. Will add dev-java/ant-core to java-ant-2.eclass DEPEND. I can't think
10 of any valid use for this eclass without ant-core. This would remove the
11 need to specify ant-core in almost all of our ebuilds.
12
13 So what do you think?
14
15 Regards,
16 Petteri
17 --
18 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] Moving depends to eclasses Vlastimil Babka <caster@g.o>