summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-08 11:33:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-08 11:33:10 +0000
commit3001eaefa2e5ba000557daa4e9e7dbf0fe9ef5ad (patch)
tree64c44eb9e2bb79d3192a2aae4927f25c724be981 /dev-ml/sexplib
parentversion bump (diff)
downloadgentoo-2-3001eaefa2e5ba000557daa4e9e7dbf0fe9ef5ad.tar.gz
gentoo-2-3001eaefa2e5ba000557daa4e9e7dbf0fe9ef5ad.tar.bz2
gentoo-2-3001eaefa2e5ba000557daa4e9e7dbf0fe9ef5ad.zip
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/sexplib')
-rw-r--r--dev-ml/sexplib/ChangeLog7
-rw-r--r--dev-ml/sexplib/sexplib-108.07.01.ebuild24
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" )