diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 20:13:05 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 20:31:40 +0100 |
commit | dac7f01576995dc22905d40f1bf0784856b71bbe (patch) | |
tree | d5ff195e2c115862f8535190e38163e68bf40491 /dev-ml | |
parent | www-servers/ocsigenserver: add missing camlp4 usedep on pgocaml (diff) | |
download | gentoo-dac7f01576995dc22905d40f1bf0784856b71bbe.tar.gz gentoo-dac7f01576995dc22905d40f1bf0784856b71bbe.tar.bz2 gentoo-dac7f01576995dc22905d40f1bf0784856b71bbe.zip |
dev-ml/pgocaml: remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pgocaml/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pgocaml/pgocaml-2.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/pgocaml/Manifest b/dev-ml/pgocaml/Manifest index 97c8a308c5fa..98646e3895e6 100644 --- a/dev-ml/pgocaml/Manifest +++ b/dev-ml/pgocaml/Manifest @@ -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 index 4f914dcc8311..000000000000 --- a/dev-ml/pgocaml/pgocaml-2.2.ebuild +++ /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" - ) |