diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 09:11:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 09:11:06 +0000 |
commit | c36ea82496f848ee093acc4c134dd5e18d8370a9 (patch) | |
tree | c67842995159f48cf9f60c724093079192c75a28 /dev-ml/ocaml-ssl | |
parent | Stable on mips. (diff) | |
download | gentoo-2-c36ea82496f848ee093acc4c134dd5e18d8370a9.tar.gz gentoo-2-c36ea82496f848ee093acc4c134dd5e18d8370a9.tar.bz2 gentoo-2-c36ea82496f848ee093acc4c134dd5e18d8370a9.zip |
Fix typo in HOMEPAGE
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r-- | dev-ml/ocaml-ssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog index c17d4f922103..f17ef0f3510e 100644 --- a/dev-ml/ocaml-ssl/ChangeLog +++ b/dev-ml/ocaml-ssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-ssl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.4 2007/05/12 09:09:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.5 2007/05/12 09:11:06 aballier Exp $ + + 12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-ssl-0.4.1.ebuild: + Fix typo in HOMEPAGE 12 May 2007; Alexis Ballier <aballier@gentoo.org> -ocaml-ssl-0.4.0.ebuild: Cleanup old version diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild index 26aed082e19a..748bb1608598 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild,v 1.2 2007/05/06 16:14:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild,v 1.3 2007/05/12 09:11:06 aballier Exp $ inherit findlib eutils @@ -8,7 +8,7 @@ IUSE="doc" DESCRIPTION="OCaml bindings for OpenSSL." SRC_URI="mirror://sourceforge/savonet/${P}.tar.gz" -HOMEPAGE="http://savonet.sourcforge.net/wiki/OCamlLibs" +HOMEPAGE="http://savonet.sourceforge.net/wiki/OCamlLibs" DEPEND="dev-libs/openssl" |