diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-03-15 12:42:33 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-03-15 12:42:33 +0000 |
commit | 2dd7e72fbf7a210e93b1d10001a9e7881f0ce2d6 (patch) | |
tree | 72eacc673a1a6895bb3dd4f08f1bd96d711bc8a1 /dev-ml/ocamlsdl | |
parent | add kerberos to IUSE (diff) | |
download | historical-2dd7e72fbf7a210e93b1d10001a9e7881f0ce2d6.tar.gz historical-2dd7e72fbf7a210e93b1d10001a9e7881f0ce2d6.tar.bz2 historical-2dd7e72fbf7a210e93b1d10001a9e7881f0ce2d6.zip |
Stable on sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-ml/ocamlsdl')
-rw-r--r-- | dev-ml/ocamlsdl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/Manifest | 16 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 208468bf0e80..f67efb9b91ea 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlsdl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.6 2005/02/19 17:51:56 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.7 2005/03/15 12:42:33 gustavoz Exp $ + + 15 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> ocamlsdl-0.7.1.ebuild: + Stable on sparc 19 Feb 2005; Jason Wever <weeve@gentoo.org> ocamlsdl-0.7.1.ebuild: Added ~sparc keyword as it was dropped :( diff --git a/dev-ml/ocamlsdl/Manifest b/dev-ml/ocamlsdl/Manifest index 4cbb926d387c..ff4d9a43b61d 100644 --- a/dev-ml/ocamlsdl/Manifest +++ b/dev-ml/ocamlsdl/Manifest @@ -1,6 +1,16 @@ -MD5 4a1af8734aca6eba32028c5d6b19d0cd ChangeLog 1014 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 +MD5 639b23db4e1514b4e55313be5605079e ChangeLog 1113 MD5 9a69df0d5855ac0004faea1dc80514c7 ocamlsdl-0.6.3.ebuild 690 -MD5 433d00ee2fcdc4e0888bd925d542c1b2 ocamlsdl-0.7.1.ebuild 1339 -MD5 21cf2a31ec5ac945f54f9c9df0ff5603 files/digest-ocamlsdl-0.6.3 67 +MD5 982d0909f2774907a3fdac66390ffd44 ocamlsdl-0.7.1.ebuild 1341 MD5 dc12fdb347282470f8819d9ef5db7fcf files/digest-ocamlsdl-0.7.1 66 +MD5 21cf2a31ec5ac945f54f9c9df0ff5603 files/digest-ocamlsdl-0.6.3 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFCNthVKRy60XGEcJIRAgmEAKCstUFRrcMJrsmd+9s413QLIYiVXwCgkv+H +Ry8hrIzzc+e9qURYP8aZprg= +=AXGw +-----END PGP SIGNATURE----- diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild index bb88a5d273a8..1f94c12eca11 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-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.3 2005/02/19 17:51:56 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.4 2005/03/15 12:42:33 gustavoz Exp $ inherit findlib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc sparc" IUSE="doc opengl truetype" #noimage nomixer DEPEND=">=dev-lang/ocaml-3.04 |