dev-ml/pa_structural_sexp: remove old
authorAlexis Ballier <aballier@gentoo.org>
Tue, 24 Jan 2017 11:28:09 +0000 (12:28 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 24 Jan 2017 11:28:09 +0000 (12:28 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ml/pa_structural_sexp/Manifest
dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild [deleted file]

index 68ba4624951105661afdf50aafa6ce2e3675b946..f8710ecff7a47d022979d14fbcd28734eae90e61 100644 (file)
@@ -1,2 +1 @@
-DIST pa_structural_sexp-112.35.00.tar.gz 51683 SHA256 8425bcdd59afd2d1efb96521b5719ce8308c3ee7fb8cd94981d5eac203430721 SHA512 1ae56cbfdbd0badd3d0c4dd6a50fce46656ea41f28db7d1cb653f8549eda06eb402251f6b31974abd9c1a292a73203c267755d8eb4cd01575cf3e19a3eaf61de WHIRLPOOL e016d2608a1511531343f430eebef6170a2e17f23d993d6105a1706fe3fa62d500d1b39943ace352b0c168d64a32059c48a0d83ac67255f1519e2e8052840be2
 DIST pa_structural_sexp-113.00.00.tar.gz 51825 SHA256 904ee372233d7d47a4b2468505cd768294a3d3f98650dac790ae1af2d24fa5a9 SHA512 7d1cbb1122b735e7aece71c7b50328a33dc72e63b336d5801433b5017bb94e2baa9a056cf076a2e8747afdf33e5a736154e4b74d5f7b079a6a144f9273e87f9c WHIRLPOOL 4e185ff4ce1ec6b81ee4408be7104dd7709ca2bd80853adb07f6976e42a9dbde532b13ed4e6ea6d028889879c14aeb2f44d490a800858cd66dad01e468261be0
diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild
deleted file mode 100644 (file)
index f10e431..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camlp4:=
-       dev-ml/type-conv:=
-       dev-ml/sexplib:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" )