From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/angelscript/
Date: Fri, 2 Jun 2023 22:19:40 +0000 (UTC) [thread overview]
Message-ID: <1685744321.77c4eca507646053f02dd4486abccffb8644ea9e.chewi@gentoo> (raw)
commit: 77c4eca507646053f02dd4486abccffb8644ea9e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 22:18:41 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 22:18:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c4eca5
dev-libs/angelscript: Version bump to 2.36.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-libs/angelscript/Manifest | 1 +
dev-libs/angelscript/angelscript-2.36.1.ebuild | 48 ++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/angelscript/Manifest b/dev-libs/angelscript/Manifest
index 9edbdb510727..27c74c1f114a 100644
--- a/dev-libs/angelscript/Manifest
+++ b/dev-libs/angelscript/Manifest
@@ -1,2 +1,3 @@
DIST angelscript_2.35.1.zip 2033435 BLAKE2B b88189fb78294e5804adf313bc333a9a21760120a42b3df78c9c54861718acf435de55dcfb26a8975407102c1182093caed11bfecc6ba946bc7614f62f7e176a SHA512 b15083c7a77434c291e72ea82cfbab7734fa79df654d911a822f306d526669ebe9e55a981e8a1914deda0d2a52ebdc0ffb51a4179f307632c8c7d74b1abc69fa
DIST angelscript_2.36.0.zip 2038804 BLAKE2B 83d47ffb8563968d1db4955286ad5c4f7767132ddaa7420126ae3faa34f0b44fe319432324eb4fe3bd9317e79149719c6587cbafb28d061e37801f63be126a59 SHA512 afd2b9096d0b62bc3d182d684fe34ddc8e9520af7734eea1f1a5c7d3439a28a1be7502faf692080cb0c4591799b7fea09fc8c4ccf25b8ec63a3d306e678682ff
+DIST angelscript_2.36.1.zip 2011471 BLAKE2B 81cd147b7e78abe9a8a342ca3c88191cf1eb0e50f78bcd8c1f2ab36e31eadc3260373159ea084cfe9140897df5187ac268d9624b5f8613564e1d6982b1178a54 SHA512 d6d213ce72135c89e47e67521f654611ff67673f3decd9db3da4b7bf317a04a3f91c5c6ae36658ec3f2b20498facd069af02a91255a24ec79c96d8c90d6b554e
diff --git a/dev-libs/angelscript/angelscript-2.36.1.ebuild b/dev-libs/angelscript/angelscript-2.36.1.ebuild
new file mode 100644
index 000000000000..029939d94ea9
--- /dev/null
+++ b/dev-libs/angelscript/angelscript-2.36.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~arm64 ~ppc64 ~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
+}
next reply other threads:[~2023-06-02 22:19 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-02 22:19 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-30 21:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/angelscript/ James Le Cuirot
2024-09-30 21:51 James Le Cuirot
2023-10-13 10:58 WANG Xuerui
2022-09-29 21:08 James Le Cuirot
2022-09-29 20:51 James Le Cuirot
2022-09-29 20:51 James Le Cuirot
2022-07-14 22:28 James Le Cuirot
2022-06-08 7:57 Jakov Smolić
2021-10-16 8:24 James Le Cuirot
2021-10-16 8:24 James Le Cuirot
2021-09-12 14:26 Yixun Lan
2021-01-07 21:48 James Le Cuirot
2019-09-30 22:10 James Le Cuirot
2019-01-13 22:48 James Le Cuirot
2019-01-13 22:48 James Le Cuirot
2017-12-18 20:59 James Le Cuirot
2016-12-20 22:48 James Le Cuirot
2016-06-27 22:39 James Le Cuirot
2016-05-25 12:31 James Le Cuirot
2015-10-27 22:06 Julian Ospald
2015-10-27 21:33 Julian Ospald
2015-10-20 14:45 Julian Ospald
2015-09-05 18:44 Julian Ospald
2015-08-13 14:19 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685744321.77c4eca507646053f02dd4486abccffb8644ea9e.chewi@gentoo \
--to=chewi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox