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 | b25fd08e814abc203f15426e08b7839c21a9e4c5 (patch) | |
tree | 488bffcce0c9debb48068665f5557642cc4d44f5 /app-text/gonzui | |
parent | Marked ppc stable for bug #98372. (diff) | |
download | historical-b25fd08e814abc203f15426e08b7839c21a9e4c5.tar.gz historical-b25fd08e814abc203f15426e08b7839c21a9e4c5.tar.bz2 historical-b25fd08e814abc203f15426e08b7839c21a9e4c5.zip |
Remove dev-lang/ocaml from DEPEND. According to the gonzui web pages, it can
index ocaml programs, but there's no dependency involved
Package-Manager: portage-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/Manifest | 10 | ||||
-rw-r--r-- | app-text/gonzui/gonzui-1.2.ebuild | 8 |
3 files changed, 13 insertions, 11 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/Manifest b/app-text/gonzui/Manifest index 3303ae5f4e02..784c3aa03a3d 100644 --- a/app-text/gonzui/Manifest +++ b/app-text/gonzui/Manifest @@ -2,8 +2,8 @@ Hash: SHA1 MD5 4d00103174284c9c626cd585769f496d gonzui-1.1.ebuild 1081 -MD5 25ae2f42b12a9722bb6ab77cd4a91366 gonzui-1.2.ebuild 1158 -MD5 6abb5a8df45e3f87b2ead404fc336395 ChangeLog 716 +MD5 80fa31f8cb7a2f190ac0479d418fb2a6 gonzui-1.2.ebuild 1125 +MD5 7a7d1684ae18c98c8cecdfe09fbe3a09 ChangeLog 926 MD5 6f9e93c0f7b1c97af47eff2dda9ecaff metadata.xml 248 MD5 0dd0e97ce440d47373a5b47a202b7937 files/digest-gonzui-1.1 62 MD5 60d761db20551b5b4f598b2c425beb57 files/digest-gonzui-1.2 62 @@ -12,7 +12,7 @@ MD5 755cba28c489e4002a0e10b39a624092 files/ebuild.rb 831 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCz1KQBXaUFmZvwyMRAjU0AJ0VZrDlBuIE08LBrRWKDdu0SUnbWACfaSk4 -YZwfFDpH23NHYY5dmRfM2Cw= -=048g +iD8DBQFCz1P8BXaUFmZvwyMRAoTmAKDDCY87BqAv5Km0WkHE9idBOhUOOwCfdkWX +QeC1Yf0mtxfDGm9tgdRWizw= +=3+ni -----END PGP SIGNATURE----- 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() { |