commit:     1a5b8c987b4d399bbc40d7f4e2ffd8a3da45a12a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 19:09:23 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 19:11:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b8c98

dev-libs/cl: Drop 1.2.4 (r0)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/cl/cl-1.2.4.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/cl/cl-1.2.4.ebuild b/dev-libs/cl/cl-1.2.4.ebuild
deleted file mode 100644
index 7f303904f45f..000000000000
--- a/dev-libs/cl/cl-1.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib
-
-DESCRIPTION="OpenCL bindings for Erlang"
-HOMEPAGE="https://github.com/tonyrog/cl";
-SRC_URI="https://github.com/tonyrog/cl/archive/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-lang/erlang-16
-       virtual/opencl
-       dev-util/rebar
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${P}
-
-src_compile() {
-       rebar compile || die
-}
-
-src_install() {
-       ERLANG_DIR="/usr/$(get_libdir)/erlang/lib"
-       CL_DIR="${ERLANG_DIR}/${P}"
-       insinto "${CL_DIR}"
-       doins -r ebin src include c_src examples
-}

Reply via email to