summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-11 10:47:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-11 10:49:29 +0200
commit3f564a303795bd0adba2f2662c98034206cff4a0 (patch)
tree6b14a7cf73f7f5264b89d8b17e3eed6238104c11 /dev-ml/variantslib
parentdev-haskell/feed: allow ghc-8 (diff)
downloadgentoo-3f564a303795bd0adba2f2662c98034206cff4a0.tar.gz
gentoo-3f564a303795bd0adba2f2662c98034206cff4a0.tar.bz2
gentoo-3f564a303795bd0adba2f2662c98034206cff4a0.zip
dev-ml/variantslib: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ml/variantslib')
-rw-r--r--dev-ml/variantslib/Manifest2
-rw-r--r--dev-ml/variantslib/variantslib-109.15.00.ebuild24
-rw-r--r--dev-ml/variantslib/variantslib-109.15.02.ebuild25
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-ml/variantslib/Manifest b/dev-ml/variantslib/Manifest
index e38a05126daa..eedfe56cd069 100644
--- a/dev-ml/variantslib/Manifest
+++ b/dev-ml/variantslib/Manifest
@@ -1,3 +1 @@
-DIST variantslib-109.15.00.tar.gz 57154 SHA256 1ab28921e533121b27f6c4fa633277a05fbe3a642ad8c4228d403a06720f6245 SHA512 cfbe7bdf7e447a2f47daaef1b5c8af5063c3d560158582561ab944b411cde67b6cf5d27f5ba7d773621873e67f1f8b9a45cdc0dccc7cc2ea903ca8424d15f1d9 WHIRLPOOL 15c4849c6974e295e3da174356a3df25c95c13dc1e39e9a52df7c97ca7a9cd9d62d031fc005a63594b36ee9095e7c3039c5d9afbcf9cd90f70b94efdb84f34c7
-DIST variantslib-109.15.02.tar.gz 60251 SHA256 3f7bb9f2c9b9bf601a3d0a4a11b270ab6979213780b609060ab3ead9ab59eff4 SHA512 2cdd6c3f9fad0a8ea28357cbf80b69ccc3c73e74404cb4b5439c8c32f6a9f39cacc682cc7375f7a07e948191676506dcf64712869e28a2149d8b8cad5960e529 WHIRLPOOL faadffa83da47a2c4031ccca4696740cb9cecc619637be41f81aa3271a2ba875be0056f14ec13a7c9ab2232149d34e8096feca6f539c8b9ee269e24b4402e72d
DIST variantslib-113.24.00.tar.gz 50841 SHA256 9cc2a39ee32977e05cb215b3fa53d29601dd644af05e3c1cf28287c9f11288de SHA512 bc583f92d4f3085c213dabf5e77e4628dc092dfe120ec8bb59185bb76068e676e7c60238e965f11f752d5d4fa69144d5e2f949bfd9100037db394f05160b71b0 WHIRLPOOL 470bb0a7a1f80b637a724d79172ee94a694e23349920ec83fa0fae204a5ba46e4ec6c4305a9368ba53bfe1d7bf7ccd21d5efa1cf76c8ba4ea84932283080765d
diff --git a/dev-ml/variantslib/variantslib-109.15.00.ebuild b/dev-ml/variantslib/variantslib-109.15.00.ebuild
deleted file mode 100644
index 1f7b3bd64315..000000000000
--- a/dev-ml/variantslib/variantslib-109.15.00.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="OCaml variants as first class values"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
- https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-ml/type-conv-${PV}:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.txt" )
diff --git a/dev-ml/variantslib/variantslib-109.15.02.ebuild b/dev-ml/variantslib/variantslib-109.15.02.ebuild
deleted file mode 100644
index a4f03e734fef..000000000000
--- a/dev-ml/variantslib/variantslib-109.15.02.ebuild
+++ /dev/null
@@ -1,25 +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
-
-DESCRIPTION="OCaml variants as first class values"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${P}.tar.gz
- https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-ml/type-conv-${PV}:=
- || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.txt" )