From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-mt/
Date: Tue, 9 Aug 2022 11:37:59 +0000 (UTC) [thread overview]
Message-ID: <1660044973.e92b8f11fd87dc681c74817a62bcd0fe78bdc39d.marecki@gentoo> (raw)
commit: e92b8f11fd87dc681c74817a62bcd0fe78bdc39d
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 10:41:10 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 11:36:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92b8f11
dev-games/irrlicht-mt: add 1.9.0.7
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-games/irrlicht-mt/Manifest | 1 +
dev-games/irrlicht-mt/irrlicht-mt-1.9.0.7.ebuild | 38 ++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-games/irrlicht-mt/Manifest b/dev-games/irrlicht-mt/Manifest
index 790947290476..a6f4c30f2c75 100644
--- a/dev-games/irrlicht-mt/Manifest
+++ b/dev-games/irrlicht-mt/Manifest
@@ -1,2 +1,3 @@
DIST irrlicht-mt-1.9.0.4.tar.gz 4158897 BLAKE2B e03c3ca28ae93e5fa565069b67ae7f60e7e023a3b5434fbd8c080be719e40a67f115e4459f082b7a27181ff81cc591e527120747aaf91efaafe93d997f5dbc9e SHA512 6f6fef27d534a0046a04cb504992586f5f20a757f2c3a35ea6e1fb31d2781e3d81ee0172b03e2913ddd894fb937d6830005613eaed77a29bb9e91aa6d248fab8
DIST irrlicht-mt-1.9.0.5.tar.gz 1008163 BLAKE2B 54e021767169180590f710addd475b730957a812f33d50d090503c6590c24086ba122541f7154880c0635820dedcd39a00851148f6000f56eb801a5e7893064a SHA512 53a6f7d72b9fc877683e4df4a434180759e946b1d4e375210dc8656e7aa244f675d7795c75f574bc17c5806ba47b9081ee97e94fe28f1dd08dfc34ce3f0005ad
+DIST irrlicht-mt-1.9.0.7.tar.gz 909510 BLAKE2B 15552612e6cd01d35e48a02e7faa6db521bee2472c68c3a0a0696ae8578cd9cf272d30b953ed4e64a4e233638b6e99a77da301c4cbd9d6c65c634d9a7fdf274b SHA512 5b533efde6bca5ff2a6041d88fcf405c3452c0ccc52ca2d5e03072b0b31c16830cf5fe2af06573c71b29022b590f3082fc8997537c73a7e1981911083e7bf855
diff --git a/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.7.ebuild b/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.7.ebuild
new file mode 100644
index 000000000000..e5bc5eda8416
--- /dev/null
+++ b/dev-games/irrlicht-mt/irrlicht-mt-1.9.0.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="${PN%-mt}"
+MY_PV="$(ver_rs 3 'mt')"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="Minetest's fork of dev-games/irrlicht"
+HOMEPAGE="https://github.com/minetest/irrlicht"
+SRC_URI="https://github.com/minetest/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="~dev-games/irrlicht-mt-headers-${PV}
+ media-libs/libpng:0=
+ sys-libs/zlib
+ media-libs/libjpeg-turbo
+ virtual/opengl
+ x11-libs/libX11
+ x11-libs/libXi
+ x11-libs/libXxf86vm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ cmake_src_install
+
+ # We package these separately
+ rm -r "${ED}"/usr/include/${PN/-/} || die "Failed to exclude header files from installation"
+}
next reply other threads:[~2022-08-09 11:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-09 11:37 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-08 20:09 [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-mt/ Petr Vaněk
2023-12-14 15:34 Marek Szuba
2023-04-10 10:27 Marek Szuba
2023-04-08 21:26 Marek Szuba
2022-09-26 1:01 Marek Szuba
2022-09-21 18:33 Marek Szuba
2022-09-21 18:33 Marek Szuba
2022-08-09 11:38 Marek Szuba
2022-05-24 9:18 Marek Szuba
2022-02-10 12:19 Marek Szuba
2022-02-01 14:33 Marek Szuba
2022-02-01 10:53 Marek Szuba
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=1660044973.e92b8f11fd87dc681c74817a62bcd0fe78bdc39d.marecki@gentoo \
--to=marecki@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