public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 16 Oct 2021 08:24:40 +0000 (UTC)	[thread overview]
Message-ID: <1634372637.061c18d9e69e71f8fc48c8cbaf740c76ed051c3b.chewi@gentoo> (raw)

commit:     061c18d9e69e71f8fc48c8cbaf740c76ed051c3b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 08:23:57 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 08:23:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061c18d9

dev-libs/angelscript: Version bump to 2.35.1, EAPI 8

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-libs/angelscript/Manifest                  |  1 +
 dev-libs/angelscript/angelscript-2.35.1.ebuild | 48 ++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/angelscript/Manifest b/dev-libs/angelscript/Manifest
index 2a538b82ef4..6fb31b2c782 100644
--- a/dev-libs/angelscript/Manifest
+++ b/dev-libs/angelscript/Manifest
@@ -1,2 +1,3 @@
 DIST angelscript_2.34.0.zip 2020026 BLAKE2B f002c67d812cc6453d1e93ffba4aaa4c300926996b74f8d596642625e251ccd14b97473f8f0ff595e3233a3ebc7654c94420ae761eaa0b67439e18472f8df977 SHA512 c26dba452ab52c300da9c95fde8398acf4840cbc0e653ededf978d4a3e942cfe5b77292c74c49dc0279250a27cfd324c696c49d139a97c844b2a1eead9aae2f4
 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.1.ebuild b/dev-libs/angelscript/angelscript-2.35.1.ebuild
new file mode 100644
index 00000000000..b6aecfbeccf
--- /dev/null
+++ b/dev-libs/angelscript/angelscript-2.35.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 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 ~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
+}


             reply	other threads:[~2021-10-16  8:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16  8:24 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
2023-06-02 22:19 James Le Cuirot
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-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=1634372637.061c18d9e69e71f8fc48c8cbaf740c76ed051c3b.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