commit:     e6d7f31febf44b5a249862acec48b96213b14c84
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:00:17 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 16:13:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d7f31f

dev-ml/pgocaml: remove old

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

 dev-ml/pgocaml/Manifest             |  2 --
 dev-ml/pgocaml/metadata.xml         |  3 ---
 dev-ml/pgocaml/pgocaml-1.7.1.ebuild | 27 ---------------------------
 dev-ml/pgocaml/pgocaml-2.1.ebuild   | 29 -----------------------------
 4 files changed, 61 deletions(-)

diff --git a/dev-ml/pgocaml/Manifest b/dev-ml/pgocaml/Manifest
index 6675d92..80c64cd 100644
--- a/dev-ml/pgocaml/Manifest
+++ b/dev-ml/pgocaml/Manifest
@@ -1,3 +1 @@
-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
index dffab2d..76bbff9 100644
--- a/dev-ml/pgocaml/metadata.xml
+++ b/dev-ml/pgocaml/metadata.xml
@@ -5,7 +5,4 @@
                        <email>[email protected]</email>
                        <name>Gentoo ML Project</name>
                </maintainer>
-               <use>
-                       <flag name="batteries">Enable Batteries support instead 
of extlib</flag>
-               </use>
 </pkgmetadata>

diff --git a/dev-ml/pgocaml/pgocaml-1.7.1.ebuild 
b/dev-ml/pgocaml/pgocaml-1.7.1.ebuild
deleted file mode 100644
index a48ef38..0000000
--- a/dev-ml/pgocaml/pgocaml-1.7.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
deleted file mode 100644
index d3a1218..0000000
--- a/dev-ml/pgocaml/pgocaml-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.txt" "CHANGELOG.txt"
-       "doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
-       "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
-       )

Reply via email to