diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:01:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:02:59 +0200 |
commit | 2dcee450ec0efbc1a81979776b9b5b016774c888 (patch) | |
tree | dfbdd5e4fd2089cbe5a790ab2d34c9bf39556d2f /dev-ml/typerep | |
parent | dev-vcs/hgsubversion: version bump to 1.8.2 (diff) | |
download | gentoo-2dcee450ec0efbc1a81979776b9b5b016774c888.tar.gz gentoo-2dcee450ec0efbc1a81979776b9b5b016774c888.tar.bz2 gentoo-2dcee450ec0efbc1a81979776b9b5b016774c888.zip |
dev-ml/typerep: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r-- | dev-ml/typerep/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/typerep/typerep-112.17.00.ebuild | 26 | ||||
-rw-r--r-- | dev-ml/typerep/typerep-112.24.00.ebuild | 25 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest index 047df03a3531..f31d1b8bc90e 100644 --- a/dev-ml/typerep/Manifest +++ b/dev-ml/typerep/Manifest @@ -1,3 +1 @@ -DIST typerep-112.17.00.tar.gz 115452 SHA256 424cda508cc83ce1b8ea91bc10eb0c2f2e87c201d441c16333ffdf78a351cbb1 SHA512 c05b82414dafa0d1f750e48c81ee7f637b5fd30fda65abbfe59bdd87ef1c54657ad540dd108d34905f01fad177f35bb2e82ed5fe04754e2559925f7bc2114472 WHIRLPOOL 8eea8cae065bc89806eb5058b2d2e3ca6839e9d0832e36a2935282f2ee5cfc37f8f743a933a5c0e2ac5a3580970bd40eca18572df4fc284c1c2c85f9749cba68 -DIST typerep-112.24.tar.gz 113157 SHA256 4f1ab611a00aaf774e9774b26b687233e0c70d91f684415a876f094a9969eada SHA512 018ec81523406e89b71ac9a38f33821599e7c10392174e146bd1666bf49213d984c4c2ee072cc2f29c05d95805ef9afb68ffa1087de6f9cffea919c73ee32fd3 WHIRLPOOL bacc65e456fd375a95e7ef6d75951086dcd9a1a613ce731674c4d850cc4cc113515a9094bd0f934a145b5582339484d656cc9db2adcd5d6a0190fea236484578 DIST typerep-112.35.00.tar.gz 115477 SHA256 a14d6f6d29be27d8bbae980d843cfc352039692ec3e7af2f616bbc6a7624c144 SHA512 5fa340461165c98e16a99564c83c6dd6e357d3f6d948281e122f26110bf78daf0615708f94a4b23b76484d9d49f03993507f2cb63134d978d317b00175fe0320 WHIRLPOOL 5a5ea8efeb36018a05b7546f0a54d4bdf4367a1ad5c320545bd274bde7250b054a16609d2953ebea8a0f5b05a36ae1714c2a04c5350ce6c387a35a3de6aa9b57 diff --git a/dev-ml/typerep/typerep-112.17.00.ebuild b/dev-ml/typerep/typerep-112.17.00.ebuild deleted file mode 100644 index 148c818902f8..000000000000 --- a/dev-ml/typerep/typerep-112.17.00.ebuild +++ /dev/null @@ -1,26 +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 - https://dev.gentoo.org/~aballier/distfiles/${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-112.24.00.ebuild b/dev-ml/typerep/typerep-112.24.00.ebuild deleted file mode 100644 index 7f0b9a7c15d8..000000000000 --- a/dev-ml/typerep/typerep-112.24.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}" |