* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2019-03-06 22:35 James Le Cuirot
0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-03-06 22:35 UTC (permalink / raw
To: gentoo-commits
commit: ca160ab03625cc7fe4993c0fe908fd1e5e355588
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 5 23:06:29 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 22:35:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca160ab0
games-simulation/lincity-ng: Install at least some documentation
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
index 45efc920930..264541ba5b1 100644
--- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
@@ -31,8 +31,9 @@ S="${WORKDIR}/${PN}-${P/_/-}"
src_prepare() {
default
- sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \
- Jamfile || die
+
+ # Missing CREDITS files actually breaks the install.
+ sed -i -r "s/\b(COPYING[^ ]*|CREDITS)\b//g" Jamfile || die
# Can't use eautoreconf as it does weird jam stuff.
autotools_run_tool ./autogen.sh
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2019-03-06 22:35 James Le Cuirot
0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-03-06 22:35 UTC (permalink / raw
To: gentoo-commits
commit: bed5ab3bc1fc1c4de95067bf365c861a52e24c61
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Sun Mar 3 15:45:35 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 22:34:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed5ab3b
games-simulation/lincity-ng: bump version to 2.9_beta; EAPI=7
Drop games eclass; update homepage, SRC_URI and licenses; fix prefixed
install; some minor and stylistic changes.
Closes: https://bugs.gentoo.org/604618
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11235
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-simulation/lincity-ng/Manifest | 1 +
.../lincity-ng/lincity-ng-2.9_beta.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/games-simulation/lincity-ng/Manifest b/games-simulation/lincity-ng/Manifest
index 7460532650e..b2974845809 100644
--- a/games-simulation/lincity-ng/Manifest
+++ b/games-simulation/lincity-ng/Manifest
@@ -1 +1,2 @@
DIST lincity-ng-2.0.tar.bz2 39475719 BLAKE2B 39992e6a2ef78e53eea1b0e347c968f6828089b5267e6d62dac7405ea91b182335431b1718ef9892b649b1437751959deb9fa407dfd899fd1dfca55145d059f2 SHA512 d85cd398145d1591f8640458c076f2a0b55713c39ede28b67d99adc7b76d38f09b58cd2ec84d9acac11bbaa794f6d97f6200f54efcdd4286315e6b3133284c55
+DIST lincity-ng-2.9_beta.tar.gz 115799513 BLAKE2B 038c69172af9a62b35199823ef56200e170a8eafef2849bc6d8797bbc20ffa01656d05b1ba0725d4d33e217602f6695d3bdf2774b90b85c6e257e13e019bebcb SHA512 194b7389d7172b7987eda14cbbf2dd91aa503af36db9cf3bdf07ab6ae5e0068ac00988fec6068d65da6bdf14dee623bba57a58192e2a9659e741a7c9036e6d65
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
new file mode 100644
index 00000000000..c71738c6f41
--- /dev/null
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multiprocessing
+
+DESCRIPTION="City simulation game"
+HOMEPAGE="https://github.com/lincity-ng/lincity-ng"
+SRC_URI="https://github.com/lincity-ng/lincity-ng/archive/lincity-ng-${PV/_/-}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 BitstreamVera CC-BY-SA-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-games/physfs
+ dev-libs/libxml2:2
+ media-libs/libsdl[sound,joystick,opengl,video]
+ media-libs/sdl-gfx
+ media-libs/sdl-image[png]
+ media-libs/sdl-mixer[vorbis]
+ media-libs/sdl-ttf
+ sys-libs/zlib
+ virtual/opengl"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/ftjam
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${P/_/-}"
+
+src_prepare() {
+ default
+ sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \
+ Jamfile || die
+ ./autogen.sh || die
+}
+
+src_compile() {
+ jam -q -dx -j $(makeopts_jobs) || die "jam failed"
+}
+
+src_install() {
+ jam -sDESTDIR="${D}" \
+ -sappdocdir="${EPREFIX}/usr/share/doc/${PF}" \
+ -sapplicationsdir="${EPREFIX}/usr/share/applications" \
+ -spixmapsdir="${EPREFIX}/usr/share/pixmaps" \
+ install \
+ || die "jam install failed"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2019-03-06 22:35 James Le Cuirot
0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-03-06 22:35 UTC (permalink / raw
To: gentoo-commits
commit: db38fe2980f7649e206ae887c509664a52222ad6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 5 23:05:04 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 22:35:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db38fe29
games-simulation/lincity-ng: Use autotools eclass around autogen.sh
This deals with dependencies and we should also run elibtoolize.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
index c71738c6f41..45efc920930 100644
--- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit multiprocessing
+inherit autotools libtool multiprocessing
DESCRIPTION="City simulation game"
HOMEPAGE="https://github.com/lincity-ng/lincity-ng"
@@ -33,7 +33,10 @@ src_prepare() {
default
sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \
Jamfile || die
- ./autogen.sh || die
+
+ # Can't use eautoreconf as it does weird jam stuff.
+ autotools_run_tool ./autogen.sh
+ elibtoolize
}
src_compile() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2019-03-06 22:35 James Le Cuirot
0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-03-06 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 3e50c90f89b1b86be508b058ed3b9f1c9a84029e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 22:13:27 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 22:35:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e50c90f
games-simulation/lincity-ng: Respect AR and RANLIB
Unlike CXX and friends, these are not passed from configure to jam.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
index 264541ba5b1..c49cae5849f 100644
--- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools libtool multiprocessing
+inherit autotools libtool multiprocessing toolchain-funcs
DESCRIPTION="City simulation game"
HOMEPAGE="https://github.com/lincity-ng/lincity-ng"
@@ -41,7 +41,11 @@ src_prepare() {
}
src_compile() {
- jam -q -dx -j $(makeopts_jobs) || die "jam failed"
+ jam -q -dx \
+ -j$(makeopts_jobs) \
+ -sAR="$(tc-getAR) ru" \
+ -sRANLIB="$(tc-getRANLIB)" \
+ || die "jam failed"
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2021-08-04 2:11 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2021-08-04 2:11 UTC (permalink / raw
To: gentoo-commits
commit: bbc0b38dcfccd5c083cb2d85a0353ed79b972927
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 18:29:03 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 02:11:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc0b38d
games-simulation/lincity-ng: add github remote-id
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-simulation/lincity-ng/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-simulation/lincity-ng/metadata.xml b/games-simulation/lincity-ng/metadata.xml
index 7dd75a46b63..af89c7a1eb3 100644
--- a/games-simulation/lincity-ng/metadata.xml
+++ b/games-simulation/lincity-ng/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
+ <remote-id type="github">lincity-ng/lincity-ng</remote-id>
<remote-id type="sourceforge">lincity-ng.berlios</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2025-05-29 21:57 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-05-29 21:57 UTC (permalink / raw
To: gentoo-commits
commit: c528223a36871a4696ff80547ae974ab57570ed4
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat May 3 14:26:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 29 21:55:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c528223a
games-simulation/lincity-ng: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{lincity-ng-2.9_beta.ebuild => lincity-ng-2.9_beta-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta-r1.ebuild
similarity index 96%
rename from games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
rename to games-simulation/lincity-ng/lincity-ng-2.9_beta-r1.ebuild
index 793d68044eab..744f5856bd0f 100644
--- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild
+++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-games/physfs
- dev-libs/libxml2:2
+ dev-libs/libxml2:2=
media-libs/libsdl[joystick,opengl,sound,video]
media-libs/sdl-gfx
media-libs/sdl-image[png]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/
@ 2025-06-26 2:14 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-06-26 2:14 UTC (permalink / raw
To: gentoo-commits
commit: 94a4252257380531dd924f576d3ffd2147e4b476
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 01:56:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 01:56:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a42522
games-simulation/lincity-ng: add 2.13.1, 9999
I've added a live ebuild given there's a bunch of dep changes there.
Closes: https://bugs.gentoo.org/953878
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-simulation/lincity-ng/Manifest | 1 +
.../lincity-ng/lincity-ng-2.13.1.ebuild | 47 ++++++++++++++++++++++
games-simulation/lincity-ng/lincity-ng-9999.ebuild | 45 +++++++++++++++++++++
3 files changed, 93 insertions(+)
diff --git a/games-simulation/lincity-ng/Manifest b/games-simulation/lincity-ng/Manifest
index 4b146efcc55f..a50d5f3d40c8 100644
--- a/games-simulation/lincity-ng/Manifest
+++ b/games-simulation/lincity-ng/Manifest
@@ -1 +1,2 @@
+DIST lincity-ng-2.13.1-Source.tar.xz 93133488 BLAKE2B 56142d7415fd858289f21d796ffcd7af9e26faabd012d985f2fd773000206764795ff1bb5f79e79c85d0950b3debe80627cf371018c015bbfbad0ee71c53a543 SHA512 8fe31744dbb25910510b72f35d530cf85c672ad2aaa7737bbd0a8a71f783a5e240b551ffd73dd7dbe1559e3be2a441dad7e882bf764ffcedceb06e1cdb43acc3
DIST lincity-ng-2.9_beta.tar.gz 115799513 BLAKE2B 038c69172af9a62b35199823ef56200e170a8eafef2849bc6d8797bbc20ffa01656d05b1ba0725d4d33e217602f6695d3bdf2774b90b85c6e257e13e019bebcb SHA512 194b7389d7172b7987eda14cbbf2dd91aa503af36db9cf3bdf07ab6ae5e0068ac00988fec6068d65da6bdf14dee623bba57a58192e2a9659e741a7c9036e6d65
diff --git a/games-simulation/lincity-ng/lincity-ng-2.13.1.ebuild b/games-simulation/lincity-ng/lincity-ng-2.13.1.ebuild
new file mode 100644
index 000000000000..7c07816a05e2
--- /dev/null
+++ b/games-simulation/lincity-ng/lincity-ng-2.13.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+inherit cmake xdg
+
+DESCRIPTION="City simulation game"
+HOMEPAGE="https://github.com/lincity-ng/lincity-ng"
+
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/lincity-ng/lincity-ng"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/lincity-ng/lincity-ng/releases/download/${P}/${P}-Source.tar.xz"
+ S="${WORKDIR}"/${P}-Source
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+ BitstreamVera CC-BY-SA-2.0"
+SLOT="0"
+
+RDEPEND="
+ dev-games/physfs
+ dev-libs/libxml2:2=
+ dev-cpp/libxmlpp:5.0=
+ media-libs/libsdl2[joystick,opengl,sound,video]
+ media-libs/sdl2-gfx
+ media-libs/sdl2-image[png]
+ media-libs/sdl2-mixer[vorbis]
+ media-libs/sdl2-ttf
+ sys-libs/zlib
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/libxslt
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure(){
+ local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release )
+ cmake_src_configure
+}
diff --git a/games-simulation/lincity-ng/lincity-ng-9999.ebuild b/games-simulation/lincity-ng/lincity-ng-9999.ebuild
new file mode 100644
index 000000000000..a51cb8da2e74
--- /dev/null
+++ b/games-simulation/lincity-ng/lincity-ng-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+inherit cmake xdg
+
+DESCRIPTION="City simulation game"
+HOMEPAGE="https://github.com/lincity-ng/lincity-ng"
+
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://github.com/lincity-ng/lincity-ng"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/lincity-ng/lincity-ng/releases/download/${P}/${P}-Source.tar.xz"
+ S="${WORKDIR}"/${P}-Source
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+ BitstreamVera CC-BY-SA-2.0"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/libxml2:2=
+ dev-cpp/libxmlpp:5.0=
+ >=media-libs/libsdl2-2.0.18[joystick,opengl,sound,video]
+ >=media-libs/sdl2-image-2.0.0[png]
+ >=media-libs/sdl2-mixer-2.0.0[vorbis]
+ >=media-libs/sdl2-ttf-2.0.12
+ >=sys-libs/zlib-1.0
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/libxslt
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure(){
+ local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-06-26 2:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29 21:57 [gentoo-commits] repo/gentoo:master commit in: games-simulation/lincity-ng/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-06-26 2:14 Sam James
2021-08-04 2:11 Ionen Wolkens
2019-03-06 22:35 James Le Cuirot
2019-03-06 22:35 James Le Cuirot
2019-03-06 22:35 James Le Cuirot
2019-03-06 22:35 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