public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/
@ 2015-10-17 17:21 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2015-10-17 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     80692cdd3f404bf61be06c0ca3b64e9c7fd17b51
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Oct 16 12:29:36 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 17:21:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80692cdd

dev-ml/ocaml-pcap: new ebuild

- needed as a transitive dependency of Libre S3 1.1 (net-misc/libres3)
- explicit support for MirageOS is not enabled

 dev-ml/ocaml-pcap/Manifest                |  1 +
 dev-ml/ocaml-pcap/metadata.xml            |  9 ++++++++
 dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild | 34 +++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest
new file mode 100644
index 0000000..b066fa9
--- /dev/null
+++ b/dev-ml/ocaml-pcap/Manifest
@@ -0,0 +1 @@
+DIST ocaml-pcap-0.3.3.tar.gz 45752 SHA256 9419a1701310b2d9130be3d305a6e2cb0cb2c8da0348a6c9fc49bbe2a5d6ae76 SHA512 732f895c08b114aef34ea3b776c69d67696e290f2a2952405b75097ce0253fcc8a754dd223ac4ce98b134786f46c328cc2510f7313c4c8c4042d242a1a4de8a1 WHIRLPOOL 0a39017e791e1031b0f1500e3f9eb055db66dda3c35c0ba027f579f4a3066c824bb066733cce9ab07e37e679694bc909ef0b3c812b71570a1563e5a28121b00d

diff --git a/dev-ml/ocaml-pcap/metadata.xml b/dev-ml/ocaml-pcap/metadata.xml
new file mode 100644
index 0000000..a33970c
--- /dev/null
+++ b/dev-ml/ocaml-pcap/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>ml</herd>
+    <herd>proxy-maintainers</herd>
+    <maintainer>
+        <email>tomboy64@sina.cn</email>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
new file mode 100644
index 0000000..8d7f9d7
--- /dev/null
+++ b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/${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:=[camlp4(-)]
+"
+DEPEND="
+	test? ( dev-ml/ounit
+		>=dev-ml/lwt-2.4.0 )
+	${RDEPEND}
+"
+
+DOCS=( CHANGES MAINTAINERS README.md )


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/
@ 2016-02-10 10:32 Ian Delaney
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney @ 2016-02-10 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     58c6f679a945adc0ab5255ad5eb892530bf05bd1
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Wed Feb 10 09:37:29 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 09:37:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c6f679

dev-ml/ocaml-pcap: update metadata.xml to contain a name-tag for tomboy64 <AT> sina.cn

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 dev-ml/ocaml-pcap/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/ocaml-pcap/metadata.xml b/dev-ml/ocaml-pcap/metadata.xml
index 656bb5b..8f02043 100644
--- a/dev-ml/ocaml-pcap/metadata.xml
+++ b/dev-ml/ocaml-pcap/metadata.xml
@@ -3,6 +3,8 @@
 <pkgmetadata>
     <maintainer type="person">
         <email>tomboy64@sina.cn</email>
+        <name>M.B.</name>
+        <description>Maintainer, assign bugs to him</description>
     </maintainer>
     <maintainer type="project">
         <email>ml@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/
@ 2016-05-03  9:14 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2016-05-03  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd3dc88c96dc583d7ffad9d4194cd273d39808f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 18:44:19 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  3 09:13:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd3dc88

dev-ml/ocaml-pcap: bump to 0.4.0

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ocaml-pcap/Manifest                |  1 +
 dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest
index b066fa9..b395caa 100644
--- a/dev-ml/ocaml-pcap/Manifest
+++ b/dev-ml/ocaml-pcap/Manifest
@@ -1 +1,2 @@
 DIST ocaml-pcap-0.3.3.tar.gz 45752 SHA256 9419a1701310b2d9130be3d305a6e2cb0cb2c8da0348a6c9fc49bbe2a5d6ae76 SHA512 732f895c08b114aef34ea3b776c69d67696e290f2a2952405b75097ce0253fcc8a754dd223ac4ce98b134786f46c328cc2510f7313c4c8c4042d242a1a4de8a1 WHIRLPOOL 0a39017e791e1031b0f1500e3f9eb055db66dda3c35c0ba027f579f4a3066c824bb066733cce9ab07e37e679694bc909ef0b3c812b71570a1563e5a28121b00d
+DIST ocaml-pcap-0.4.0.tar.gz 52694 SHA256 abf4cd0da26ae70de26c7b395d53b1983ab4c9ab7f81322a1df56c039a373e6a SHA512 cbcd33d7a557f1a05e5f12013e8dbe226a81a64822689452614dffedeecf8641ce2498e9c9322f80066977ef56a4130ee016816911b6871609d11a988cfcad0e WHIRLPOOL 0b87ede6a7740dec323f8a5592e69f55af0dcd825cdfed4d9834a3d0059f7d5c90c6036e84e23d375f282454e4901dd2b0dbda2e4c854711a6999604ccb80a27

diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild
new file mode 100644
index 0000000..7d13ee5
--- /dev/null
+++ b/dev-ml/ocaml-pcap/ocaml-pcap-0.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/
@ 2016-07-01 14:33 Alexis Ballier
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2016-07-01 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     741de0ec9cff5893788aaae9fd4176fb0f3ba4ab
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 14:32:33 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 14:33:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741de0ec

dev-ml/ocaml-pcap: remove old

Package-Manager: portage-2.3.0

 dev-ml/ocaml-pcap/Manifest                |  1 -
 dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild | 34 -------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest
index b395caa..55d1fa2 100644
--- a/dev-ml/ocaml-pcap/Manifest
+++ b/dev-ml/ocaml-pcap/Manifest
@@ -1,2 +1 @@
-DIST ocaml-pcap-0.3.3.tar.gz 45752 SHA256 9419a1701310b2d9130be3d305a6e2cb0cb2c8da0348a6c9fc49bbe2a5d6ae76 SHA512 732f895c08b114aef34ea3b776c69d67696e290f2a2952405b75097ce0253fcc8a754dd223ac4ce98b134786f46c328cc2510f7313c4c8c4042d242a1a4de8a1 WHIRLPOOL 0a39017e791e1031b0f1500e3f9eb055db66dda3c35c0ba027f579f4a3066c824bb066733cce9ab07e37e679694bc909ef0b3c812b71570a1563e5a28121b00d
 DIST ocaml-pcap-0.4.0.tar.gz 52694 SHA256 abf4cd0da26ae70de26c7b395d53b1983ab4c9ab7f81322a1df56c039a373e6a SHA512 cbcd33d7a557f1a05e5f12013e8dbe226a81a64822689452614dffedeecf8641ce2498e9c9322f80066977ef56a4130ee016816911b6871609d11a988cfcad0e WHIRLPOOL 0b87ede6a7740dec323f8a5592e69f55af0dcd825cdfed4d9834a3d0059f7d5c90c6036e84e23d375f282454e4901dd2b0dbda2e4c854711a6999604ccb80a27

diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
deleted file mode 100644
index 8d7f9d7..0000000
--- a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/${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:=[camlp4(-)]
-"
-DEPEND="
-	test? ( dev-ml/ounit
-		>=dev-ml/lwt-2.4.0 )
-	${RDEPEND}
-"
-
-DOCS=( CHANGES MAINTAINERS README.md )


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-01 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 10:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/ Ian Delaney
  -- strict thread matches above, loose matches on Subject: below --
2016-07-01 14:33 Alexis Ballier
2016-05-03  9:14 Alexis Ballier
2015-10-17 17:21 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox