diff options
author | 2008-05-12 07:02:41 +0000 | |
---|---|---|
committer | 2008-05-12 07:02:41 +0000 | |
commit | 9247f19c90f6ba04719cb4c82f91dceafb05b3ea (patch) | |
tree | 261255ef6645d45da9a039863ac30c4e960f2e50 /dev-ml | |
parent | remove old (diff) | |
download | historical-9247f19c90f6ba04719cb4c82f91dceafb05b3ea.tar.gz historical-9247f19c90f6ba04719cb4c82f91dceafb05b3ea.tar.bz2 historical-9247f19c90f6ba04719cb4c82f91dceafb05b3ea.zip |
version bump
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-make/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-6.28.0.ebuild (renamed from dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild) | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild | 57 | ||||
-rw-r--r-- | dev-ml/ocamlnet/Manifest | 10 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild | 51 |
7 files changed, 136 insertions, 10 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog index 146278f60b3a..7f03acc32851 100644 --- a/dev-ml/ocaml-make/ChangeLog +++ b/dev-ml/ocaml-make/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-make # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.10 2008/04/08 22:00:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.11 2008/05/12 07:02:41 aballier Exp $ + +*ocaml-make-6.28.0 (12 May 2008) + + 12 May 2008; Alexis Ballier <aballier@gentoo.org> + -ocaml-make-6.27.0.ebuild, +ocaml-make-6.28.0.ebuild: + version bump 08 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-make-5.04.0.ebuild, -ocaml-make-6.24.8.ebuild: diff --git a/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.28.0.ebuild index 9a566a2c8943..438d67a51efd 100644 --- a/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild +++ b/dev-ml/ocaml-make/ocaml-make-6.28.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild,v 1.1 2007/12/19 13:39:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-6.28.0.ebuild,v 1.1 2008/05/12 07:02:41 aballier Exp $ DESCRIPTION="Generic O'Caml Makefile for GNU Make" HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" diff --git a/dev-ml/ocaml-sqlite3/ChangeLog b/dev-ml/ocaml-sqlite3/ChangeLog index 29515858af5c..d63d6695cefd 100644 --- a/dev-ml/ocaml-sqlite3/ChangeLog +++ b/dev-ml/ocaml-sqlite3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-sqlite3 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.6 2008/04/13 19:23:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.7 2008/05/12 06:57:12 aballier Exp $ + +*ocaml-sqlite3-1.2.0 (12 May 2008) + + 12 May 2008; Alexis Ballier <aballier@gentoo.org> + +ocaml-sqlite3-1.2.0.ebuild: + version bump 13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-sqlite3-0.23.0.ebuild: diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild new file mode 100644 index 000000000000..c9a8add7c699 --- /dev/null +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.1 2008/05/12 06:57:12 aballier Exp $ + +inherit findlib eutils + +EAPI="1" + +IUSE="doc +ocamlopt" + +DESCRIPTION="A package for ocaml that provides access to SQLite databases." +SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.bz2" +HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#ocaml-sqlite3" + +DEPEND=">=dev-lang/ocaml-3.09 + >=dev-db/sqlite-3.3.3" + +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +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_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-0.22.0-destdir.patch" + epatch "${FILESDIR}/${PN}-0.23.0-noocamlopt.patch" +} + +src_compile() { + econf + emake -j1 bytecode || die "make bytecode failed" + if use ocamlopt; then + emake -j1 opt || die "make opt failed" + fi + if use doc; then + emake -j1 docs || die "make doc failed" + fi +} + +src_install() { + findlib_src_preinst + export OCAMLPATH="${OCAMLFIND_DESTDIR}" + emake DESTDIR="${D}" install || die "make install failed" + dodoc CHANGES README TODO + use doc && dohtml doc/* +} diff --git a/dev-ml/ocamlnet/Manifest b/dev-ml/ocamlnet/Manifest index da3a86f24bab..ad0bfae89170 100644 --- a/dev-ml/ocamlnet/Manifest +++ b/dev-ml/ocamlnet/Manifest @@ -3,13 +3,13 @@ Hash: SHA1 AUX build_w_camlp5.dpatch 7584 RMD160 53e5def4617442a232ef146884c25c35067c9ef8 SHA1 b9f65b5f6ee45dc4144960e6729e4a29c0d94ff2 SHA256 146865f95679b484b69336facb710e2c3e8960606598a20e6af04d416159f958 DIST ocamlnet-2.2.9.tar.gz 1877257 RMD160 1299e1316e0547171089b0caaa9deb13c4c67c31 SHA1 ca073c60f86fede60d4c479e5589127010482804 SHA256 134530a4357879e095bdbbb5f21f78634a16ef4d787eb151676b7fee7e4c0dc9 -EBUILD ocamlnet-2.2.9-r1.ebuild 2045 RMD160 56820bdc96b4d7e73605dd72f315507ca0873f11 SHA1 60817db1be313cc9334d8bcfd28e56923b44c4f7 SHA256 8cf6ee7320d9c801962adfe0118b49af8f83509da7a26d794078e98d73c398e2 -MISC ChangeLog 4367 RMD160 d2017afcd6a9298389838eb15aefc556155ae974 SHA1 bf19ce2de83a10209416d61c32c835f4cd7b6aa5 SHA256 2d68dae744b06f9e60db29a79a7fcc593639e813096073a1cbc8ee54c572c6ae +EBUILD ocamlnet-2.2.9-r1.ebuild 2063 RMD160 9afdeca03e8a7d5df4de04bd66c928e5b316be26 SHA1 d3874a3aedd8b8bf4056ea5fafcc5b8a06196220 SHA256 e7ba18ef7bf31ddae1f1ed2054898bfaa91557254706fb717b19d9ed1f534a1a +MISC ChangeLog 4466 RMD160 822ebeeb21e829576d0cc611fb3bf3e0fd88641c SHA1 43352eec5656093a4151363dfc54a91a730af539 SHA256 5232205f1580d2190d661790eccf13d7fbf6be3ce74f93d5cd8fc014f41f3562 MISC metadata.xml 156 RMD160 b85f5bc80861e3fb890d0c87457a549d5bdaa191 SHA1 3be740773dec616d1c3969afaf1571348e455fef SHA256 40d721e2107cc8aac043b574fdae94c9e31ae133bc8e275fbc0a56329b3f5cee -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) -iEYEARECAAYFAkgCTn4ACgkQvFcC4BYPU0ob3ACeM0qJH2LmMYAjnVnXd8hZulIa -QRcAoMFGWXXMspEG5newFTK1eVfLea+m -=3Glj +iEYEARECAAYFAkgn7BEACgkQvFcC4BYPU0rMAgCgp8GSTLYqnGz34pUxmGW4e3uL +F8YAn0y1GpyGJlWtn2xnx2Ov1yj7KhSJ +=KNv/ -----END PGP SIGNATURE----- diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 49ed122ba3fd..e6bf26648e61 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.18 2008/05/12 06:51:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.19 2008/05/12 07:00:08 aballier Exp $ + +*pcre-ocaml-5.15.0 (12 May 2008) + + 12 May 2008; Alexis Ballier <aballier@gentoo.org> + +pcre-ocaml-5.15.0.ebuild: + version bump 12 May 2008; Alexis Ballier <aballier@gentoo.org> -pcre-ocaml-5.12.1.ebuild, -pcre-ocaml-5.12.2.ebuild, diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild new file mode 100644 index 000000000000..da411c524f09 --- /dev/null +++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.1 2008/05/12 07:00:08 aballier Exp $ + +inherit findlib eutils + +EAPI="1" + +DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" +HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" +SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2" +LICENSE="LGPL-2.1" + +DEPEND=">=dev-lang/ocaml-3.07 + >=dev-libs/libpcre-4.5" +SLOT="0" +IUSE="examples +ocamlopt" +KEYWORDS="~amd64 ~ppc ~x86" + +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() { + cd "${S}/lib" + emake byte-code-library || die "Failed to build byte code library" + if use ocamlopt; then + emake native-code-library || die "Failed to build native code library" + fi +} + +src_install () { + export OCAMLFIND_INSTFLAGS="-optional" + findlib_src_install + + # install documentation + dodoc README VERSION Changes + + if use examples; then + for dir in examples/* + do + docinto $dir + dodoc $dir/* + done + fi +} |