diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:07:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:03:00 +0200 |
commit | 1365bbd221f55777f8d946bc778920e87136c2dd (patch) | |
tree | e0c8c6f8b20029e58e887e9294aacfbdfae0997f /dev-ml/type-conv | |
parent | dev-ml/sexplib: remove old. (diff) | |
download | gentoo-1365bbd221f55777f8d946bc778920e87136c2dd.tar.gz gentoo-1365bbd221f55777f8d946bc778920e87136c2dd.tar.bz2 gentoo-1365bbd221f55777f8d946bc778920e87136c2dd.zip |
dev-ml/type-conv: remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/type-conv')
-rw-r--r-- | dev-ml/type-conv/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-112.01.00.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-112.01.01.ebuild | 28 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-ml/type-conv/Manifest b/dev-ml/type-conv/Manifest index 559a31f8b39c..bc78beea19bf 100644 --- a/dev-ml/type-conv/Manifest +++ b/dev-ml/type-conv/Manifest @@ -1,3 +1 @@ -DIST type_conv-112.01.00.tar.gz 63507 SHA256 0dabf7cf351ea72e4c18d082c4e2c2ad9acdadd1af0142833db70670bacdbedb SHA512 46ac5a8562fcaffb31b76f542db770998a03d84cf2aa16f9fd24a7ac7e070fd1279d52308d5da9155e82effe8e47cd20d488249cc4d378ce6fb5e8f72d09ad0b WHIRLPOOL 2da73edfd5232cfbd96885542a1ef750850b5bf9a3a105ddab6ac5f49d35db2b2dc45497dcb92530a307641a32058e57a22956b30ecd4782073610dec59b2a88 -DIST type_conv-112.01.01.tar.gz 64103 SHA256 dbbc33b7ab420e8442d79ba4308ea6c0c16903b310d33525be18841159aa8855 SHA512 aedaea66c45d60d14950f4e7addec7ea1779a28724868e4858ed02e1bd87a2438b7724e6e9f14a6fd1fca903e3e1cc39d1ce40ce79b889b4762447450d9aae32 WHIRLPOOL 38cf9d4df69e1c57c319b36689adde628b1df6b044231dd3142973e584a54a4678e9783da2b15266530feab2e88edad826915e456fd4530cac450a24f30961b1 DIST type_conv-112.01.02.tar.gz 64095 SHA256 342a241a43a2d494739244c8e41624bef25dfae809ebf15577d817ebb67f3890 SHA512 68acc043dc33db3928c6078c8bd5eac2f3346c39af2e7ff4605a397b3322032da5ae8be4ef8a1eba440b57c048f55b74ba47de4fc08cefe934eba34f35e235a4 WHIRLPOOL a53009600678d75405d6648030efe84896cf9cdbcde261265608691b9f6a8d28340acaf414e7de48b52c27b0b030a294612b80e1573759f0e4fdd70bd3142dcb diff --git a/dev-ml/type-conv/type-conv-112.01.00.ebuild b/dev-ml/type-conv/type-conv-112.01.00.ebuild deleted file mode 100644 index 28da4ebe9d74..000000000000 --- a/dev-ml/type-conv/type-conv-112.01.00.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Mini library required for some other preprocessing libraries" -HOMEPAGE="http://janestreet.github.io/" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?] - dev-ml/camlp4:=" -DEPEND="${RDEPEND} - >=dev-ml/findlib-1.3.2" - -DOCS=( "README.md" "CHANGES.md" ) - -S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/type-conv/type-conv-112.01.01.ebuild b/dev-ml/type-conv/type-conv-112.01.01.ebuild deleted file mode 100644 index 0f32b9827ebb..000000000000 --- a/dev-ml/type-conv/type-conv-112.01.01.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_DOCS=1 - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Mini library required for some other preprocessing libraries" -HOMEPAGE="http://janestreet.github.io/" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?] - dev-ml/camlp4:=" -DEPEND="${RDEPEND} - >=dev-ml/findlib-1.3.2" - -DOCS=( "README.md" "CHANGES.md" ) - -S="${WORKDIR}/${MY_P}" |