From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0282D158011 for ; Thu, 14 Jul 2022 22:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2DB0E0F3B; Thu, 14 Jul 2022 22:28:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5738E0F3B for ; Thu, 14 Jul 2022 22:28:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C7C334120C for ; Thu, 14 Jul 2022 22:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D15535 for ; Thu, 14 Jul 2022 22:28:32 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1657837683.c4c9f3234b73bf07a78b26c3b31e475c466d5e8a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/angelscript/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/angelscript/Manifest dev-libs/angelscript/angelscript-2.35.0.ebuild X-VCS-Directories: dev-libs/angelscript/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c4c9f3234b73bf07a78b26c3b31e475c466d5e8a X-VCS-Branch: master Date: Thu, 14 Jul 2022 22:28:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5a378e8-548a-4ffa-8cc4-93e1a0d6e06d X-Archives-Hash: fa9070411c8926e6923bf7f1d6ccb0be commit: c4c9f3234b73bf07a78b26c3b31e475c466d5e8a Author: James Le Cuirot gentoo org> AuthorDate: Thu Jul 14 22:28:03 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Jul 14 22:28:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c9f323 dev-libs/angelscript: Drop old 2.35.0 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/angelscript/Manifest | 1 - dev-libs/angelscript/angelscript-2.35.0.ebuild | 48 -------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-libs/angelscript/Manifest b/dev-libs/angelscript/Manifest index 37ab615308e8..b5ef49248bbe 100644 --- a/dev-libs/angelscript/Manifest +++ b/dev-libs/angelscript/Manifest @@ -1,2 +1 @@ -DIST angelscript_2.35.0.zip 1971850 BLAKE2B 2253583f46181b420514e3f5a4609a33a019e47ac4ef183d1ddbca52610ce421da28a0e67f16f04b873bd18d9c56673bfac5aba152e6fadff84f8fe4718308a4 SHA512 e54b58e78b21c2ff6aa34d5f55b18fcf8737d057c86aef8901ac0c11f14739fe7f1494f9bcfdbca6a8e54b6d0b36a04dd098780bcd02dea5764fd6d22984b6b0 DIST angelscript_2.35.1.zip 2033435 BLAKE2B b88189fb78294e5804adf313bc333a9a21760120a42b3df78c9c54861718acf435de55dcfb26a8975407102c1182093caed11bfecc6ba946bc7614f62f7e176a SHA512 b15083c7a77434c291e72ea82cfbab7734fa79df654d911a822f306d526669ebe9e55a981e8a1914deda0d2a52ebdc0ffb51a4179f307632c8c7d74b1abc69fa diff --git a/dev-libs/angelscript/angelscript-2.35.0.ebuild b/dev-libs/angelscript/angelscript-2.35.0.ebuild deleted file mode 100644 index 8c105c0fadfc..000000000000 --- a/dev-libs/angelscript/angelscript-2.35.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs multilib-minimal - -DESCRIPTION="A flexible, cross-platform scripting library" -HOMEPAGE="http://www.angelcode.com/angelscript/" -SRC_URI="http://www.angelcode.com/angelscript/sdk/files/angelscript_${PV}.zip" -LICENSE="ZLIB" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="doc static-libs" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/sdk" - -pkg_setup() { - tc-export CXX AR RANLIB -} - -src_prepare() { - default - multilib_copy_sources -} - -multilib_src_compile() { - emake -C ${PN}/projects/gnuc shared \ - $(use static-libs && echo static) -} - -multilib_src_install() { - emake -C ${PN}/projects/gnuc \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}"/usr \ - LIBDIR_DEST='$(PREFIX)'/$(get_libdir) \ - install_header install_shared \ - $(use static-libs && echo install_static) -} - -multilib_src_install_all() { - if use doc; then - docinto html - dodoc -r docs/* - fi -}