summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/lablgtk/lablgtk-1.2.5.ebuild')
-rw-r--r--dev-ml/lablgtk/lablgtk-1.2.5.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/lablgtk/lablgtk-1.2.5.ebuild b/dev-ml/lablgtk/lablgtk-1.2.5.ebuild
deleted file mode 100644
index 27aa934c1df4..000000000000
--- a/dev-ml/lablgtk/lablgtk-1.2.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-1.2.5.ebuild,v 1.18 2006/02/04 17:00:21 mattam Exp $
-
-IUSE="gnome opengl"
-
-DESCRIPTION="Objective CAML interface for Gtk+"
-HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html"
-LICENSE="LGPL-2.1 as-is"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=dev-lang/ocaml-3.06
- gnome? ( =gnome-base/libglade-0.17*
- >=gnome-base/gnome-libs-1.4.1.7
- media-libs/gdk-pixbuf )
- opengl? ( >=dev-ml/lablgl-0.98
- =x11-libs/gtkglarea-1.2* )"
-
-RDEPEND=${DEPEND}
-
-SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-${PV}.tar.gz"
-SLOT="1"
-KEYWORDS="x86 ppc sparc ~alpha ~ia64 -amd64"
-
-Name="LablGTK"
-
-src_compile() {
-
- local myconf="USE_DOTOPT=1 BINDIR=${D}/usr/bin INSTALLDIR=${D}/usr/lib/ocaml/lablgtk DLLDIR=${D}/usr/lib/ocaml/stublibs"
-
- use gnome && myconf="$myconf USE_GNOME=1 USE_GLADE=1"
- use opengl && myconf="$myconf USE_GL=1"
-
- make configure $myconf || die "./configure failed"
- make all opt || die
-}
-
-src_install () {
- dodir /usr/bin /usr/lib/ocaml/lablgtk /usr/lib/ocaml/stublibs
- make install || die
- dosed /usr/bin/lablgtk
- dodoc CHANGES COPYING README
-}