From 2fd57282f0262ca084e05b0f2c63fbada395d02b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jan 2022 20:27:28 +0000 Subject: gentoo resync : 16.01.2021 --- dev-libs/cl/Manifest | 5 +---- dev-libs/cl/cl-1.2.3.ebuild | 33 --------------------------------- dev-libs/cl/cl-1.2.4-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-libs/cl/cl-1.2.4.ebuild | 33 --------------------------------- dev-libs/cl/cl-9999.ebuild | 31 ------------------------------- 5 files changed, 35 insertions(+), 101 deletions(-) delete mode 100644 dev-libs/cl/cl-1.2.3.ebuild create mode 100644 dev-libs/cl/cl-1.2.4-r1.ebuild delete mode 100644 dev-libs/cl/cl-1.2.4.ebuild delete mode 100644 dev-libs/cl/cl-9999.ebuild (limited to 'dev-libs/cl') diff --git a/dev-libs/cl/Manifest b/dev-libs/cl/Manifest index 5b575c1522dd..1c06567aab73 100644 --- a/dev-libs/cl/Manifest +++ b/dev-libs/cl/Manifest @@ -1,6 +1,3 @@ -DIST cl-1.2.3.tar.gz 137921 BLAKE2B 66e79e60d9e5b16b7ff15ecfbccb928ce293a39ad72b403d885c676cd5eed0d1a08e7359a5f38bdfe22db485aacc314c0956585a04fdf3d2d6c10903b352172e SHA512 aaa19700b1b54921ea8194e1b7fcb2dbb11f22c32108fd99d0cd9796c7524a49653dcc97c8c8b34f7739d0b972cbbc3cf61b929e342429b524b11df93e434863 DIST cl-1.2.4.tar.gz 142258 BLAKE2B 28d72842c092ceb81722769136e2282fdf7062f630eae0fb2097f4b2ae0690e41bb96d3fd947186d90b88a68982f5af03bf0cf0f6375304f6a1d05395f018701 SHA512 f7a7f24abf6c374b42f9aa809984c818ac2514d013ff224b3392b2b5df1ba75f2b393ad0bcd822c4118dd0034ed4e815f83041f0b2350ba71def1b33b42e8801 -EBUILD cl-1.2.3.ebuild 625 BLAKE2B 43da93f762d3491bc93bec09b1cf0ede5f928ec2d7a4cbd66b8148ee0c9111031c83120f7ae27efc8a254729c94c448e581b02a571b4c2682bb9ad557d4febd8 SHA512 4bda84343d75ea607da0b5b21532573f671acad422739c5ce08010e4f5b275ef8fc056754f225d5f8943a236ba3d02cd268f0b2331e67b70cdd0a0d9e592bb88 -EBUILD cl-1.2.4.ebuild 627 BLAKE2B 7b54b3de09fe77950815b34f7290eaf94695d264d66ebc1d04198a5b2d094e114ba72aca7e488916d00bf8831c726a38cc9628440aec15891018f0b6edf2a920 SHA512 9133f83bc57d0bdc73ccb64f9c3095ac53d6c95c73ecc1fd036144f985cc120a75a283309af5bcf5e7a56f3c752131231804b839b596194e6b931d823b55166a -EBUILD cl-9999.ebuild 588 BLAKE2B c5df9507c713ab02005e58e78f1240417d76ed3accd4f3e51fca5fb192af9e4851f30a80f14eacc04ee72f320590ed3177ce8457496762089ca632feda880173 SHA512 55bad9cfc22d88826d96fc6eec447bf61abee0ed5165471144a6592fdc90c78cc6e12697b4b605e2af32e8321fe9daad3a1901f7851af5092903b2d46181753a +EBUILD cl-1.2.4-r1.ebuild 631 BLAKE2B 5be5e4478e8ce77e1fb85b9913f0ec371d2e8ad3bb7ec4cf947d3ec2e86bd2dca89ca2e2dd5301b79db836d5b895e819093e23cc5130eddfbb681a67215229eb SHA512 86adc65258f96f133870496742d557b7d5e937572f5f65cba2efe36f7079d2d0438a9c5785b41c8c76554220eca94299134b2afc1ac55cf67a0bd84116dbe3b2 MISC metadata.xml 243 BLAKE2B 98d944f206eaca5c6181b4ab23118637693b1c29cbbcddb66ccbf2277bffabd56329d978f401d2c911bc4c2bb9af9861c955a9532fa74017c00a1dee0980ce85 SHA512 8526dd024c32c289fe5a96ad71279f71f13da9b14aefb45cae54e7a56d2bb84d7fb92693d9818047d583c7d47c8543bfe6bda28792da0832e487f1cfc9aa535c diff --git a/dev-libs/cl/cl-1.2.3.ebuild b/dev-libs/cl/cl-1.2.3.ebuild deleted file mode 100644 index 413eaad000e5..000000000000 --- a/dev-libs/cl/cl-1.2.3.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 -} diff --git a/dev-libs/cl/cl-1.2.4-r1.ebuild b/dev-libs/cl/cl-1.2.4-r1.ebuild new file mode 100644 index 000000000000..c2faafa84d9b --- /dev/null +++ b/dev-libs/cl/cl-1.2.4-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 + dev-util/rebar + virtual/opencl +" +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 priv +} 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 -} diff --git a/dev-libs/cl/cl-9999.ebuild b/dev-libs/cl/cl-9999.ebuild deleted file mode 100644 index de492d6b12a0..000000000000 --- a/dev-libs/cl/cl-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit git-r3 multilib - -DESCRIPTION="OpenCL bindings for Erlang" -HOMEPAGE="https://github.com/tonyrog/cl" -EGIT_REPO_URI="https://github.com/tonyrog/cl.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - >=dev-lang/erlang-16 - virtual/opencl - dev-util/rebar -" -DEPEND="${RDEPEND}" - -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 -} -- cgit v1.2.3