summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-07-30 21:54:48 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-07-30 21:54:48 +0000
commitf1ca41af9e9a139ad89423880f64c1e72528ac2b (patch)
treeb468c4a78abfcfc38baf14612c9415bc78f63197
parentmoved ocaml from local to global. (diff)
downloadhistorical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.tar.gz
historical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.tar.bz2
historical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.zip
Added dev-lang/ocaml to DEPEND.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r--app-text/gonzui/ChangeLog5
-rw-r--r--app-text/gonzui/Manifest14
-rw-r--r--app-text/gonzui/gonzui-1.2.ebuild7
3 files changed, 10 insertions, 16 deletions
diff --git a/app-text/gonzui/ChangeLog b/app-text/gonzui/ChangeLog
index 25600a63fe85..fa27250df882 100644
--- a/app-text/gonzui/ChangeLog
+++ b/app-text/gonzui/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2005/07/09 04:34:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.5 2005/07/30 21:54:48 matsuu Exp $
+
+ 30 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> gonzui-1.2.ebuild:
+ Add dev-lang/ocaml to DEPEND. gonzui needs ocamlc to index ocaml programs.
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
diff --git a/app-text/gonzui/Manifest b/app-text/gonzui/Manifest
index 784c3aa03a3d..f895b18d8960 100644
--- a/app-text/gonzui/Manifest
+++ b/app-text/gonzui/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4d00103174284c9c626cd585769f496d gonzui-1.1.ebuild 1081
-MD5 80fa31f8cb7a2f190ac0479d418fb2a6 gonzui-1.2.ebuild 1125
-MD5 7a7d1684ae18c98c8cecdfe09fbe3a09 ChangeLog 926
+MD5 c58a93c3b22fd834248761aa06c788df gonzui-1.2.ebuild 1155
+MD5 18245ba5e721d5d0abc471a0e78ad0b3 ChangeLog 1070
MD5 6f9e93c0f7b1c97af47eff2dda9ecaff metadata.xml 248
MD5 0dd0e97ce440d47373a5b47a202b7937 files/digest-gonzui-1.1 62
MD5 60d761db20551b5b4f598b2c425beb57 files/digest-gonzui-1.2 62
MD5 4c4700315deaaeed3379174f14ff64dc files/gonzui 821
MD5 755cba28c489e4002a0e10b39a624092 files/ebuild.rb 831
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-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 30bd4d8cde77..e68160a30fd3 100644
--- a/app-text/gonzui/gonzui-1.2.ebuild
+++ b/app-text/gonzui/gonzui-1.2.ebuild
@@ -1,6 +1,6 @@
# 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.3 2005/07/09 04:34:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.4 2005/07/30 21:54:48 matsuu Exp $
inherit eutils ruby
@@ -13,12 +13,13 @@ SRC_URI="mirror://sourceforge/gonzui/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="ocaml"
DEPEND=">=virtual/ruby-1.8.2
>=sys-libs/db-4.2
>=dev-ruby/ruby-bdb-0.5.2
- dev-ruby/ruby-progressbar"
+ dev-ruby/ruby-progressbar
+ ocaml? ( dev-lang/ocaml )"
# perl? ( dev-perl/PPI ) # g-cpan.pl PPI
src_unpack() {