diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-09 07:03:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-09 07:03:18 +0000 |
commit | b337cd143b5d446244bf896f2fc3e567249615d4 (patch) | |
tree | e1e1529a32b87ae962053ae68674cddb9aa38199 /dev-ml/type-conv | |
parent | Stable on amd64 wrt bug #322691 (diff) | |
download | gentoo-2-b337cd143b5d446244bf896f2fc3e567249615d4.tar.gz gentoo-2-b337cd143b5d446244bf896f2fc3e567249615d4.tar.bz2 gentoo-2-b337cd143b5d446244bf896f2fc3e567249615d4.zip |
version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r-- | dev-ml/type-conv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-1.7.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 57191c2ec4f3..f7934eeb67d8 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.4 2010/05/25 11:47:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.5 2010/06/09 07:03:18 aballier Exp $ + +*type-conv-1.7.1 (09 Jun 2010) + + 09 Jun 2010; Alexis Ballier <aballier@gentoo.org> +type-conv-1.7.1.ebuild: + version bump 25 May 2010; Alexis Ballier <aballier@gentoo.org> -type-conv-1.6.10.ebuild: diff --git a/dev-ml/type-conv/type-conv-1.7.1.ebuild b/dev-ml/type-conv/type-conv-1.7.1.ebuild new file mode 100644 index 000000000000..c4fcd625c22e --- /dev/null +++ b/dev-ml/type-conv/type-conv-1.7.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-1.7.1.ebuild,v 1.1 2010/06/09 07:03:18 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.10" +RDEPEND="${DEPEND}" + +src_install() { + findlib_src_preinst + emake install || die "make install failed" + dodoc README.txt Changelog +} |