summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-09-20 13:17:54 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-09-20 13:17:54 +0000
commit6634ea2bdd82a025e5771592abf767555b960480 (patch)
treecaa2f2e251b71a148a4ca95640e4d05eb16f03fc /dev-ml
parentStabilizing for ppc. (diff)
downloadgentoo-2-6634ea2bdd82a025e5771592abf767555b960480.tar.gz
gentoo-2-6634ea2bdd82a025e5771592abf767555b960480.tar.bz2
gentoo-2-6634ea2bdd82a025e5771592abf767555b960480.zip
remove old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-ssl/ChangeLog5
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog
index ea74f3ce3243..e47f6a7c1cc9 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.15 2009/08/14 18:22:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.16 2009/09/20 13:17:54 aballier Exp $
+
+ 20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -ocaml-ssl-0.4.2.ebuild:
+ remove old
14 Aug 2009; Markus Meier <maekke@gentoo.org> ocaml-ssl-0.4.3.ebuild:
amd64/x86 stable, bug #280423
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild
deleted file mode 100644
index 33b390a9f8dd..000000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 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.2.ebuild,v 1.6 2008/09/25 12:11:58 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 ~x86-fbsd"
-
-src_compile() {
- econf || die "configure failed"
- emake -j1 || die "make failed"
-}
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
-
- if use doc; then
- dohtml -r doc/html/*
- fi
- dodoc CHANGES README
-}