diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:22:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:03:03 +0200 |
commit | 95170a75db4a6d363274cbd8b1cf40dcd46fc94c (patch) | |
tree | b161cc35bacb940d1555f1dc2f957e618698c23c /dev-ml | |
parent | dev-ml/comparelib: remove old (diff) | |
download | gentoo-95170a75db4a6d363274cbd8b1cf40dcd46fc94c.tar.gz gentoo-95170a75db4a6d363274cbd8b1cf40dcd46fc94c.tar.bz2 gentoo-95170a75db4a6d363274cbd8b1cf40dcd46fc94c.zip |
dev-ml/bin-prot: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-112.17.00.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-112.24.00.ebuild | 28 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest index f50936194d6b..93652ebcb5c1 100644 --- a/dev-ml/bin-prot/Manifest +++ b/dev-ml/bin-prot/Manifest @@ -1,3 +1 @@ -DIST bin_prot-112.17.00.tar.gz 94952 SHA256 cd09c9eb5c347dea2f58cc0986ff87f5f575b5b6a8365d0ec97391c7d90f5395 SHA512 e2e9b24e4fd7169024adb00c76ad6580c8fef9985e1447f94d89b374b46e79d51c4849412991a81b711d08f48b076d33a296a86aacb045bac46fcb4d2a9fcd8b WHIRLPOOL fb707a65a661cb665310163824778942d831ad003453647a4f5dea72a895faa74b2ec7e362940ca45065a9a3f7cb9bf11913474161c47e59f80b650683c5a1db -DIST bin_prot-112.24.tar.gz 95085 SHA256 dc0c978a825c7c123990af3317637c218f61079e6f35dc878260651084f1adb4 SHA512 4495349db1ad8a09a404c354415afc3c8f719ba8bd0e792aedef60c92b2f2222d91dba1cbf5d117cbd08ac14674d6cd1733667cab6f16a5cd738eca6d2ec4ef1 WHIRLPOOL c825db972508d404188ced258cb6d96d6c86140b4e12697586b3cdbd1997b4651ef1bb452edb92f44fec31afb17df952891a1fa4d475d33f8147cc131bf63eae DIST bin_prot-112.35.00.tar.gz 97483 SHA256 e97034e9548fa669decc0d386f1b52952a645d0f70297389b60e78ddef35bbbf SHA512 7958e315fd16528bedcdee541b6c7cdc2e088eb79eec5fda676fa72d3b57ddd495f203ad9d27cddf50b5aa3d98b00737b217ae6932d21617ce82ec7a1c4ada8c WHIRLPOOL 509fc7d0fffc9d3ecceb71c389c3f630407897daf75e8fa19c229a43bb23813a767bc1018f873f79a57bc4564740d630f061a40fd459ee11a67fabdfc744197a diff --git a/dev-ml/bin-prot/bin-prot-112.17.00.ebuild b/dev-ml/bin-prot/bin-prot-112.17.00.ebuild deleted file mode 100644 index fc9acbc3d919..000000000000 --- a/dev-ml/bin-prot/bin-prot-112.17.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-112.24.00.ebuild b/dev-ml/bin-prot/bin-prot-112.24.00.ebuild deleted file mode 100644 index 78442d745fcf..000000000000 --- a/dev-ml/bin-prot/bin-prot-112.24.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}" |