commit:     f7e101d0964f76370900809d635eb0e72d63c0f0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 16:23:22 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 17:21:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e101d0

dev-ml/easy-format: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ml/easy-format/Manifest                 |  1 -
 dev-ml/easy-format/easy-format-1.0.2.ebuild | 33 -----------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ml/easy-format/Manifest b/dev-ml/easy-format/Manifest
index ebc45c6e83b..0d1ebc2d8a4 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 db163f33fd4..00000000000
--- 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
-}

Reply via email to