diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:14:59 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:14:59 +0000 |
commit | b7ebdcf1d6ede7f39ddb43afa564be731e427146 (patch) | |
tree | 623ee4f3a805ccf4488f6ab6ee7f2d1d90703dd8 /dev-ml | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-b7ebdcf1d6ede7f39ddb43afa564be731e427146.tar.gz gentoo-2-b7ebdcf1d6ede7f39ddb43afa564be731e427146.tar.bz2 gentoo-2-b7ebdcf1d6ede7f39ddb43afa564be731e427146.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-mysql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-mysql/files/digest-ocaml-mysql-1.0.3-r1 | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-ml/ocaml-mysql/ChangeLog b/dev-ml/ocaml-mysql/ChangeLog index 6a54d4760771..86d14227bd63 100644 --- a/dev-ml/ocaml-mysql/ChangeLog +++ b/dev-ml/ocaml-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-mysql # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.4 2006/09/10 15:34:44 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.5 2006/11/23 17:14:59 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> + ocaml-mysql-1.0.3-r1.ebuild: + dev-db/mysql => virtual/mysql 10 Sep 2006; Alexandre Buisse <nattfodd@gentoo.org> -ocaml-mysql-1.0.3.ebuild: diff --git a/dev-ml/ocaml-mysql/files/digest-ocaml-mysql-1.0.3-r1 b/dev-ml/ocaml-mysql/files/digest-ocaml-mysql-1.0.3-r1 index b6a1e1190087..1789ebb6d8dc 100644 --- a/dev-ml/ocaml-mysql/files/digest-ocaml-mysql-1.0.3-r1 +++ b/dev-ml/ocaml-mysql/files/digest-ocaml-mysql-1.0.3-r1 @@ -1 +1,3 @@ MD5 3254be1cb6ef8801701a5628e60cfee4 ocaml-mysql-1.0.3.tar.gz 111574 +RMD160 7ede797411e201a4a29d9024d9e357d177bbf8ab ocaml-mysql-1.0.3.tar.gz 111574 +SHA256 5c58a9db3a0ec522d878a172abc7a273fc26fb70a295184642188a785a2a01f8 ocaml-mysql-1.0.3.tar.gz 111574 diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild index d5ed9ad21a18..7191c03c4e1b 100644 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild,v 1.2 2005/08/17 12:51:53 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.0.3-r1.ebuild,v 1.3 2006/11/23 17:14:59 vivo Exp $ inherit findlib eutils @@ -11,7 +11,7 @@ SRC_URI="http://raevnos.pennmush.org/code/${PN}/${P}.tar.gz" HOMEPAGE="http://raevnos.pennmush.org/code/ocaml-mysql/index.html" DEPEND=">=dev-lang/ocaml-3.06 - >=dev-db/mysql-4.0.12" + >=virtual/mysql-4.0" RDEPEND="$DEPEND" |