summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-01-19 15:34:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-01-19 15:34:42 +0000
commit0f6f7cb8909ba409776bc893ca758b5364568312 (patch)
treeebad2ed8bbe1a5d08c305720853e099fb5f53a6c /dev-ml
parentgnome-extra/synapse: Set max version for vala (diff)
downloadgentoo-2-0f6f7cb8909ba409776bc893ca758b5364568312.tar.gz
gentoo-2-0f6f7cb8909ba409776bc893ca758b5364568312.tar.bz2
gentoo-2-0f6f7cb8909ba409776bc893ca758b5364568312.zip
initial import
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pa_test/ChangeLog10
-rw-r--r--dev-ml/pa_test/metadata.xml5
-rw-r--r--dev-ml/pa_test/pa_test-109.53.02.ebuild26
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-ml/pa_test/ChangeLog b/dev-ml/pa_test/ChangeLog
new file mode 100644
index 000000000000..c6728fbe8339
--- /dev/null
+++ b/dev-ml/pa_test/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/pa_test
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.1 2014/01/19 15:34:42 aballier Exp $
+
+*pa_test-109.53.02 (19 Jan 2014)
+
+ 19 Jan 2014; Alexis Ballier <aballier@gentoo.org> +pa_test-109.53.02.ebuild,
+ +metadata.xml:
+ initial import
+
diff --git a/dev-ml/pa_test/metadata.xml b/dev-ml/pa_test/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/pa_test/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+</pkgmetadata>
diff --git a/dev-ml/pa_test/pa_test-109.53.02.ebuild b/dev-ml/pa_test/pa_test-109.53.02.ebuild
new file mode 100644
index 000000000000..3b645f895a2c
--- /dev/null
+++ b/dev-ml/pa_test/pa_test-109.53.02.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-109.53.02.ebuild,v 1.1 2014/01/19 15:34:42 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Quotation expanders for assertions"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-${PV}:=
+ dev-ml/sexplib:=
+ >=dev-ml/core_kernel-109.60.00:=
+ dev-ml/comparelib:=
+ "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"