diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:20:26 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:20:26 +0100 |
commit | c0ffda0cbecbfbddabab71a04ba5bd6a24b48052 (patch) | |
tree | a6382a37ce58e13f95577159be07606e03ff50c8 /dev-ml/ocaml-sha | |
parent | dev-ml/ocaml-safepass: remove old (diff) | |
download | gentoo-c0ffda0cbecbfbddabab71a04ba5bd6a24b48052.tar.gz gentoo-c0ffda0cbecbfbddabab71a04ba5bd6a24b48052.tar.bz2 gentoo-c0ffda0cbecbfbddabab71a04ba5bd6a24b48052.zip |
dev-ml/ocaml-sha: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-sha')
-rw-r--r-- | dev-ml/ocaml-sha/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ocaml-sha/Manifest b/dev-ml/ocaml-sha/Manifest index 78939a296722..7b8131330304 100644 --- a/dev-ml/ocaml-sha/Manifest +++ b/dev-ml/ocaml-sha/Manifest @@ -1,2 +1 @@ -DIST ocaml-sha-1.8.tar.gz 11911 SHA256 473c67cc95629ed7bf788bdc08a6d829dc953c223628bc030ecaa28c0cf3245d SHA512 53a0c86d239a4b98b4ce5236c20f97273f9bb4cde539ed248712cdb35fa49df998db2b5a57343e555907848885a46846e932934d15477ad65c321d9e2a5c1e60 WHIRLPOOL a8309f445ac95ac9c497afadd5285420310e09687bfde1de60c2bfb1d838611cca15c6ae80d1e4a8e90379d304d510875e8249931ac2a39950df1037a38a9a12 DIST ocaml-sha-v1.9.tar.gz 12872 SHA256 caa1dd9071c2c56ca180061bb8e1824ac3b5e83de8ec4ed197275006c2a088d0 SHA512 e49f725f0544a423c57199b2534519a005916f24a17bf7761e744ec963c5712b8b0b82b052d87c55fdfd3143f194f44283c7332ab08f480328c0c21642ae5778 WHIRLPOOL ab616f746e7a30ebf17758b5320ed34ac0126fe4fe1674c8d58021ba5469b9fddd9f20f55b4755c9774bec3a3e00399f6b08f1861b33be5724eae3916d9fd0d6 diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild deleted file mode 100644 index 9934c8ad9520..000000000000 --- a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib vcs-snapshot - -DESCRIPTION="A binding for SHA interface code in OCaml" -HOMEPAGE="https://github.com/vincenthz/ocaml-sha" -SRC_URI="https://nodeload.github.com/vincenthz/${PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt]" -RDEPEND="${DEPEND}" - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_install - dodoc README -} |