summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-08-22 07:21:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-08-22 07:21:41 +0000
commit7d795ebd3884b47ad9d4e4cb0107d9f02b878798 (patch)
tree66c27553e3eeccc46056c4409a188cf3f3b41c23 /dev-ml/ocaml-ssl
parentstable x86, bug 139308 (diff)
downloadgentoo-2-7d795ebd3884b47ad9d4e4cb0107d9f02b878798.tar.gz
gentoo-2-7d795ebd3884b47ad9d4e4cb0107d9f02b878798.tar.bz2
gentoo-2-7d795ebd3884b47ad9d4e4cb0107d9f02b878798.zip
remove unused version
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r--dev-ml/ocaml-ssl/ChangeLog5
-rw-r--r--dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.13
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild34
3 files changed, 4 insertions, 38 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog
index eddb61ecf959..f94196d7f7d3 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.6 2007/05/12 09:14:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.7 2007/08/22 07:21:41 aballier Exp $
+
+ 22 Aug 2007; Alexis Ballier <aballier@gentoo.org> -ocaml-ssl-0.4.1.ebuild:
+ remove unused version
*ocaml-ssl-0.4.2 (12 May 2007)
diff --git a/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.1 b/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.1
deleted file mode 100644
index 79db376d48c5..000000000000
--- a/dev-ml/ocaml-ssl/files/digest-ocaml-ssl-0.4.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 780c969a97e55c95d12b9a8e59688978 ocaml-ssl-0.4.1.tar.gz 109012
-RMD160 675e71c5ad79b7493c8435c39ce0cbcd8325a710 ocaml-ssl-0.4.1.tar.gz 109012
-SHA256 bc1da3b6052ca92c2bc2d76b45ca33bb678246ca7453875d9a580f8e62d013f0 ocaml-ssl-0.4.1.tar.gz 109012
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.ebuild
deleted file mode 100644
index 748bb1608598..000000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.1.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.1.ebuild,v 1.3 2007/05/12 09:11:06 aballier Exp $
-
-inherit findlib eutils
-
-IUSE="doc"
-
-DESCRIPTION="OCaml bindings for OpenSSL."
-SRC_URI="mirror://sourceforge/savonet/${P}.tar.gz"
-HOMEPAGE="http://savonet.sourceforge.net/wiki/OCamlLibs"
-
-DEPEND="dev-libs/openssl"
-
-RDEPEND="$DEPEND"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~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
-}