commit:     551720b1c660712a74ad3ac09b1157a7234f0c5f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:22:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551720b1

dev-ml/octavius: Remove old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ml/octavius/Manifest              |  1 -
 dev-ml/octavius/octavius-0.2.0.ebuild | 38 -----------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-ml/octavius/Manifest b/dev-ml/octavius/Manifest
index d7c9dfde4a0..b0aba7348fc 100644
--- a/dev-ml/octavius/Manifest
+++ b/dev-ml/octavius/Manifest
@@ -1,2 +1 @@
-DIST octavius-0.2.0.tar.gz 13808 SHA256 
a68c959e7f64dffa8e4b5f591aa22acc47b9718532ce16516afdb249fa67d994 SHA512 
44ec9ce394ca3faa2c5ff7986ff0ba3c88ea62eb55fadcec4b51e3dea94144bd1c0fd496080d83fbc429a98f699003049325750b1b2f1de6639cbc5ac9ddacaa
 WHIRLPOOL 
11900567706cead315c1a741f836ce325262708b14661cb697af36ce17f7a6ec35655e781bf5ca5ee92ce1862a349d6ab49ad9a44dbcb318d6187d0b7dec5423
 DIST octavius-1.1.0.tar.gz 13767 SHA256 
cf8954e0c375a63972348e5758622389fa66bcb3b47acb38b02eb42da65a0723 SHA512 
db1f7da7af07d9ff1a4b1c51dbd2861e4dddab13958e7bccdd0c42494fa95f0b4277b222652ef73198f5aeb2ac44de4204459c7d1085810864958da251d5ec09
 WHIRLPOOL 
8cabdb71982205de2641ee3d5346eeec0eca653eb746ae154469072a497e3bfd6146d8220a775c22030aedb6f5617841601ed52bc715bb81d6ac0320d43bae87

diff --git a/dev-ml/octavius/octavius-0.2.0.ebuild 
b/dev-ml/octavius/octavius-0.2.0.ebuild
deleted file mode 100644
index 3c39b84ab2c..00000000000
--- a/dev-ml/octavius/octavius-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit findlib
-
-DESCRIPTION="ocamldoc comment syntax parser"
-HOMEPAGE="https://github.com/ocaml-doc/octavius";
-SRC_URI="https://github.com/ocaml-doc/octavius/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
-       dev-ml/topkg
-       dev-ml/opam
-       dev-ml/ocamlbuild"
-
-src_compile() {
-       ocaml pkg/pkg.ml build --tests $(usex test true false) || die
-}
-
-src_test() {
-       ocaml pkg/pkg.ml test || die
-}
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               ${PN}.install || die
-}

Reply via email to