diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:28:09 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:28:09 +0100 |
commit | 4872c54fcde5a605f8c9b9ee7023aa4cd4858a19 (patch) | |
tree | 9e740c73885f62bf0830a9ec8e28dc97e557cccb /dev-ml/pa_structural_sexp | |
parent | dev-ml/parmap: remove old (diff) | |
download | gentoo-4872c54fcde5a605f8c9b9ee7023aa4cd4858a19.tar.gz gentoo-4872c54fcde5a605f8c9b9ee7023aa4cd4858a19.tar.bz2 gentoo-4872c54fcde5a605f8c9b9ee7023aa4cd4858a19.zip |
dev-ml/pa_structural_sexp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/pa_structural_sexp')
-rw-r--r-- | dev-ml/pa_structural_sexp/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/pa_structural_sexp/Manifest b/dev-ml/pa_structural_sexp/Manifest index 68ba46249511..f8710ecff7a4 100644 --- a/dev-ml/pa_structural_sexp/Manifest +++ b/dev-ml/pa_structural_sexp/Manifest @@ -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 index f10e431530fe..000000000000 --- a/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild +++ /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" ) |