summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-pcap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-pcap
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-pcap')
-rw-r--r--dev-ml/ocaml-pcap/Manifest3
-rw-r--r--dev-ml/ocaml-pcap/metadata.xml8
-rw-r--r--dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild33
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest
deleted file mode 100644
index a1338e18b1c3..000000000000
--- a/dev-ml/ocaml-pcap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-pcap-0.4.0.tar.gz 52694 BLAKE2B f5d9777b836ea569819ef904d128a72d4782d1cbcb60c0ba98e39aa92d374a5f6355e8549108b5ca7166e3d0cb6e0297e7e93983851f10817897dda20c59156b SHA512 cbcd33d7a557f1a05e5f12013e8dbe226a81a64822689452614dffedeecf8641ce2498e9c9322f80066977ef56a4130ee016816911b6871609d11a988cfcad0e
-EBUILD ocaml-pcap-0.4.0.ebuild 758 BLAKE2B 139398e0e6a6f9fb13058ecbb0fdc551073189f1c4076475728cc4a4d3a078507818ba295f362656cfc82eac1df54d8600d51e30b5cb088bc34afbc49d224611 SHA512 0636a09eca0a81787029ca47992e4ec036d70993a21032cf9480c053b51def1a5e17e9e0f6223c1632b52de4d86b4c935abfe3d1fbef1b0fb002cb91f4ed74cb
-MISC metadata.xml 262 BLAKE2B a07b85cd562662adf06cd75d60555671a8a6c3a98bdbe0670e261cdc39ee2e03bf0ff999e30a9511ee1261550f12ddffec766fd0401431afc256830da605d975 SHA512 f826894a52030140646a412bdbfaa1992e24ff4a51671d2d1edc2c76ff794fc6fb9696243e36470e3461c9059c61674c8fac4b5cdcc3c0a08a82cf449f1d5ea5
diff --git a/dev-ml/ocaml-pcap/metadata.xml b/dev-ml/ocaml-pcap/metadata.xml
deleted file mode 100644
index b08c52a1c62d..000000000000
--- a/dev-ml/ocaml-pcap/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">mirage/ocaml-pcap</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild
deleted file mode 100644
index 01eb83b0bfc0..000000000000
--- a/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Read and write pcap-formatted network packet traces."
-HOMEPAGE="https://github.com/mirage/ocaml-pcap https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Blockers taken from opam file and only relevant
-# if MirageOS should enter portage.
-RDEPEND="
- dev-ml/ocaml-ipaddr:=
- !dev-ml/mirage-net-socket
- !<dev-ml/mirage-0.9.2
- >=dev-ml/ocaml-cstruct-0.6.0:=[ppx(-)]
-"
-DEPEND="
- test? ( dev-ml/ounit
- >=dev-ml/lwt-2.4.0 )
- ${RDEPEND}
-"
-
-DOCS=( CHANGES MAINTAINERS README.md )