diff options
author | 2012-10-08 11:35:28 +0000 | |
---|---|---|
committer | 2012-10-08 11:35:28 +0000 | |
commit | 024e792028904135325d179371213f7214881b1b (patch) | |
tree | df5572215e2419962d95267500b0a9dccdd86504 /dev-ml/sexplib | |
parent | x86 stable, see bug 384471 (diff) | |
download | historical-024e792028904135325d179371213f7214881b1b.tar.gz historical-024e792028904135325d179371213f7214881b1b.tar.bz2 historical-024e792028904135325d179371213f7214881b1b.zip |
version bump
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/sexplib')
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-108.07.01.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 37f97cfa0436..529bdbe9936b 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/sexplib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.18 2012/08/07 16:36:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.19 2012/10/08 11:33:10 aballier Exp $ + +*sexplib-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +sexplib-108.07.01.ebuild: + version bump 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.4.ebuild, -sexplib-7.0.5.ebuild: diff --git a/dev-ml/sexplib/sexplib-108.07.01.ebuild b/dev-ml/sexplib/sexplib-108.07.01.ebuild new file mode 100644 index 000000000000..0de09ce2ff10 --- /dev/null +++ b/dev-ml/sexplib/sexplib-108.07.01.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:10 aballier Exp $ + +EAPI=3 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.00.01" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "CHANGES.txt" ) |