diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:26:41 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:26:41 +0000 |
commit | d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d (patch) | |
tree | 02e83eef2e5f95d1b6917f83e1adf20a1e780383 /dev-java/fesi-bin | |
parent | depend on app-arch/unzip (Manifest recommit) (diff) | |
download | gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.gz gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.bz2 gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/fesi-bin')
-rw-r--r-- | dev-java/fesi-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fesi-bin/fesi-bin-1.1.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/fesi-bin/ChangeLog b/dev-java/fesi-bin/ChangeLog index 6f43862d891d..30d26e1080b3 100644 --- a/dev-java/fesi-bin/ChangeLog +++ b/dev-java/fesi-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fesi-bin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.4 2004/10/20 06:18:45 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.5 2004/11/03 11:25:28 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> fesi-bin-1.1.5.ebuild: + depend on app-arch/unzip 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> fesi-bin-1.1.5.ebuild: Keywords ~amd64. diff --git a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild b/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild index ca73291de7d9..066754b6b1a7 100644 --- a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild +++ b/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.3 2004/10/20 06:18:45 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.4 2004/11/03 11:25:28 axxo Exp $ inherit java-pkg DESCRIPTION="JavaScript Interpreter written in Java" SRC_URI="http://www.lugrin.ch/fesi/${PN/-bin}kit-${PV}.zip" HOMEPAGE="http://www.lugrin.ch/fesi" -DEPEND=">=virtual/jre-1.4" +DEPEND=">=virtual/jre-1.4 + app-arch/unzip" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" |