diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 21:54:29 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 21:59:02 +0100 |
commit | 60da52ea5592798111e003cbc209ab299acad8dc (patch) | |
tree | a3ffaa007fa8609978f08bfc0ca10017c11fd02a /dev-ml/ocaml-ipaddr | |
parent | dev-ml/ocaml-ipaddr: restrict sexplib dep, based on opam dep (diff) | |
download | gentoo-60da52ea5592798111e003cbc209ab299acad8dc.tar.gz gentoo-60da52ea5592798111e003cbc209ab299acad8dc.tar.bz2 gentoo-60da52ea5592798111e003cbc209ab299acad8dc.zip |
dev-ml/ocaml-ipaddr: remove old
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ipaddr')
-rw-r--r-- | dev-ml/ocaml-ipaddr/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/ocaml-ipaddr/Manifest b/dev-ml/ocaml-ipaddr/Manifest index e1bcc4b3ea1c..d06da58ad9e2 100644 --- a/dev-ml/ocaml-ipaddr/Manifest +++ b/dev-ml/ocaml-ipaddr/Manifest @@ -1,2 +1 @@ -DIST ocaml-ipaddr-2.5.0.tar.gz 62338 SHA256 2724acccc92885cbb7adeffd0c5bb4350a0eb2334ec92181e0ed172d7fa7fa7e SHA512 acf2f80d2f5d97787784bb96188d0af69138b69257ec404890e543dcd610554038dd2b069069a1e0cd4ab803e6659e4a908964cd8ae5aadb93403b9638c1320f WHIRLPOOL b1161adeabd4676a4f7e789a5ff6c7809794a2907280f4d5efeb284242181d5a15e8613345513687cb54edf03859e23899752c198fcd37adfc44b983a795c0df DIST ocaml-ipaddr-2.6.1.tar.gz 64458 SHA256 7051013d8f58abff433187d70cd7ddd7a6b49a6fbe6cad1893f571f65b8ed3d0 SHA512 a22382b5118caf0a29322e52d40523cbf52edd21d477c2e4581a5f70441b71f948b75ff7d55a7cf6c32f0e68c430c3aff59a05d9514b29e858ff78f4c649c4c6 WHIRLPOOL 418a3bcbef9a1198962bd5d09381756520eaced7e86f8ba204810b786187cfb6e020019da331d85e11d510fa744802c66d52a450fb31a9ff8a418004ff1d4cbe diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild deleted file mode 100644 index 56b577ee436c..000000000000 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 ) |