diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 23:09:55 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-10 23:09:55 +0000 |
commit | f6ceff7e0a621a4c9ccbd88b458d4a73a4a1812c (patch) | |
tree | 6ae0fac7779d263abdc04100b20a3733c73b8081 /dev-java/edtftpj | |
parent | Restrict junit dependency. (diff) | |
download | gentoo-2-f6ceff7e0a621a4c9ccbd88b458d4a73a4a1812c.tar.gz gentoo-2-f6ceff7e0a621a4c9ccbd88b458d4a73a4a1812c.tar.bz2 gentoo-2-f6ceff7e0a621a4c9ccbd88b458d4a73a4a1812c.zip |
Restrict junit dependency.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-java/edtftpj')
-rw-r--r-- | dev-java/edtftpj/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/edtftpj/edtftpj-1.5.5.ebuild | 6 | ||||
-rw-r--r-- | dev-java/edtftpj/edtftpj-1.5.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/edtftpj/ChangeLog b/dev-java/edtftpj/ChangeLog index a065595f3ef9..171617cb6eca 100644 --- a/dev-java/edtftpj/ChangeLog +++ b/dev-java/edtftpj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/edtftpj -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.34 2007/11/29 17:49:42 wltjr Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.35 2008/01/10 23:09:55 caster Exp $ + + 10 Jan 2008; Vlastimil Babka <caster@gentoo.org> edtftpj-1.5.5.ebuild, + edtftpj-1.5.6.ebuild: + Restrict junit dependency. *edtftpj-1.5.6 (29 Nov 2007) diff --git a/dev-java/edtftpj/edtftpj-1.5.5.ebuild b/dev-java/edtftpj/edtftpj-1.5.5.ebuild index db5e8397b6b7..a9d7343d08c9 100644 --- a/dev-java/edtftpj/edtftpj-1.5.5.ebuild +++ b/dev-java/edtftpj/edtftpj-1.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-1.5.5.ebuild,v 1.5 2007/11/29 17:49:42 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-1.5.5.ebuild,v 1.6 2008/01/10 23:09:55 caster Exp $ JAVA_PKG_IUSE="doc examples source" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" RDEPEND=">=virtual/jre-1.4 - dev-java/junit" + =dev-java/junit-3.8*" DEPEND=">=virtual/jdk-1.4 app-arch/unzip diff --git a/dev-java/edtftpj/edtftpj-1.5.6.ebuild b/dev-java/edtftpj/edtftpj-1.5.6.ebuild index 20b064bfdcb1..151f9c6e8f34 100644 --- a/dev-java/edtftpj/edtftpj-1.5.6.ebuild +++ b/dev-java/edtftpj/edtftpj-1.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-1.5.6.ebuild,v 1.1 2007/11/29 17:49:42 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-1.5.6.ebuild,v 1.2 2008/01/10 23:09:55 caster Exp $ JAVA_PKG_IUSE="doc examples source" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=virtual/jre-1.4 - dev-java/junit" + =dev-java/junit-3.8*" DEPEND=">=virtual/jdk-1.4 app-arch/unzip |