diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:10:24 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:13:49 +0100 |
commit | a256569d671b387080a035ed2853dca234994452 (patch) | |
tree | da629a132dee05ab7b7cd28f92020f77ffe7f33c /dev-ml/typerep | |
parent | dev-ml/typerep_extended: remove old (diff) | |
download | gentoo-a256569d671b387080a035ed2853dca234994452.tar.gz gentoo-a256569d671b387080a035ed2853dca234994452.tar.bz2 gentoo-a256569d671b387080a035ed2853dca234994452.zip |
dev-ml/typerep: remove old
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r-- | dev-ml/typerep/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/typerep/typerep-112.35.00.ebuild | 25 | ||||
-rw-r--r-- | dev-ml/typerep/typerep-113.00.00.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest index 930ea09da2bd..e4fa0547453e 100644 --- a/dev-ml/typerep/Manifest +++ b/dev-ml/typerep/Manifest @@ -1,3 +1 @@ -DIST typerep-112.35.00.tar.gz 115477 SHA256 a14d6f6d29be27d8bbae980d843cfc352039692ec3e7af2f616bbc6a7624c144 SHA512 5fa340461165c98e16a99564c83c6dd6e357d3f6d948281e122f26110bf78daf0615708f94a4b23b76484d9d49f03993507f2cb63134d978d317b00175fe0320 WHIRLPOOL 5a5ea8efeb36018a05b7546f0a54d4bdf4367a1ad5c320545bd274bde7250b054a16609d2953ebea8a0f5b05a36ae1714c2a04c5350ce6c387a35a3de6aa9b57 -DIST typerep-113.00.00.tar.gz 115485 SHA256 68a4ffa1129107aee97c0bfd240abf1678405372983ba85ce96ae1e962e463ef SHA512 d1537a36dc457cbdd1c11ec2b00e35e1e1045aef20f568d264c208ad60265bc01bb4c939f585914f66290a99611394a9095edcb7a55a44bf617b1219431bcfbc WHIRLPOOL deae408e107e1e0983dffcc94d431b33fa6356a72611a3b4f6d38671156bab7edde4017a5a6b6c7d94e6d5596a354d56231a663291496a3967d9da15b6873c5d DIST typerep-113.24.00.tar.gz 71153 SHA256 838906c155d682644b3e6b55fad480f7ac93c03eb51a1d126665b4f2aa830e8b SHA512 3126d89cdfa8f052a2af3937fd9a1d205f18b26b761094a71518329b07f443da06f2db9fc79a22da621f5b2af91a352eda3119b73c3fd0fe80bf882da952d796 WHIRLPOOL 01a8864a6e66dcc21fe5d79156a298a7b51c99e0d6a08b48256f904baaa9b2bae6370e267d95f282922b455bbdfe3d72cdce802cb78515f42b46f264918e34db diff --git a/dev-ml/typerep/typerep-112.35.00.ebuild b/dev-ml/typerep/typerep-112.35.00.ebuild deleted file mode 100644 index c5f353aa6fc4..000000000000 --- a/dev-ml/typerep/typerep-112.35.00.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Library for creating runtime representation of OCaml types" -HOMEPAGE="http://www.janestreet.com/ocaml" -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="" - -DEPEND=" - >=dev-ml/type-conv-111.13:= - dev-ml/camlp4:=" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/typerep/typerep-113.00.00.ebuild b/dev-ml/typerep/typerep-113.00.00.ebuild deleted file mode 100644 index c5f353aa6fc4..000000000000 --- a/dev-ml/typerep/typerep-113.00.00.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Library for creating runtime representation of OCaml types" -HOMEPAGE="http://www.janestreet.com/ocaml" -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="" - -DEPEND=" - >=dev-ml/type-conv-111.13:= - dev-ml/camlp4:=" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" |