From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-ml/pgocaml/Manifest | 3 +++ dev-ml/pgocaml/metadata.xml | 8 ++++++++ dev-ml/pgocaml/pgocaml-1.7.1.ebuild | 27 +++++++++++++++++++++++++++ dev-ml/pgocaml/pgocaml-2.1.ebuild | 29 +++++++++++++++++++++++++++++ dev-ml/pgocaml/pgocaml-2.2.ebuild | 29 +++++++++++++++++++++++++++++ 5 files changed, 96 insertions(+) create mode 100644 dev-ml/pgocaml/Manifest create mode 100644 dev-ml/pgocaml/metadata.xml create mode 100644 dev-ml/pgocaml/pgocaml-1.7.1.ebuild create mode 100644 dev-ml/pgocaml/pgocaml-2.1.ebuild create mode 100644 dev-ml/pgocaml/pgocaml-2.2.ebuild (limited to 'dev-ml/pgocaml') diff --git a/dev-ml/pgocaml/Manifest b/dev-ml/pgocaml/Manifest new file mode 100644 index 00000000000..6675d925176 --- /dev/null +++ b/dev-ml/pgocaml/Manifest @@ -0,0 +1,3 @@ +DIST pgocaml-1.7.1.tgz 79890 SHA256 f7c843032455f83c8d1f15de9a7012441ab28e5ec6d06deabb2526859a4afb55 SHA512 47b99bebc27dc64641cab65890e89217d1f256bac953b33a01dcf62c838b251d49097c88642a3b14f6325941c2b2f97b68f14209463f431000587b3d20ff5372 WHIRLPOOL bd2ae32896aed6d7d19baaffffc5ba8815c3be6296984835b531161beb443d360a0b401192f5dc6a8c5a68825b63376b4e03842d72143ab1e060ffd9b6845e85 +DIST pgocaml-2.1.tgz 88596 SHA256 d547490fd8b4a7f6c739d919a90af8b952af78f47367a5dc45e59f0a2b85fc54 SHA512 55138dac355a060d8f6cc234fa1954d2af453a2265d6b1cbe332db11cc04754c844d830233af0f6a3faf223adf6f22e52704f389b59974db4d51c386a6ee43d7 WHIRLPOOL 6e807d47e0dc539dc70b554bd7b37bff9c5df05d7269e3593179260600bec6ae70f5ee6fb3f2bf6278335240d12936380100e38a3f99147ab2d453f618a2d426 +DIST pgocaml-2.2.tgz 88613 SHA256 3027ca823f9f3db24475bd36e5628ee259605d72048d889be3b7e32c3e850d74 SHA512 1358e377d46aeb8fa00f44ba47dcc61097919584accc96264ae751cd2d6b8380dd2135109d5f6bf7963f3b448ee59046210c6335a3750deed4ad0ce5fc0a9d8d WHIRLPOOL 53da87c02670d493ff0dd12c467d69bac630aa9fe5141be074f328722c305611ad951d14fafe941961dd40d4b6af012ef4e3a305bb6df96734c13f01473c4520 diff --git a/dev-ml/pgocaml/metadata.xml b/dev-ml/pgocaml/metadata.xml new file mode 100644 index 00000000000..2bf9f17d935 --- /dev/null +++ b/dev-ml/pgocaml/metadata.xml @@ -0,0 +1,8 @@ + + + +ml + + Enable Batteries support instead of extlib + + diff --git a/dev-ml/pgocaml/pgocaml-1.7.1.ebuild b/dev-ml/pgocaml/pgocaml-1.7.1.ebuild new file mode 100644 index 00000000000..a48ef3813c3 --- /dev/null +++ b/dev-ml/pgocaml/pgocaml-1.7.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit oasis + +DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database" +HOMEPAGE="http://pgocaml.forge.ocamlcore.org/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1099/${P}.tgz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="doc batteries" + +DEPEND="dev-ml/calendar:= + >=dev-ml/batteries-2:= + dev-ml/csv:= + dev-ml/pcre-ocaml:=" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" "CHANGELOG.txt" + "doc/BUGS.txt" "doc/CONTRIBUTORS.txt" + "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt" + ) diff --git a/dev-ml/pgocaml/pgocaml-2.1.ebuild b/dev-ml/pgocaml/pgocaml-2.1.ebuild new file mode 100644 index 00000000000..d3a12188e27 --- /dev/null +++ b/dev-ml/pgocaml/pgocaml-2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database" +HOMEPAGE="http://pgocaml.forge.ocamlcore.org/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1413/${P}.tgz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND="dev-ml/calendar:= + dev-ml/csv:= + dev-ml/pcre-ocaml:= + || ( dev-ml/camlp4:=