diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:35:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:35:28 +0000 |
commit | 024e792028904135325d179371213f7214881b1b (patch) | |
tree | df5572215e2419962d95267500b0a9dccdd86504 /dev-ml/bin-prot | |
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/bin-prot')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-108.07.01.ebuild | 27 |
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}" |