diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-28 16:21:37 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-28 16:21:37 +0000 |
commit | add6033823b16492dbc9235e5fd1f554ce4c4d98 (patch) | |
tree | 483951085db0e428293367d52243b2a5bc13e697 | |
parent | Migrate to EAPI 2 in order to nuke built_with_use. (diff) | |
download | historical-add6033823b16492dbc9235e5fd1f554ce4c4d98.tar.gz historical-add6033823b16492dbc9235e5fd1f554ce4c4d98.tar.bz2 historical-add6033823b16492dbc9235e5fd1f554ce4c4d98.zip |
Migrate to EAPI 2 in order to nuke built_with_use and add ~x86 keyword.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
-rw-r--r-- | dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild | 21 | ||||
-rw-r--r-- | dev-ml/ANSITerminal/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ounit/Manifest | 10 |
3 files changed, 17 insertions, 22 deletions
diff --git a/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild b/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild index 0ad023c515a9..d1965a348385 100644 --- a/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild +++ b/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild @@ -1,8 +1,8 @@ -# 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/ANSITerminal/ANSITerminal-0.3.ebuild,v 1.1 2008/01/27 17:52:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.3.ebuild,v 1.2 2009/09/28 16:21:37 betelgeuse Exp $ -EAPI=1 +EAPI="2" inherit findlib eutils @@ -11,19 +11,10 @@ HOMEPAGE="http://math.umh.ac.be/an/software.php#x4-80007" SRC_URI="ftp://ftp.umh.ac.be/pub/ftp_san/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" -DEPEND="dev-lang/ocaml" +KEYWORDS="~amd64 ~x86" +DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" IUSE="doc +ocamlopt" -pkg_setup() { - if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build ${PN} with native code support from ocaml" - eerror "You first need to have a native code ocaml compiler." - eerror "You need to install dev-lang/ocaml with ocamlopt useflag on." - die "Please install ocaml with ocamlopt useflag" - fi -} - src_compile() { emake byte || die "Failed to compile bytecode" if use ocamlopt; then @@ -38,6 +29,6 @@ src_compile() { src_install() { findlib_src_install - dodoc README + dodoc README || die use doc && dohtml ANSITerminal.html/* } diff --git a/dev-ml/ANSITerminal/ChangeLog b/dev-ml/ANSITerminal/ChangeLog index d999daf45a03..8411d13b7c34 100644 --- a/dev-ml/ANSITerminal/ChangeLog +++ b/dev-ml/ANSITerminal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ANSITerminal -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.1 2008/01/27 17:52:38 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.2 2009/09/28 16:21:37 betelgeuse Exp $ + + 28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> + ANSITerminal-0.3.ebuild: + Migrate to EAPI 2 in order to nuke built_with_use and add ~x86 keyword. *ANSITerminal-0.3 (27 Jan 2008) diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest index 17649be31838..aba65737651d 100644 --- a/dev-ml/ounit/Manifest +++ b/dev-ml/ounit/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 DIST ounit-1.0.3.tar.gz 13572 RMD160 35496f9df16121b4246074e79df0c5396e3faba7 SHA1 fd5674ba094ed8d32c11618cd22d4efa58535a76 SHA256 27c5084d67dcf600f7f8cc85e15bd828cefebdedbf3c39817d00541157a6fed8 -EBUILD ounit-1.0.3.ebuild 1094 RMD160 f698ef14032521b6308d0bb014cd9f2731d0aed0 SHA1 2a2f67444371cd73abc92b2d994c3fa3f69c6084 SHA256 aaca062494007d8b88a1100363e0b286b6d3a1114d62461b56960f80cbc36a27 -MISC ChangeLog 2236 RMD160 723b2cc3ffcbff8ca20042860fee3b5c09a74530 SHA1 16b762a6e1f7c72ae31e714514e149b731ff15e8 SHA256 0f0186d355307d7db84ae71bcf1e5beb35b8641dcbfd5690de844f85f24a4192 +EBUILD ounit-1.0.3.ebuild 764 RMD160 d8f3e9cc5500ad708d759c8d721db3dc9b901494 SHA1 2dd553528318fe0ff69d3d0d09018c6c6ccc7f69 SHA256 9aee149a0eeb16a56d29e88ad2fe8334d743c40d4ec0220b9623c6631111caea +MISC ChangeLog 2365 RMD160 5b4ce4b2c7f8df207cb8684b9e44dfc6baca658a SHA1 c02a39ad0aaa4bc76d4e6b98ab9c66ae5bab7841 SHA256 d3d6d167fe23e6409a240d2fdb97b8c92a8a2e6b149d7de735d57f51abb18d5c MISC metadata.xml 155 RMD160 dfaa057e679b01302a807c75a32a910098b26809 SHA1 94024f83dcacbb53e92be090dd0f994ec93dc90d SHA256 118048376ebb76f57628b0819f3de4856e73959c2578c88715d37ea2d1e0af81 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) -iEYEARECAAYFAkq2LrYACgkQvFcC4BYPU0rjMQCfUmdy2MaDX+1SJtSXoXxSzp0N -kjAAniI6GPTIId6EkFEpwUvMLNQNnC60 -=xIF/ +iEYEARECAAYFAkrA468ACgkQcxLzpIGCsLSdFgCfZ1g7c0/i+QKuSrCMoUlllH1j +i3UAn24WYccjZnze6zT6huM/UCOu5hJm +=1CCB -----END PGP SIGNATURE----- |