diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-09-29 19:16:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-09-29 19:16:14 +0000 |
commit | f0f38cc1ed697ab4c8c9e0e01f8c9d4c6e34af60 (patch) | |
tree | bea81acd1c622194df04b067d6072467bbd317fe /dev-ml | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-f0f38cc1ed697ab4c8c9e0e01f8c9d4c6e34af60.tar.gz gentoo-2-f0f38cc1ed697ab4c8c9e0e01f8c9d4c6e34af60.tar.bz2 gentoo-2-f0f38cc1ed697ab4c8c9e0e01f8c9d4c6e34af60.zip |
version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/type-conv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-2.0.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index d0b47621a641..18a45c0527bf 100644 --- a/dev-ml/type-conv/ChangeLog +++ b/dev-ml/type-conv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/type-conv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.7 2010/08/03 11:51:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.8 2010/09/29 19:16:14 aballier Exp $ + +*type-conv-2.0.1 (29 Sep 2010) + + 29 Sep 2010; Alexis Ballier <aballier@gentoo.org> +type-conv-2.0.1.ebuild: + version bump *type-conv-2.0.0 (03 Aug 2010) diff --git a/dev-ml/type-conv/type-conv-2.0.1.ebuild b/dev-ml/type-conv/type-conv-2.0.1.ebuild new file mode 100644 index 000000000000..f942e2442211 --- /dev/null +++ b/dev-ml/type-conv/type-conv-2.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.1.ebuild,v 1.1 2010/09/29 19:16:14 aballier Exp $ + +EAPI="2" + +inherit findlib + +DESCRIPTION="Mini library required for some other preprocessing libraries" +HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" +SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-lang/ocaml-3.12" +RDEPEND="${DEPEND}" + +src_install() { + findlib_src_preinst + emake install || die "make install failed" + dodoc README.txt Changelog +} |