# ChangeLog for dev-java/fastinfoset
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.1 2007/05/01 19:11:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.2 2007/05/01 22:04:51 nelchael Exp $
+
+ 01 May 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ fastinfoset-1.2.1.ebuild:
+ Fix DEPEND.
*fastinfoset-1.2.1 (01 May 2007)
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild,v 1.1 2007/05/01 19:11:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild,v 1.2 2007/05/01 22:04:51 nelchael Exp $
JAVA_PKG_IUSE="source"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+COMMON_DEP="dev-java/jsr173"
+
RDEPEND=">=virtual/jre-1.5
- dev-java/jsr173"
+ ${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
- app-arch/unzip
- ${RDEPEND}"
+ ${COMMON_DEP}
+ app-arch/unzip"
S="${WORKDIR}"
# ChangeLog for dev-java/rngom
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rngom/ChangeLog,v 1.1 2007/05/01 18:41:46 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rngom/ChangeLog,v 1.2 2007/05/01 22:01:58 nelchael Exp $
+
+ 01 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> rngom-20051226.ebuild:
+ Fix DEPEND.
*rngom-20051226 (01 May 2007)
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rngom/rngom-20051226.ebuild,v 1.1 2007/05/01 18:41:46 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rngom/rngom-20051226.ebuild,v 1.2 2007/05/01 22:01:58 nelchael Exp $
JAVA_PKG_IUSE="doc source"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+COMMON_DEP="dev-java/relaxng-datatype
+ dev-java/xsdlib"
+
DEPEND=">=virtual/jdk-1.5
- dev-java/relaxng-datatype
- dev-java/xsdlib
+ ${COMMON_DEP}
app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
+RDEPEND=">=virtual/jre-1.5
+ ${COMMON_DEP}"
src_unpack() {