diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 09:09:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-12 09:09:20 +0000 |
commit | 8c70c4a5d5ae5557257188eb971e1ec1bae95248 (patch) | |
tree | 965fcf0ca6f4e313dc47f872325fc9013e0205a1 /dev-ml/ocaml-ssl | |
parent | Version bump (diff) | |
download | historical-8c70c4a5d5ae5557257188eb971e1ec1bae95248.tar.gz historical-8c70c4a5d5ae5557257188eb971e1ec1bae95248.tar.bz2 historical-8c70c4a5d5ae5557257188eb971e1ec1bae95248.zip |
Cleanup old version
Package-Manager: portage-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/files/digest-ocaml-ssl-0.4.0 | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.0.ebuild | 34 |
3 files changed, 4 insertions, 38 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog index 5c9de7698524..c17d4f922103 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.3 2007/05/06 16:14:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.4 2007/05/12 09:09:20 aballier Exp $ + + 12 May 2007; Alexis Ballier <aballier@gentoo.org> -ocaml-ssl-0.4.0.ebuild: + Cleanup old version 06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> ocaml-ssl-0.4.1.ebuild: diff --git a/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.0 b/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.0 deleted file mode 100644 index 88eb3dc79d4f..000000000000 --- a/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7930e89e63679ab64686a6ccc21bd199 ocaml-ssl-0.4.0.tar.gz 108841 -RMD160 8fa130e96db9114a13dc9c9413e0a2273f99907e ocaml-ssl-0.4.0.tar.gz 108841 -SHA256 8ee1ba805183e383e2bb86b4f4b0a626f64887446030358853a2f5da8141555d ocaml-ssl-0.4.0.tar.gz 108841 diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.0.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.0.ebuild deleted file mode 100644 index f570741cdc36..000000000000 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.0.ebuild,v 1.1 2007/02/06 20:56:28 nattfodd Exp $ - -inherit findlib eutils - -IUSE="doc" - -DESCRIPTION="OCaml bindings for OpenSSL." -SRC_URI="mirror://sourceforge/savonet/${P}.tar.gz" -HOMEPAGE="http://savonet.sourcforge.net/wiki/OCamlLibs" - -DEPEND="dev-libs/openssl" - -RDEPEND="$DEPEND" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~x86" - -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - findlib_src_preinst - emake install || die - - if use doc; then - dohtml -r doc/html/* - fi - dodoc CHANGES README -} |