Gentoo Archives: gentoo-java

From: Alistair John Bush <ali_bush@g.o>
To: gentoo-java@l.g.o
Subject: [gentoo-java] java-utils-2.patch checking dependencies as they are used
Date: Mon, 23 Apr 2007 08:57:13
Message-Id: 462C745A.6010701@gentoo.org
1 Hi guys,
2
3 Here is a patch to improve java-utils-2.eclass
4
5 Firstly I used the re-emerge-all-java.sh script to emerge over 100
6 packages with this patch active, None failed because of it (tho there
7 was a unrelated breakage in a ~* ebuild.
8
9 Just to outline the changes
10
11 1) sed has been improved to match jdom-1.0 and jdom-1.0_dfsdfs12312312
12 to jdom.
13
14 I tried to just match alpha or beta using [alpha|beta] but did not seem
15 to work.
16
17 2) Implemented storing packages in temp files controlled by
18 JAVA_PKG_DEPEND_QA_LOG and etc
19
20 3) Outputs message on pkg_preinst
21
22 4) added EXPORT_FUNCTION to java-utils-2 as a temporary messure for testing.
23
24 I still want to test this some more, as for instance I updated the sed
25 after the unit test.
26
27 What do you think?
28
29 Alistair
30
31
32
33 --
34 Alistair John Bush
35 Developer Gentoo Java
36
37 OpenPGP key 0x4900CFB7
38 www.gentoo.org
39 www.gentoo.org/proj/en/java

Attachments

File name MIME type
java-utils-2.eclass text/plain
java-utils-2.eclass.bak application/x-trash

Replies

Subject Author
[gentoo-java] java-utils-2.patch checking dependencies as they are used Alistair John Bush <ali_bush@g.o>