summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-08 11:32:14 +0000
commit3f42abb3fa2f6b7a7bfb19fd9a7ea025c4a6b584 (patch)
treec4e5f38f4a2f378c0a2e7be9cada5f71e3ea3f54 /dev-ml
parentversion bump (diff)
downloadgentoo-2-3f42abb3fa2f6b7a7bfb19fd9a7ea025c4a6b584.tar.gz
gentoo-2-3f42abb3fa2f6b7a7bfb19fd9a7ea025c4a6b584.tar.bz2
gentoo-2-3f42abb3fa2f6b7a7bfb19fd9a7ea025c4a6b584.zip
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/bin-prot/ChangeLog7
-rw-r--r--dev-ml/bin-prot/bin-prot-108.07.01.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index 3150cf8a54d7..58b2ee13e0b0 100644
--- a/dev-ml/bin-prot/ChangeLog
+++ b/dev-ml/bin-prot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/bin-prot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.17 2012/08/07 16:23:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.18 2012/10/08 11:32:14 aballier Exp $
+
+*bin-prot-108.07.01 (08 Oct 2012)
+
+ 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +bin-prot-108.07.01.ebuild:
+ version bump
07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-2.0.3.ebuild:
remove old
diff --git a/dev-ml/bin-prot/bin-prot-108.07.01.ebuild b/dev-ml/bin-prot/bin-prot-108.07.01.ebuild
new file mode 100644
index 000000000000..43395e23dc17
--- /dev/null
+++ b/dev-ml/bin-prot/bin-prot-108.07.01.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.07.01.ebuild,v 1.1 2012/10/08 11:32:14 aballier Exp $
+
+EAPI=3
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="A binary protocol generator"
+HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND=">=dev-ml/type-conv-3.0.5"
+DEPEND="${RDEPEND}
+ test? ( >=dev-ml/ounit-1.1.2 )"
+
+DOCS=( "README.md" "CHANGES.txt" )
+S="${WORKDIR}/${MY_P}"