diff options
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-4.2.16.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 44980d79f340..a911b8f73b70 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/sexplib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.4 2010/01/03 15:09:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.5 2010/04/12 06:38:38 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> -sexplib-4.2.16.ebuild: + remove old *sexplib-4.2.17 (03 Jan 2010) diff --git a/dev-ml/sexplib/sexplib-4.2.16.ebuild b/dev-ml/sexplib/sexplib-4.2.16.ebuild deleted file mode 100644 index b9572b911c6f..000000000000 --- a/dev-ml/sexplib/sexplib-4.2.16.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-4.2.16.ebuild,v 1.1 2009/10/13 07:05:11 aballier Exp $ - -EAPI="2" - -inherit findlib - -DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://ocaml.info/ocaml_sources/${PN}310-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -S=${WORKDIR}/${PN}310-${PV}/lib - -DEPEND=">=dev-lang/ocaml-3.10[ocamlopt] - dev-ml/type-conv" -RDEPEND="${DEPEND}" - -src_compile() { - emake -j1 || die -} - -src_test() { - cd "${S}/../lib_test" - emake -j1 || die - ./conv_test || die - ./sexp_test < test.sexp || die -} - -src_install() { - findlib_src_preinst - emake install || die "make install failed" - dodoc ../README.txt ../Changelog -} |