summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-02-17 20:15:56 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-02-17 20:15:56 +0000
commit4b5feef68f33e5af656b549c6ba07a26964a915d (patch)
tree7c5b06696472da3fe7fc25a455b1c8906f6aeb6a /dev-ml
parentadded ~amd64 to KEYWORDS. fixes #82116 (diff)
downloadhistorical-4b5feef68f33e5af656b549c6ba07a26964a915d.tar.gz
historical-4b5feef68f33e5af656b549c6ba07a26964a915d.tar.bz2
historical-4b5feef68f33e5af656b549c6ba07a26964a915d.zip
stable on x86, ppc
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlsdl/ChangeLog8
-rw-r--r--dev-ml/ocamlsdl/Manifest6
-rw-r--r--dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild4
-rw-r--r--dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild18
4 files changed, 20 insertions, 16 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog
index ef2edc877530..0cc4ff18998a 100644
--- a/dev-ml/ocamlsdl/ChangeLog
+++ b/dev-ml/ocamlsdl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlsdl
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.4 2004/08/25 21:05:32 mattam Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.5 2005/02/17 20:15:56 mattam Exp $
+
+ 17 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlsdl-0.7.1.ebuild:
+ Stable on x86, ppc. Did not add new use flags to control sdl-mixer,sdl-image
+ but could.
*ocamlsdl-0.7.1 (25 Aug 2004)
diff --git a/dev-ml/ocamlsdl/Manifest b/dev-ml/ocamlsdl/Manifest
index 78f229704d3a..6ef93a9ac859 100644
--- a/dev-ml/ocamlsdl/Manifest
+++ b/dev-ml/ocamlsdl/Manifest
@@ -1,6 +1,6 @@
-MD5 f75fb28af56d06f27cc31f3441711862 ChangeLog 734
+MD5 9a69df0d5855ac0004faea1dc80514c7 ocamlsdl-0.6.3.ebuild 690
+MD5 16856e59c9e4db333b9aff597ee7ba48 ocamlsdl-0.7.1.ebuild 1333
+MD5 d05bb8eab22f7ea018aae4d993ac495b ChangeLog 901
MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155
-MD5 a2d8356561878f80d668fe09781d7f06 ocamlsdl-0.6.3.ebuild 690
-MD5 ceae0fe4ece0a3cb06ebe0633f36493e ocamlsdl-0.7.1.ebuild 1359
MD5 21cf2a31ec5ac945f54f9c9df0ff5603 files/digest-ocamlsdl-0.6.3 67
MD5 dc12fdb347282470f8819d9ef5db7fcf files/digest-ocamlsdl-0.7.1 66
diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild
index e95637783028..bae8ffeeeb36 100644
--- a/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild
+++ b/dev-ml/ocamlsdl/ocamlsdl-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.4 2004/08/25 21:05:32 mattam Exp $
+# $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"
diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild
index 3fe68f7ccf08..3c7a2e5459c8 100644
--- a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild
+++ b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.7.1.ebuild,v 1.1 2004/08/25 21:05:32 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.2 2005/02/17 20:15:56 mattam Exp $
inherit findlib
@@ -11,14 +11,14 @@ SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="doc opengl truetype noimage nomixer"
+KEYWORDS="x86 ppc"
+IUSE="doc opengl truetype" #noimage nomixer
DEPEND=">=dev-lang/ocaml-3.04
>=media-libs/libsdl-1.2
opengl? ( >=dev-ml/lablgl-0.98 )
-!nomixer? ( >=media-libs/sdl-mixer-1.2 )
-!noimage? ( >=media-libs/sdl-image-1.2 )
+>=media-libs/sdl-mixer-1.2
+>=media-libs/sdl-image-1.2
truetype? ( >=media-libs/sdl-ttf-2.0 )"
src_compile() {
@@ -36,13 +36,13 @@ src_compile() {
fi
fi
- use noimage && myconf="${myconf} --without-sdl-image"
- use nomixer && myconf="${myconf} --without-sdl-mixer"
+ #use noimage && myconf="${myconf} --without-sdl-image"
+ #use nomixer && myconf="${myconf} --without-sdl-mixer"
econf $myconf \
`use_enable truetype sdl-ttf` \
|| die
- make all || die
+ emake all || die
}
src_install() {