Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pa_structural_sexp/
Date: Tue, 24 Jan 2017 11:32:35
Message-Id: 1485257289.4872c54fcde5a605f8c9b9ee7023aa4cd4858a19.aballier@gentoo
1 commit: 4872c54fcde5a605f8c9b9ee7023aa4cd4858a19
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:28:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:28:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4872c54f
7
8 dev-ml/pa_structural_sexp: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/pa_structural_sexp/Manifest | 1 -
13 .../pa_structural_sexp-112.35.00.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ml/pa_structural_sexp/Manifest b/dev-ml/pa_structural_sexp/Manifest
17 index 68ba462..f8710ec 100644
18 --- a/dev-ml/pa_structural_sexp/Manifest
19 +++ b/dev-ml/pa_structural_sexp/Manifest
20 @@ -1,2 +1 @@
21 -DIST pa_structural_sexp-112.35.00.tar.gz 51683 SHA256 8425bcdd59afd2d1efb96521b5719ce8308c3ee7fb8cd94981d5eac203430721 SHA512 1ae56cbfdbd0badd3d0c4dd6a50fce46656ea41f28db7d1cb653f8549eda06eb402251f6b31974abd9c1a292a73203c267755d8eb4cd01575cf3e19a3eaf61de WHIRLPOOL e016d2608a1511531343f430eebef6170a2e17f23d993d6105a1706fe3fa62d500d1b39943ace352b0c168d64a32059c48a0d83ac67255f1519e2e8052840be2
22 DIST pa_structural_sexp-113.00.00.tar.gz 51825 SHA256 904ee372233d7d47a4b2468505cd768294a3d3f98650dac790ae1af2d24fa5a9 SHA512 7d1cbb1122b735e7aece71c7b50328a33dc72e63b336d5801433b5017bb94e2baa9a056cf076a2e8747afdf33e5a736154e4b74d5f7b079a6a144f9273e87f9c WHIRLPOOL 4e185ff4ce1ec6b81ee4408be7104dd7709ca2bd80853adb07f6976e42a9dbde532b13ed4e6ea6d028889879c14aeb2f44d490a800858cd66dad01e468261be0
23
24 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
25 deleted file mode 100644
26 index f10e431..00000000
27 --- a/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit oasis
37 -
38 -DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values"
39 -HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
40 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="dev-ml/camlp4:=
48 - dev-ml/type-conv:=
49 - dev-ml/sexplib:="
50 -RDEPEND="${DEPEND}"
51 -
52 -DOCS=( "README.md" )