summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild')
-rw-r--r--dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild
deleted file mode 100644
index bae8ffeeeb36..000000000000
--- a/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild,v 1.5 2005/02/17 20:15:56 mattam Exp $
-
-DESCRIPTION="OCaml SDL Bindings"
-
-HOMEPAGE="http://ocamlsdl.sourceforge.net"
-SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.bz2"
-LICENSE="LGPL-2"
-
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.04
->=media-libs/libsdl-1.2
->=dev-ml/lablgl-0.98
->=media-libs/sdl-mixer-1.2
->=media-libs/sdl-image-1.2
->=media-libs/sdl-ttf-2.0"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} all install || die
- doinfo doc/*.info*
-}