public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pa_sexp_conv/
@ 2016-02-08 13:36 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2016-02-08 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ef39661d21b9a165e8ecaf6f6b3ecb72a85e4095
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 13:25:30 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 13:36:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef39661d

dev-ml/pa_sexp_conv: initial import; ebuild by me; compat for packages needed sexplib.syntax

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

 dev-ml/pa_sexp_conv/Manifest                      |  1 +
 dev-ml/pa_sexp_conv/metadata.xml                  |  8 ++++++++
 dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild | 24 +++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/pa_sexp_conv/Manifest b/dev-ml/pa_sexp_conv/Manifest
new file mode 100644
index 0000000..930ade2
--- /dev/null
+++ b/dev-ml/pa_sexp_conv/Manifest
@@ -0,0 +1 @@
+DIST pa_sexp_conv-113.00.01.tar.gz 73862 SHA256 f1930b810edd40b5432f17c755400dbf0635f63d86ea5edf2a68f7732801ea51 SHA512 91ad90290d48626a7e1fccb34a632e5ca02ea839f178b52da0ccbea8b27018c79ee8e83e808939e36ddbb78ad348892c53792dd41a2b007b6df947cde85873fd WHIRLPOOL 283050a49d0cf059e66f11abf0f1bef1036d5ee6a43d1c3b3c41e6afe9dcda3cb70ed41827572fc9cc39be2e5b7192793a3bda7041ee9677b633bfe9ba395fe5

diff --git a/dev-ml/pa_sexp_conv/metadata.xml b/dev-ml/pa_sexp_conv/metadata.xml
new file mode 100644
index 0000000..ffac4d7
--- /dev/null
+++ b/dev-ml/pa_sexp_conv/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>ml@gentoo.org</email>
+	<name>Gentoo ML Project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
new file mode 100644
index 0000000..12a8c18
--- /dev/null
+++ b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Deprecated camlp4 syntax extension for sexplib."
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="https://github.com/janestreet/pa_sexp_conv/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	dev-ml/type-conv:=
+	>=dev-ml/sexplib-113.24:=
+	dev-ml/camlp4:=
+"
+RDEPEND="${DEPEND}"
+DOCS=( README.md )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pa_sexp_conv/
@ 2017-04-02  8:38 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2017-04-02  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4f235276157a6d50042d16a3730c990331814823
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:55:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 08:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f235276

dev-ml/pa_sexp_conv: unversion sexplib dep

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
index 98f8db561ca..40892485b01 100644
--- a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
+++ b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ IUSE=""
 
 DEPEND="
 	dev-ml/type-conv:=
-	>=dev-ml/sexplib-113.24:=
+	dev-ml/sexplib:=
 	dev-ml/camlp4:=
 "
 RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2017-04-02  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 13:36 [gentoo-commits] repo/gentoo:master commit in: dev-ml/pa_sexp_conv/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-04-02  8:38 Alexis Ballier

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