diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-02-20 17:50:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-02-20 17:50:30 +0000 |
commit | 63e202d46c50ae0583ea39742161f00388a97cc1 (patch) | |
tree | e2b958181cdaeece81bab0470a4e07cac8eaa274 /dev-ml | |
parent | Break up lohit-fonts into individual packages, as is done upstream (bug #3991... (diff) | |
download | gentoo-2-63e202d46c50ae0583ea39742161f00388a97cc1.tar.gz gentoo-2-63e202d46c50ae0583ea39742161f00388a97cc1.tar.bz2 gentoo-2-63e202d46c50ae0583ea39742161f00388a97cc1.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ipaddr/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ml/ocaml-ipaddr/ChangeLog b/dev-ml/ocaml-ipaddr/ChangeLog index 084054404d65..8994b749d5b2 100644 --- a/dev-ml/ocaml-ipaddr/ChangeLog +++ b/dev-ml/ocaml-ipaddr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocaml-ipaddr -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.1 2014/12/01 09:59:25 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.2 2015/02/20 17:50:30 aballier Exp $ + +*ocaml-ipaddr-2.6.1 (20 Feb 2015) + + 20 Feb 2015; Alexis Ballier <aballier@gentoo.org> +ocaml-ipaddr-2.6.1.ebuild: + version bump *ocaml-ipaddr-2.5.0 (01 Dec 2014) diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild new file mode 100644 index 000000000000..9b5f1c972ad1 --- /dev/null +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild,v 1.1 2015/02/20 17:50:30 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="OCaml library for manipulation of IP (and MAC) address representations" +HOMEPAGE="https://github.com/mirage/ocaml-ipaddr" +SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/sexplib:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES README.md ) |