* [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/
@ 2020-02-22 21:08 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2020-02-22 21:08 UTC (permalink / raw
To: gentoo-commits
commit: bc29277a58895bda30cc956e5bd69e724df6c260
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 21:47:12 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 21:08:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29277a
dev-games/irrlicht-headers: New package
Bug: https://bugs.gentoo.org/706372
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14464
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
| 2 +
| 43 ++++++++++++++++++++++
| 11 ++++++
3 files changed, 56 insertions(+)
--git a/dev-games/irrlicht-headers/Manifest b/dev-games/irrlicht-headers/Manifest
new file mode 100644
index 00000000000..94979316ecc
--- /dev/null
+++ b/dev-games/irrlicht-headers/Manifest
@@ -0,0 +1,2 @@
+DIST irrlicht-1.8.4-patchset.tar.bz2 4813 BLAKE2B acad0f0dcc2ff5778608d0620063e7c70935838447f4bd1b241e08fb24f69531c29d96e95de394a3018e239fd7865bc3b50dc9ed5d54dd171b7b51df6c740b4d SHA512 5035cdf42fd26449d03e849ca248f6abcfcea1b0e9827683f00be2545ce90e3979e41c94fd487cfb1c67450e2e973f872d11d233c5a5b654700cec2ccb7f5602
+DIST irrlicht-1.8.4.zip 27927144 BLAKE2B 2c2d7e1306b169e537258152f88b11578d8a33c0ebe58e7ee48242048b70b9ba01069fcf272e44e18f7afbd1e6ec89d6bd86289d203929388e6b96871c048a98 SHA512 de69ddd2c6bc80a1b27b9a620e3697b1baa552f24c7d624076d471f3aecd9b15f71dce3b640811e6ece20f49b57688d428e3503936a7926b3e3b0cc696af98d1
--git a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
new file mode 100644
index 00000000000..c954409b0df
--- /dev/null
+++ b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+MY_PN="irrlicht"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Irrlicht 3D engine headers"
+HOMEPAGE="http://irrlicht.sourceforge.net/"
+SRC_URI="mirror://sourceforge/irrlicht/${MY_P}.zip
+ https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.bz2"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="!<dev-games/irrlicht-1.8.4-r1"
+BDEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}/source/${MY_PN^}
+
+PATCHES=(
+ "${WORKDIR}"/${MY_P}-patchset/${MY_P}-config.patch
+)
+
+src_prepare() {
+ cd "${WORKDIR}"/${MY_P} || die
+ edos2unix include/IrrCompileConfig.h
+ default
+}
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ cd "${WORKDIR}"/${MY_P} || die
+
+ insinto /usr/include/${MY_PN}
+ doins include/*
+}
--git a/dev-games/irrlicht-headers/metadata.xml b/dev-games/irrlicht-headers/metadata.xml
new file mode 100644
index 00000000000..5a340ad7a1c
--- /dev/null
+++ b/dev-games/irrlicht-headers/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">irrlicht</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/
@ 2020-04-14 7:58 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 2e350f54f43905594c6b25634b4c3e1b50910c86
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 07:58:33 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 07:58:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e350f54
dev-games/irrlicht-headers: amd64 stable wrt bug #717364
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
index c954409b0df..df85dee18b9 100644
--- a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
+++ b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/irrlicht/${MY_P}.zip
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="!<dev-games/irrlicht-1.8.4-r1"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/
@ 2020-04-14 13:02 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 529d4be996fb0a17499e7414312ff98ede571e3a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:02:47 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:02:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529d4be9
dev-games/irrlicht-headers: x86 stable wrt bug #717364
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
index df85dee18b9..ab9daf82d8e 100644
--- a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
+++ b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/irrlicht/${MY_P}.zip
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="!<dev-games/irrlicht-1.8.4-r1"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/
@ 2020-09-19 15:38 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2020-09-19 15:38 UTC (permalink / raw
To: gentoo-commits
commit: ac11f1586b8fdd6be453939ed02c4fd73ca761c9
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 18:17:20 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:37:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac11f158
dev-games/irrlicht-headers: inherit edos2unix instead of eutils
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17556
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
index ab9daf82d8e..2996e70be60 100644
--- a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
+++ b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit eutils
+inherit edos2unix
MY_PN="irrlicht"
MY_P="${MY_PN}-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/
@ 2021-08-13 13:32 Marek Szuba
0 siblings, 0 replies; 5+ messages in thread
From: Marek Szuba @ 2021-08-13 13:32 UTC (permalink / raw
To: gentoo-commits
commit: d76e6bbbb8e4384346013e8d1f5ebecf747f3424
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 12:22:04 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 13:31:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76e6bbb
dev-games/irrlicht-headers: keyword 1.8.4 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
index 2996e70be60..932e4d085de 100644
--- a/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
+++ b/dev-games/irrlicht-headers/irrlicht-headers-1.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,13 +8,13 @@ inherit edos2unix
MY_PN="irrlicht"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Irrlicht 3D engine headers"
-HOMEPAGE="http://irrlicht.sourceforge.net/"
+HOMEPAGE="https://irrlicht.sourceforge.io/"
SRC_URI="mirror://sourceforge/irrlicht/${MY_P}.zip
https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.bz2"
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="!<dev-games/irrlicht-1.8.4-r1"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-13 13:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 15:38 [gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht-headers/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2021-08-13 13:32 Marek Szuba
2020-04-14 13:02 Agostino Sarubbo
2020-04-14 7:58 Agostino Sarubbo
2020-02-22 21:08 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox