summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-07 17:03:32 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-07 17:13:49 +0100
commitdc058590e88fb005faef9c3bf88af87a49c4f190 (patch)
tree2dc4ee9333dd135266b7269e17870b6dde218d5b /dev-ml/bin-prot
parentdev-ml/lambda-term: remove old (diff)
downloadgentoo-dc058590e88fb005faef9c3bf88af87a49c4f190.tar.gz
gentoo-dc058590e88fb005faef9c3bf88af87a49c4f190.tar.bz2
gentoo-dc058590e88fb005faef9c3bf88af87a49c4f190.zip
dev-ml/bin-prot: remove old
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/Manifest2
-rw-r--r--dev-ml/bin-prot/bin-prot-112.35.00.ebuild28
-rw-r--r--dev-ml/bin-prot/bin-prot-113.00.00.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest
index fdae94ae432b..c1ae3688b337 100644
--- a/dev-ml/bin-prot/Manifest
+++ b/dev-ml/bin-prot/Manifest
@@ -1,3 +1 @@
-DIST bin_prot-112.35.00.tar.gz 97483 SHA256 e97034e9548fa669decc0d386f1b52952a645d0f70297389b60e78ddef35bbbf SHA512 7958e315fd16528bedcdee541b6c7cdc2e088eb79eec5fda676fa72d3b57ddd495f203ad9d27cddf50b5aa3d98b00737b217ae6932d21617ce82ec7a1c4ada8c WHIRLPOOL 509fc7d0fffc9d3ecceb71c389c3f630407897daf75e8fa19c229a43bb23813a767bc1018f873f79a57bc4564740d630f061a40fd459ee11a67fabdfc744197a
-DIST bin_prot-113.00.00.tar.gz 97914 SHA256 06b409d26e4dfabcdd21ce0afefaed7900bdea73e3dc07bf60a5a2461a3ddf01 SHA512 6982c7a3f36d6ba322fc36b9ce8e32d9d79d82651135c69486b1523140d1aebbdd7070be7856b5ae1a2c83fa0f753ecb57d35371ea67d3a23ec4e7260d4dd8d0 WHIRLPOOL 47e63319e57b86570c00c43353456a49fa2943f97d72f05ae191e547912e137df4a07dd73722170b8740cc6dfe5f4a2b6e855264599772a4652f2422f0feb453
DIST bin_prot-113.24.00.tar.gz 278825 SHA256 d6124d8a3033680076b5a6787b9e77af6840503406c4de375b19c754579fd97f SHA512 1139dc3d3456f85c7b6514fc513c5e10a551c2a4a0e245793c8e731204edea5d9a5b5a326eed38b8169a1b9f3c00e761f8a3070c62827c53fe1d894f9d6aad52 WHIRLPOOL 375dceee9cea0ae22dd30d414f97c9282ab160267bfe53c3b848e0876a054c0be64cde3a7bf6b34d6df7f6a3cbc16b999368f889093b5cf7e0c11cad4af1b93c
diff --git a/dev-ml/bin-prot/bin-prot-112.35.00.ebuild b/dev-ml/bin-prot/bin-prot-112.35.00.ebuild
deleted file mode 100644
index fc9acbc3d919..000000000000
--- a/dev-ml/bin-prot/bin-prot-112.35.00.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-109.28.00:=
- dev-ml/camlp4:="
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.2 )"
-
-DOCS=( "README.md" "CHANGES.md" )
-S="${WORKDIR}/${MY_P}"
diff --git a/dev-ml/bin-prot/bin-prot-113.00.00.ebuild b/dev-ml/bin-prot/bin-prot-113.00.00.ebuild
deleted file mode 100644
index fc9acbc3d919..000000000000
--- a/dev-ml/bin-prot/bin-prot-113.00.00.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-109.28.00:=
- dev-ml/camlp4:="
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.2 )"
-
-DOCS=( "README.md" "CHANGES.md" )
-S="${WORKDIR}/${MY_P}"