diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-05-19 06:19:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-05-19 06:19:09 +0000 |
commit | 17262d9b820bf8dd28930b039aa5df4874f17192 (patch) | |
tree | 2a5217c3f58ae5be17888f6c46a22ae74ddc7745 /dev-ml/type-conv | |
parent | version bump (diff) | |
download | gentoo-2-17262d9b820bf8dd28930b039aa5df4874f17192.tar.gz gentoo-2-17262d9b820bf8dd28930b039aa5df4874f17192.tar.bz2 gentoo-2-17262d9b820bf8dd28930b039aa5df4874f17192.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 | 9 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-1.7.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index 5d73865195c7..d43f31b91c9b 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.2 2009/09/26 12:23:48 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.3 2010/05/19 06:19:09 aballier Exp $ + +*type-conv-1.7.0 (19 May 2010) + + 19 May 2010; Alexis Ballier <aballier@gentoo.org> +type-conv-1.7.0.ebuild: + version bump *type-conv-1.6.10 (26 Sep 2009) diff --git a/dev-ml/type-conv/type-conv-1.7.0.ebuild b/dev-ml/type-conv/type-conv-1.7.0.ebuild new file mode 100644 index 000000000000..621246802844 --- /dev/null +++ b/dev-ml/type-conv/type-conv-1.7.0.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.0.ebuild,v 1.1 2010/05/19 06:19:09 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 +} |