diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:29:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:29:11 +0000 |
commit | 40735ab1ef348a6933294feb6898c375ff5a3e9c (patch) | |
tree | fefdb8254cebc5667f3a4bb6fc66950f98ef7a5c /dev-ml/lablgl | |
parent | remove old version of libmcpp per 274877 (diff) | |
download | historical-40735ab1ef348a6933294feb6898c375ff5a3e9c.tar.gz historical-40735ab1ef348a6933294feb6898c375ff5a3e9c.tar.bz2 historical-40735ab1ef348a6933294feb6898c375ff5a3e9c.zip |
define eapi before inherit and explicitly assign rdepend
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/lablgl')
-rw-r--r-- | dev-ml/lablgl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/lablgl/lablgl-1.03-r1.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-ml/lablgl/ChangeLog b/dev-ml/lablgl/ChangeLog index 006ef1a43199..28244106d29e 100644 --- a/dev-ml/lablgl/ChangeLog +++ b/dev-ml/lablgl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lablgl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.51 2008/08/07 22:16:23 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.52 2009/06/21 13:29:11 aballier Exp $ + + 21 Jun 2009; Alexis Ballier <aballier@gentoo.org> lablgl-1.03-r1.ebuild: + define eapi before inherit and explicitly assign rdepend 07 Aug 2008; Alexis Ballier <aballier@gentoo.org> -files/lablgl-1.00-Makefile.config, -lablgl-1.00.ebuild: diff --git a/dev-ml/lablgl/lablgl-1.03-r1.ebuild b/dev-ml/lablgl/lablgl-1.03-r1.ebuild index b1732f282d8f..6e059d5ab6dd 100644 --- a/dev-ml/lablgl/lablgl-1.03-r1.ebuild +++ b/dev-ml/lablgl/lablgl-1.03-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.03-r1.ebuild,v 1.7 2008/05/12 16:12:01 maekke Exp $ - -inherit multilib eutils toolchain-funcs +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.03-r1.ebuild,v 1.8 2009/06/21 13:29:11 aballier Exp $ EAPI="1" +inherit multilib eutils toolchain-funcs + IUSE="doc glut +ocamlopt tk" DESCRIPTION="Objective CAML interface for OpenGL" HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html" LICENSE="BSD" -DEPEND=">=dev-lang/ocaml-3.05 +RDEPEND=">=dev-lang/ocaml-3.05 virtual/opengl x11-libs/libXext x11-libs/libXmu @@ -20,6 +20,7 @@ DEPEND=">=dev-lang/ocaml-3.05 glut? ( virtual/glut ) tk? ( >=dev-lang/tcl-8.3 >=dev-lang/tk-8.3 )" +DEPEND="${RDEPEND}" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz" SLOT="0" |