diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 04:34:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 04:34:55 +0000 |
commit | 1f7fc19734c5230d5e7a9c405901389cc3d9e497 (patch) | |
tree | 1a264c28622f72e208d75afb21bbd5c1a390ca62 /app-text/gonzui | |
parent | Marked ppc stable for bug #98372. (diff) | |
download | gentoo-2-1f7fc19734c5230d5e7a9c405901389cc3d9e497.tar.gz gentoo-2-1f7fc19734c5230d5e7a9c405901389cc3d9e497.tar.bz2 gentoo-2-1f7fc19734c5230d5e7a9c405901389cc3d9e497.zip |
Remove dev-lang/ocaml from DEPEND. According to the gonzui web pages, it can
index ocaml programs, but there's no dependency involved
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/gonzui')
-rw-r--r-- | app-text/gonzui/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gonzui/gonzui-1.2.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/gonzui/ChangeLog b/app-text/gonzui/ChangeLog index 1084f6ef6052..25600a63fe85 100644 --- a/app-text/gonzui/ChangeLog +++ b/app-text/gonzui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gonzui # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.3 2005/07/06 15:53:55 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.4 2005/07/09 04:34:55 agriffis Exp $ + + 09 Jul 2005; Aron Griffis <agriffis@gentoo.org> gonzui-1.2.ebuild: + Remove dev-lang/ocaml from DEPEND. According to the gonzui web pages, it can + index ocaml programs, but there's no dependency involved *gonzui-1.2 (06 Jul 2005) diff --git a/app-text/gonzui/gonzui-1.2.ebuild b/app-text/gonzui/gonzui-1.2.ebuild index 5b4be0054be3..30bd4d8cde77 100644 --- a/app-text/gonzui/gonzui-1.2.ebuild +++ b/app-text/gonzui/gonzui-1.2.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.2 2005/07/09 04:28:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.3 2005/07/09 04:34:55 agriffis Exp $ inherit eutils ruby -IUSE="ocaml" - USE_RUBY="ruby18 ruby19" DESCRIPTION="gonzui is a source code search engine." @@ -15,12 +13,12 @@ SRC_URI="mirror://sourceforge/gonzui/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" DEPEND=">=virtual/ruby-1.8.2 >=sys-libs/db-4.2 >=dev-ruby/ruby-bdb-0.5.2 - dev-ruby/ruby-progressbar - ocaml? ( dev-lang/ocaml )" + dev-ruby/ruby-progressbar" # perl? ( dev-perl/PPI ) # g-cpan.pl PPI src_unpack() { |