summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 11:23:22 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 12:21:20 -0500
commitf7e101d0964f76370900809d635eb0e72d63c0f0 (patch)
tree98ebd248e5379513177003c67a166c3a403c0b1d /dev-ml
parentsys-auth/nss-pam-ldapd: merge stable keywords (py3.8) (diff)
downloadgentoo-f7e101d0964f76370900809d635eb0e72d63c0f0.tar.gz
gentoo-f7e101d0964f76370900809d635eb0e72d63c0f0.tar.bz2
gentoo-f7e101d0964f76370900809d635eb0e72d63c0f0.zip
dev-ml/easy-format: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/easy-format/Manifest1
-rw-r--r--dev-ml/easy-format/easy-format-1.0.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ml/easy-format/Manifest b/dev-ml/easy-format/Manifest
index ebc45c6e83bd..0d1ebc2d8a42 100644
--- a/dev-ml/easy-format/Manifest
+++ b/dev-ml/easy-format/Manifest
@@ -1,2 +1 @@
-DIST easy-format-1.0.2.tar.gz 13679 BLAKE2B 5f738e521ef8eb59edbcba92f599328ab6f5e497075d8144335191835906832ecb4e4a8c6233c65f6f7aa7c4105aadd1dc1e269ad59a2c3237c54af8b3856e41 SHA512 bb12c13b33a725f4a15616672f7a268398b50e6f054575203f1d26c49aa04978564233fa9fb88eec8b701d7fecbbaeda264422e8c31a60a52d0d8e64bfc5898f
DIST easy-format-1.2.0.tar.gz 15632 BLAKE2B 0bf20b87050330e90f3ef5cbe47470049ddc470d22357240f6b0ddd75138d3297935306c071e4355f02ed2fdd01a3155461e90a91df1346fa33180833db77b57 SHA512 375849b1ecd2e37f4b32d1ee12197a95856b17a47e3eb06a7e7320a82234c241156c3c8bfb18ce17bbe73b93d31d755675478860505470aa7ab866277a99603f
diff --git a/dev-ml/easy-format/easy-format-1.0.2.ebuild b/dev-ml/easy-format/easy-format-1.0.2.ebuild
deleted file mode 100644
index db163f33fd49..000000000000
--- a/dev-ml/easy-format/easy-format-1.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Pretty-printing library for OCaml"
-HOMEPAGE="http://mjambon.com/easy-format.html"
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-IUSE="examples +ocamlopt"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake all
- use ocamlopt && emake opt
-}
-
-src_install() {
- findlib_src_install
- dodoc README.md Changes
- if use examples ; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}