diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:34:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:34:13 +0000 |
commit | df9e50bf7e42e80c22616c1b6bf76b1070590687 (patch) | |
tree | eb034929f7156152e24374f7333aa904763e1799 /dev-ml | |
parent | remove old (diff) | |
download | gentoo-2-df9e50bf7e42e80c22616c1b6bf76b1070590687.tar.gz gentoo-2-df9e50bf7e42e80c22616c1b6bf76b1070590687.tar.bz2 gentoo-2-df9e50bf7e42e80c22616c1b6bf76b1070590687.zip |
remove old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlsdl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild | 57 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild | 57 |
3 files changed, 5 insertions, 115 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 87e6699331df..0ea4fd00fc5e 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlsdl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.15 2012/02/06 17:15:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.16 2012/02/23 20:34:12 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamlsdl-0.7.1.ebuild, + -ocamlsdl-0.7.2.ebuild: + remove old 06 Feb 2012; Brent Baude <ranger@gentoo.org> ocamlsdl-0.8.0.ebuild: Marking ocamlsdl-0.8.0 ppc for bug 396911 diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild deleted file mode 100644 index c96a5ea337a0..000000000000 --- a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.5 2012/02/05 18:33:08 armin76 Exp $ - -inherit findlib - -DESCRIPTION="OCaml SDL Bindings" - -HOMEPAGE="http://ocamlsdl.sourceforge.net" -SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" -LICENSE="LGPL-2" - -SLOT="0" -KEYWORDS="ppc x86" -IUSE="doc opengl truetype" #noimage nomixer - -DEPEND=">=dev-lang/ocaml-3.04 ->=media-libs/libsdl-1.2 -opengl? ( >=dev-ml/lablgl-0.98 ) ->=media-libs/sdl-mixer-1.2 ->=media-libs/sdl-image-1.2 -truetype? ( >=media-libs/sdl-ttf-2.0 )" - -src_compile() { - myconf="" - if use opengl; then - destdir=`ocamlfind printconf destdir` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - if [ -z "${lablgldir}" ]; then - destdir=`ocamlc -where` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - fi - - if [ ! -z "${lablgldir}" ]; then - myconf="--with-lablgldir=${lablgldir}" - fi - fi - - #use noimage && myconf="${myconf} --without-sdl-image" - #use nomixer && myconf="${myconf} --without-sdl-mixer" - - econf $myconf \ - `use_enable truetype sdl-ttf` \ - || die - emake all || die -} - -src_install() { - findlib_src_install - - dodoc AUTHORS NEWS README - doinfo doc/*.info* - - if use doc; then - dohtml doc/html/* - fi -} diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild deleted file mode 100644 index d069a186750b..000000000000 --- a/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild,v 1.4 2012/02/05 18:33:08 armin76 Exp $ - -inherit findlib - -DESCRIPTION="OCaml SDL Bindings" - -HOMEPAGE="http://ocamlsdl.sourceforge.net" -SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" -LICENSE="LGPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc opengl truetype" #noimage nomixer - -DEPEND=">=dev-lang/ocaml-3.04 ->=media-libs/libsdl-1.2 -opengl? ( >=dev-ml/lablgl-0.98 ) ->=media-libs/sdl-mixer-1.2 ->=media-libs/sdl-image-1.2 -truetype? ( >=media-libs/sdl-ttf-2.0 )" - -src_compile() { - myconf="" - if use opengl; then - destdir=`ocamlfind printconf destdir` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - if [ -z "${lablgldir}" ]; then - destdir=`ocamlc -where` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - fi - - if [ ! -z "${lablgldir}" ]; then - myconf="--with-lablgldir=${lablgldir}" - fi - fi - - #use noimage && myconf="${myconf} --without-sdl-image" - #use nomixer && myconf="${myconf} --without-sdl-mixer" - - econf $myconf \ - `use_enable truetype sdl-ttf` \ - || die - emake all || die -} - -src_install() { - findlib_src_install - - dodoc AUTHORS NEWS README - doinfo doc/*.info* - - if use doc; then - dohtml doc/html/* - fi -} |