diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-01-19 14:14:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-01-19 14:14:23 +0000 |
commit | 38b4d991fc915fdd6c001931db9e97778dc142f7 (patch) | |
tree | d72f4c471adf855c454d425043b1d557aa8d6b49 /dev-ml | |
parent | vanilla-3.2.54 + genpatches-3.2-16 + grsecurity-3.0-3.2.54-201401160931 (diff) | |
download | gentoo-2-38b4d991fc915fdd6c001931db9e97778dc142f7.tar.gz gentoo-2-38b4d991fc915fdd6c001931db9e97778dc142f7.tar.bz2 gentoo-2-38b4d991fc915fdd6c001931db9e97778dc142f7.zip |
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-109.53.02.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index c75c928a98e9..e30ab6d9f1f8 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.26 2013/08/16 23:04:33 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.27 2014/01/19 14:14:23 aballier Exp $ + +*bin-prot-109.53.02 (19 Jan 2014) + + 19 Jan 2014; Alexis Ballier <aballier@gentoo.org> +bin-prot-109.53.02.ebuild: + version bump 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> -bin-prot-109.08.00.ebuild, -bin-prot-109.11.00.ebuild, -bin-prot-109.15.00.ebuild: diff --git a/dev-ml/bin-prot/bin-prot-109.53.02.ebuild b/dev-ml/bin-prot/bin-prot-109.53.02.ebuild new file mode 100644 index 000000000000..2d0f0ebb3ab6 --- /dev/null +++ b/dev-ml/bin-prot/bin-prot-109.53.02.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-109.53.02.ebuild,v 1.1 2014/01/19 14:14:23 aballier Exp $ + +EAPI=5 + +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%.*}.00/individual/${MY_P}.tar.gz + http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="doc" + +RDEPEND=">=dev-ml/type-conv-109.28.00:=" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.2 )" + +DOCS=( "README.md" "CHANGES.txt" ) +S="${WORKDIR}/${MY_P}" |