dev-ml/pgocaml: remove old
authorAlexis Ballier <aballier@gentoo.org>
Wed, 7 Dec 2016 19:13:05 +0000 (20:13 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 7 Dec 2016 19:31:40 +0000 (20:31 +0100)
Package-Manager: portage-2.3.3

dev-ml/pgocaml/Manifest
dev-ml/pgocaml/pgocaml-2.2.ebuild [deleted file]

index 97c8a308c5fa8302f10ad6d349448be75cf7cb5b..98646e3895e636b4af88f82c0f06e0017aa7bea3 100644 (file)
@@ -1,2 +1 @@
-DIST pgocaml-2.2.tgz 88613 SHA256 3027ca823f9f3db24475bd36e5628ee259605d72048d889be3b7e32c3e850d74 SHA512 1358e377d46aeb8fa00f44ba47dcc61097919584accc96264ae751cd2d6b8380dd2135109d5f6bf7963f3b448ee59046210c6335a3750deed4ad0ce5fc0a9d8d WHIRLPOOL 53da87c02670d493ff0dd12c467d69bac630aa9fe5141be074f328722c305611ad951d14fafe941961dd40d4b6af012ef4e3a305bb6df96734c13f01473c4520
 DIST pgocaml-2.3.tgz 90383 SHA256 ef8ec253a752eb31e535d845440185b95c4de31db8c5c955e79638b669af9ea2 SHA512 f42ca8ccf31f9e03cfa9f81a9cd19c2a6010c33f5a578e76924683fd10ab4acf2727b09b71c5a8f200bc39765a5d876a289976fea367b49ae54335c007fd3ff7 WHIRLPOOL 48a8adb944db6bce29f818f287d47b35d0b776f3eb5bb68e0e835a4ac451405d46bbd3fcdc14c1ee9542f9b0afecd5e7b98a2f74d32fdbb7efe61c232414a0f7
diff --git a/dev-ml/pgocaml/pgocaml-2.2.ebuild b/dev-ml/pgocaml/pgocaml-2.2.ebuild
deleted file mode 100644 (file)
index 4f914dc..0000000
+++ /dev/null
@@ -1,29 +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
-
-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/1506/${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:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.txt" "CHANGELOG.txt"
-       "doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
-       "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
-       )