diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2005-12-04 22:47:12 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2005-12-04 22:47:12 +0000 |
commit | 843067c1fb4d275f79942220f2df610687f9e4e7 (patch) | |
tree | 8ff577749b52721b65bd476080af485570ced29f /dev-java/commons-graph | |
parent | Version bump. (diff) | |
download | gentoo-2-843067c1fb4d275f79942220f2df610687f9e4e7.tar.gz gentoo-2-843067c1fb4d275f79942220f2df610687f9e4e7.tar.bz2 gentoo-2-843067c1fb4d275f79942220f2df610687f9e4e7.zip |
Now uses xml-commons instead of xerces.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-java/commons-graph')
-rw-r--r-- | dev-java/commons-graph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-graph/Manifest | 12 | ||||
-rw-r--r-- | dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild | 6 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-java/commons-graph/ChangeLog b/dev-java/commons-graph/ChangeLog index 98606e3b1ef9..458bd452134c 100644 --- a/dev-java/commons-graph/ChangeLog +++ b/dev-java/commons-graph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-graph # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-graph/ChangeLog,v 1.2 2005/12/04 22:39:22 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-graph/ChangeLog,v 1.3 2005/12/04 22:47:12 nichoj Exp $ + + 04 Dec 2005; Joshua Nichols <nichoj@gentoo.org> + commons-graph-0.8.1_p20040118.ebuild: + Now uses xml-commons instead of xerces. 04 Dec 2005; Joshua Nichols <nichoj@gentoo.org> commons-graph-0.8.1_p20040118.ebuild: diff --git a/dev-java/commons-graph/Manifest b/dev-java/commons-graph/Manifest index d07aab75581f..ccd2cdd286b5 100644 --- a/dev-java/commons-graph/Manifest +++ b/dev-java/commons-graph/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f0bc25ca8bcb878f3d34d493b4abe3ae ChangeLog 577 -MD5 00a3322a9c8a6c531e4c188cc3552921 commons-graph-0.8.1_p20040118.ebuild 1751 +MD5 88700e7936cc622755dc9ce48dd8bcb1 commons-graph-0.8.1_p20040118.ebuild 1759 MD5 361f23cd46c14f40fbb6590b564f20a5 files/commons-graph-0.8.1_p20040118-gentoo.diff 758 MD5 bf85b87a012c334e20d661447bbf52b4 files/digest-commons-graph-0.8.1_p20040118 75 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDk3AqndWRXhKOboURAhBYAKCOPr9mJ39bnQ470QNsfmo5xbSOjwCgk7v0 -P3Eh77Y8gIpI/UJog2PySs8= -=mgH1 ------END PGP SIGNATURE----- diff --git a/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild b/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild index 5d57563f2ae4..4d199580a765 100644 --- a/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild +++ b/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild,v 1.2 2005/12/04 22:39:22 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-graph/commons-graph-0.8.1_p20040118.ebuild,v 1.3 2005/12/04 22:47:12 nichoj Exp $ inherit java-pkg eutils MY_PN=graph2 @@ -13,7 +13,7 @@ HOMEPAGE="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/graph2/" SRC_URI="mirror://gentoo/distfiles/${MY_P}.tar.gz" COMMON_DEP="dev-java/log4j dev-java/commons-collections - dev-java/xerces" + dev-java/xml-commons" DEPEND=">=virtual/jdk-1.3 jikes? ( dev-java/jikes ) dev-java/ant-core @@ -36,7 +36,7 @@ src_unpack(){ cd target/lib java-pkg_jar-from log4j java-pkg_jar-from commons-collections - java-pkg_jar-from xerces-2 xml-apis.jar + java-pkg_jar-from xml-commons xml-apis.jar } |