summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-07 17:01:52 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-07 17:13:49 +0100
commitcccc31e5d150a5b5cdd961c16a32344eab49314e (patch)
treec163731d670e6443cc528b6db02929b2dd43be06 /dev-ml/optcomp
parentdev-ml/oasis: remove old (diff)
downloadgentoo-cccc31e5d150a5b5cdd961c16a32344eab49314e.tar.gz
gentoo-cccc31e5d150a5b5cdd961c16a32344eab49314e.tar.bz2
gentoo-cccc31e5d150a5b5cdd961c16a32344eab49314e.zip
dev-ml/optcomp: remove old
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/optcomp')
-rw-r--r--dev-ml/optcomp/Manifest1
-rw-r--r--dev-ml/optcomp/optcomp-1.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/optcomp/Manifest b/dev-ml/optcomp/Manifest
index 15aee86bc96e..89956aff09fd 100644
--- a/dev-ml/optcomp/Manifest
+++ b/dev-ml/optcomp/Manifest
@@ -1,2 +1 @@
-DIST optcomp-1.5.tar.gz 51964 SHA256 1041762f2a5ba014b26a24c31ed46c6c08cd89754c8914388f358161b7e97d8d SHA512 15fc215e19e4e7854d5b6b005ece6301e5847cf8cdfc1d017a858fd3a0fd4309346e4347c2ab29902d929d67d284a279001ae518b498c997e1648bfcd2513142 WHIRLPOOL 1a88fa85f626a590d9edca8a1551ac963338ae7a68f5f7c3ab028b5251d696c83473eb8ebfddaf653421409af79bd01ff07084c27009b839c0251d0959dedd41
DIST optcomp-1.6.tar.gz 56370 SHA256 5022d80e4d7dba4ada3aa57156503fad75fcd6d7b13cfa8580012a1d9f581042 SHA512 19fa04a42e5ed589979647469759017442598d170bf82d49c3b720d1b1b6bbe3066ae3ffee77a3f15dcbf51be5d7a8934300873391ebce423f3a0f3878250c18 WHIRLPOOL ca453c60a367e58747363cb9f4d20f7e34c3f1a63a767104903b810d1e50007bca6340ed517cc98a0563ad6bf0e934ff3ded448a441627280c7e6a51097ca676
diff --git a/dev-ml/optcomp/optcomp-1.5.ebuild b/dev-ml/optcomp/optcomp-1.5.ebuild
deleted file mode 100644
index 1853fd51d22c..000000000000
--- a/dev-ml/optcomp/optcomp-1.5.ebuild
+++ /dev/null
@@ -1,23 +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="Optional compilation for OCaml with cpp-like directives"
-HOMEPAGE="https://github.com/diml/optcomp"
-SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES.md README.md )