Fix DEPEND.
authorKrzysztof Pawlik <nelchael@gentoo.org>
Tue, 1 May 2007 22:04:51 +0000 (22:04 +0000)
committerKrzysztof Pawlik <nelchael@gentoo.org>
Tue, 1 May 2007 22:04:51 +0000 (22:04 +0000)
Package-Manager: portage-2.1.2.5

dev-java/fastinfoset/ChangeLog
dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
dev-java/rngom/ChangeLog
dev-java/rngom/rngom-20051226.ebuild

index ab53f40b013e14f2ffb11cb51b0ad064cc33b7a3..034309e9db11dbf2ad64f5adb452c2a172c460a8 100644 (file)
@@ -1,6 +1,10 @@
 # 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)
 
index 6c0c74e017842ce80a0700049bbcc715daa61386..54fe1b004ea0a08a8c5817632462d26e82403355 100644 (file)
@@ -1,6 +1,6 @@
 # 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"
 
@@ -15,12 +15,14 @@ SLOT="0"
 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}"
 
index eebd8ab1b047b65945af27979867db1bfedf6d46..cc3d5f36b6b8a542660b7630349b81f7cbaf574c 100644 (file)
@@ -1,6 +1,9 @@
 # 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)
 
index 600db85dba1b2e78fbd31c3cfea807f6b7d8296a..d4ceb53e9f0b9ebc5c572b21b86a7074dc104c87 100644 (file)
@@ -1,6 +1,6 @@
 # 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"
 
@@ -15,11 +15,14 @@ SLOT="0"
 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() {