* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-06-04 8:14 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-06-04 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 3e6390be5c1d89b3c05ddcc5923cbfa0e7463fab
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jun 4 08:14:00 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Jun 4 08:14:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e6390be
games-strategy/gigalomania: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/Manifest | 1 +
.../gigalomania/gigalomania-1.0.1.ebuild | 43 ++++++++++++++++++++++
games-strategy/gigalomania/metadata.xml | 11 ++++++
3 files changed, 55 insertions(+)
diff --git a/games-strategy/gigalomania/Manifest b/games-strategy/gigalomania/Manifest
new file mode 100644
index 000000000..1839391f1
--- /dev/null
+++ b/games-strategy/gigalomania/Manifest
@@ -0,0 +1 @@
+DIST gigalomaniasrc.zip 26975134 BLAKE2B bada94b266e30e54e4f0929673c5d9d53f25a69e84516d6f7fe5905b627a73501714b8ac307488b3ef6872b85023f67d0c862b6e58b40c25ea2091846803fd0d SHA512 255eb3d5ce566fbff42c1075c850cd2c7e2490f91bcf97954aa36ad9fb8bb787c1e817e682b0954e53c758c79ec76c431bedbf37b8197764ee40b48d09e75bcc
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
new file mode 100644
index 000000000..5b0b110b0
--- /dev/null
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit wrapper
+
+DESCRIPTION="Libra clone of Mega-Lo-Mania (original from ~1990), supports original resources"
+HOMEPAGE="https://gigalomania.sourceforge.net"
+SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip"
+
+S="$WORKDIR/${PN}src"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ app-arch/unzip
+ media-libs/libsdl2
+ media-libs/sdl2-image
+ media-libs/sdl2-mixer
+"
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ DESTDIR="$D" emake install
+
+ dosym -r /opt/$PN/$PN /usr/bin/$PN
+
+ make_wrapper $PN "./$PN" /opt/$PN/
+}
+
+pkg_postinst() {
+ einfo "Supports using the graphics from Mega-Lo-Mania (from the Amiga version - should be in hard disk format, e.g., Whdload version) if you have that game."
+ einfo "The data/ folder should be copied into the main gigalomania/ folder"
+ einfo "and then rename the gfx/ folder to something else (e.g., xgfx/)."
+ einfo "It's up to you to legally obtain the game if you want this feature!"
+}
diff --git a/games-strategy/gigalomania/metadata.xml b/games-strategy/gigalomania/metadata.xml
new file mode 100644
index 000000000..00bbb6c0e
--- /dev/null
+++ b/games-strategy/gigalomania/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="launchpad">gigalomania</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-06-04 8:14 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-06-04 8:14 UTC (permalink / raw
To: gentoo-commits
commit: c58da28fb0735a1fbab8159d9599ca2a02977441
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jun 4 08:14:30 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Jun 4 08:14:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c58da28f
games-strategy/gigalomania: typo Libra -> Libre
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 5b0b110b0..fe31e9b41 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit wrapper
-DESCRIPTION="Libra clone of Mega-Lo-Mania (original from ~1990), supports original resources"
+DESCRIPTION="Libre clone of Mega-Lo-Mania (original from ~1990), supports original resources"
HOMEPAGE="https://gigalomania.sourceforge.net"
SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-06-07 21:49 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-06-07 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 93890cdcaa9fb2b13270bf97688f61b26820c53c
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jun 7 21:49:41 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jun 7 21:49:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93890cdc
games-strategy/gigalomania: remove dosym - we already have make_wrapper
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index fe31e9b41..8569e1ede 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -30,8 +30,6 @@ src_compile() {
src_install() {
DESTDIR="$D" emake install
- dosym -r /opt/$PN/$PN /usr/bin/$PN
-
make_wrapper $PN "./$PN" /opt/$PN/
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-11 0:24 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-11 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 3d3ace2191ff33b3e862b693457ecbfc7c4a68a5
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jul 11 00:24:05 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jul 11 00:24:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d3ace21
games-strategy/gigalomania: fix does not respect CFLAGS
Close https://bugs.gentoo.org/933592
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index db69d23c8..fe2eb62cb 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
"
src_compile() {
- emake
+ emake CFLAGS="$CFLAGS"
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-11 21:57 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-11 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 57b1c1462b67eebf0ceb76e59282a2c8cc68552c
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jul 11 21:57:17 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jul 11 21:57:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57b1c146
games-strategy/gigalomania: add braces around variable
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index fe2eb62cb..ece3d8f90 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
"
src_compile() {
- emake CFLAGS="$CFLAGS"
+ emake CFLAGS="${CFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-11 22:50 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-11 22:50 UTC (permalink / raw
To: gentoo-commits
commit: ad2613fee1506475e9ac5cc4649ee9288f65df43
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jul 11 22:50:19 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jul 11 22:50:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad2613fe
games-strategy/gigalomania: add -> ${P}.zip
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/Manifest | 2 +-
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/gigalomania/Manifest b/games-strategy/gigalomania/Manifest
index 1839391f1..4d56fd259 100644
--- a/games-strategy/gigalomania/Manifest
+++ b/games-strategy/gigalomania/Manifest
@@ -1 +1 @@
-DIST gigalomaniasrc.zip 26975134 BLAKE2B bada94b266e30e54e4f0929673c5d9d53f25a69e84516d6f7fe5905b627a73501714b8ac307488b3ef6872b85023f67d0c862b6e58b40c25ea2091846803fd0d SHA512 255eb3d5ce566fbff42c1075c850cd2c7e2490f91bcf97954aa36ad9fb8bb787c1e817e682b0954e53c758c79ec76c431bedbf37b8197764ee40b48d09e75bcc
+DIST gigalomania-1.0.1.zip 26975134 BLAKE2B bada94b266e30e54e4f0929673c5d9d53f25a69e84516d6f7fe5905b627a73501714b8ac307488b3ef6872b85023f67d0c862b6e58b40c25ea2091846803fd0d SHA512 255eb3d5ce566fbff42c1075c850cd2c7e2490f91bcf97954aa36ad9fb8bb787c1e817e682b0954e53c758c79ec76c431bedbf37b8197764ee40b48d09e75bcc
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index ece3d8f90..452d9751b 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -7,7 +7,7 @@ inherit wrapper
DESCRIPTION="Libre clone of Mega-Lo-Mania (original from ~1990), supports original resources"
HOMEPAGE="https://gigalomania.sourceforge.net"
-SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip"
+SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip -> ${P}.zip"
S="$WORKDIR/${PN}src"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-11 22:56 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-11 22:56 UTC (permalink / raw
To: gentoo-commits
commit: f02f92c6d4531d9017c14183fd7127f8331a5cce
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jul 11 22:56:22 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jul 11 22:56:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f02f92c6
games-strategy/gigalomania: $D -> $ED
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 452d9751b..19bdadaa3 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- DESTDIR="$D" emake install
+ DESTDIR="$ED" emake install
make_wrapper $PN "./$PN" /opt/$PN/
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-11 23:00 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-11 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 15a625c6fcd092eae1251934872dc1d65e3d2791
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jul 11 23:00:35 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jul 11 23:00:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15a625c6
games-strategy/gigalomania: add braces
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 19bdadaa3..4dbfd9a27 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- DESTDIR="$ED" emake install
+ DESTDIR="${ED}" emake install
make_wrapper $PN "./$PN" /opt/$PN/
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-16 7:00 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-16 7:00 UTC (permalink / raw
To: gentoo-commits
commit: d6c398cdb8561baed21815ee6e0d57738e049114
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jul 16 07:00:01 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Jul 16 07:00:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6c398cd
games-strategy/gigalomania: RDEPEND fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 4dbfd9a27..36b14f33b 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -23,6 +23,12 @@ BDEPEND="
media-libs/sdl2-mixer
"
+RDEPEND="
+ media-libs/libsdl2
+ media-libs/sdl2-image
+ media-libs/sdl2-mixer
+"
+
src_compile() {
emake CFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-16 7:48 Vitaly Zdanevich
0 siblings, 0 replies; 13+ messages in thread
From: Vitaly Zdanevich @ 2024-07-16 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 39c252e155fc873352b684c5e0738f9b59ad6170
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jul 16 07:47:32 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Jul 16 07:47:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39c252e1
games-strategy/gigalomania: remove empty src_prepare()
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 97143112f..d2e5bb1ec 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -33,12 +33,6 @@ PATCHES="
${FILESDIR}/Makefile.patch
"
-src_prepare() {
- ls -lh
-
- default
-}
-
src_compile() {
emake CFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-17 1:13 Lucio Sauer
0 siblings, 0 replies; 13+ messages in thread
From: Lucio Sauer @ 2024-07-17 1:13 UTC (permalink / raw
To: gentoo-commits
commit: e625e03a6550b19eeacccd15bd0173ba0520c493
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jul 16 23:06:29 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 17 01:13:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e625e03a
games-strategy/gigalomania: export CHOST CXX for make to pick it up
Add braces to variables
Bug: https://bugs.gentoo.org/933590
Fixes: 045133af3013ed23260908c32e5ca3bcd1b4297e
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index d2e5bb1ec..c21290b05 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-inherit wrapper
+inherit toolchain-funcs wrapper
DESCRIPTION="Libre clone of Mega-Lo-Mania (original from ~1990), supports original resources"
HOMEPAGE="https://gigalomania.sourceforge.net"
-SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip -> ${P}.zip"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}src.zip -> ${P}.zip"
-S="$WORKDIR/${PN}src"
+S="${WORKDIR}/${PN}src"
LICENSE="GPL-2"
@@ -34,13 +34,14 @@ PATCHES="
"
src_compile() {
+ tc-export CXX
emake CFLAGS="${CFLAGS}"
}
src_install() {
DESTDIR="${ED}" emake install
- make_wrapper $PN "./$PN" /opt/$PN/
+ make_wrapper ${PN} "./${PN}" /opt/${PN}/
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-17 1:13 Lucio Sauer
0 siblings, 0 replies; 13+ messages in thread
From: Lucio Sauer @ 2024-07-17 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 96efefb928a718e465e9ece30e4ddd439553e77d
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jul 16 23:08:43 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 17 01:13:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96efefb9
games-strategy/gigalomania: pass CXXFLAGS instead of CFLAGS to make
This is a cpp program.
Bug: https://bugs.gentoo.org/933592
Fixes: 96d99c5656ca40fbdb3a4970130cdfe4f9d6e69a
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index c21290b05..3bec97385 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -35,7 +35,7 @@ PATCHES="
src_compile() {
tc-export CXX
- emake CFLAGS="${CFLAGS}"
+ emake CXXFLAGS="${CXXFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/
@ 2024-07-17 1:13 Lucio Sauer
0 siblings, 0 replies; 13+ messages in thread
From: Lucio Sauer @ 2024-07-17 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 4a795fda13eca803ab654f472eef795835d0a084
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jul 16 23:11:14 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 17 01:13:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a795fda
games-strategy/gigalomania: Pass the user's LDFLAGS to make
Bug: https://bugs.gentoo.org/933591
Fixes: bf643d2fe683d020907c17d1364a2b06343a8a3b
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index 3bec97385..a6af90f8d 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -35,7 +35,7 @@ PATCHES="
src_compile() {
tc-export CXX
- emake CXXFLAGS="${CXXFLAGS}"
+ emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-07-17 1:13 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 7:48 [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/ Vitaly Zdanevich
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 1:13 Lucio Sauer
2024-07-17 1:13 Lucio Sauer
2024-07-17 1:13 Lucio Sauer
2024-07-16 7:00 Vitaly Zdanevich
2024-07-11 23:00 Vitaly Zdanevich
2024-07-11 22:56 Vitaly Zdanevich
2024-07-11 22:50 Vitaly Zdanevich
2024-07-11 21:57 Vitaly Zdanevich
2024-07-11 0:24 Vitaly Zdanevich
2024-06-07 21:49 Vitaly Zdanevich
2024-06-04 8:14 Vitaly Zdanevich
2024-06-04 8:14 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox