From 1c33e521c460dc40899ce7bc919602b842ce27e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Mar 2023 23:52:45 +0000 Subject: gentoo auto-resync : 05:03:2023 - 23:52:45 --- games-simulation/lincity/Manifest | 2 +- games-simulation/lincity/lincity-1.13.1-r3.ebuild | 61 -------------------- games-simulation/lincity/lincity-1.13.1-r4.ebuild | 68 +++++++++++++++++++++++ 3 files changed, 69 insertions(+), 62 deletions(-) delete mode 100644 games-simulation/lincity/lincity-1.13.1-r3.ebuild create mode 100644 games-simulation/lincity/lincity-1.13.1-r4.ebuild (limited to 'games-simulation/lincity') diff --git a/games-simulation/lincity/Manifest b/games-simulation/lincity/Manifest index 56c6e181542c..9f6df5c8f3c5 100644 --- a/games-simulation/lincity/Manifest +++ b/games-simulation/lincity/Manifest @@ -3,5 +3,5 @@ AUX lincity-1.13.1-build.patch 1476 BLAKE2B 941fca117f259915c0e55fd8febddb5c3b6b AUX lincity-1.13.1-gcc-10.patch 1540 BLAKE2B 9eb02f6f5820ddb6fdd0edbd25921f7f2a01595f1c1ac3d70e0683bd3fa625ee5a477e5df5d616eb334648ff01d8379970ecb72d272abadbd4867cac349cb0fa SHA512 433929f62f2dc425304bd34ccfdcbb92cbef17486c3628bb649d0c74e0fb68c5c5ab4219a2eb1028d197769ec02566db221c2e9666cfae84dc49e96f67e8d215 DIST lincity-1.13.1.tar.gz 1064236 BLAKE2B 1172ced3255048f3132f85cd9ae994c7e0558170f7e7a24909af1856669c4ad90d57acd76f330fb556656ed74843dda159005350760fc059c6b184cedf1e9393 SHA512 bc4ee7a1642b1efa25f9edaabd3aeb52d1ca1d016735c5094586f52fda3ec4e9080ff35fe518c1ccbfad9fd54babb370f4b9b6a158b4d2f43b7182155084eefc DIST lincity.png 5377 BLAKE2B 2238140719a8c1b094fbe6d7b52b9224245f2c36f970e04aa3fcaf6090409145f17dad2c2a83f6528e695fd9d26d9c053c45978502b7e44f73cf25719d7ed3aa SHA512 40a8955fdc8397662ef0d084163e7dcad59e278429792bd7096e193a0d04791c2355a0dbd2c1f72a032bbfc71bc4e27e37a3d0d4e82de8e7170bb70205d983a3 -EBUILD lincity-1.13.1-r3.ebuild 1065 BLAKE2B db35b616bfac1b21bfa5140cc77719f846b5e0563e29709386ddda93c685e2060ba5284630973d6e269bbe60c525e75e4ccaf6dea875f81efa55b09c5c676078 SHA512 9d545ff078ffdafdf7a6716ca0909c6ea2d670b89c48d2af94b32c097e7e1639ef928d7e0e40e2986d8bf32a4558973a4a3f93c72655d6055a101955e2f0ae4b +EBUILD lincity-1.13.1-r4.ebuild 1142 BLAKE2B 2563a372701292a9e6e8857b77d519b0f7eda3ba249378c14598936cb69ce5b601c7a8e62314e491ef8d45d5b884f764c85c5501b931672acb4f913e2ae6b5b3 SHA512 180f8b27869be2c89df002d1a3fb6ea61cf38f7e0ea8c392d522c5adc1674867c3818c43eb297dc5a0c5b53db59f76650e1dc013cf9bbb7e9adc54fad2d1fd1f MISC metadata.xml 331 BLAKE2B 593e63be77f20f26d1f8e8b9a4eb77ca71db1f34edba26420edad3f7578f10f41b9deae0f4caeb74767de6afc1948a989a005936ef33f3f46c315823c88730d4 SHA512 ced143eeec08adb0cf97914ca2995271dd2303b715335f5f4e10591fa341c9ddf1889d75abba8cb9dcfc51effaf8f082752d9842844fe5a3c3b81cf23224d745 diff --git a/games-simulation/lincity/lincity-1.13.1-r3.ebuild b/games-simulation/lincity/lincity-1.13.1-r3.ebuild deleted file mode 100644 index c80cf4adcb21..000000000000 --- a/games-simulation/lincity/lincity-1.13.1-r3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop - -DESCRIPTION="City simulation game for X" -HOMEPAGE="http://lincity.sourceforge.net/" -SRC_URI=" - mirror://sourceforge/lincity/${P}.tar.gz - https://dev.gentoo.org/~ionen/distfiles/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - media-libs/libpng:= - virtual/libintl - x11-libs/libXext" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" -BDEPEND="sys-devel/gettext" - -PATCHES=( - "${FILESDIR}"/${P}-build.patch - "${FILESDIR}"/${P}-gcc-10.patch - "${FILESDIR}"/${P}-Fix-prototypes-and-implicit-function-declarations.patch -) - -src_configure() { - local econfargs=( - --with-gzip - --with-x - --without-svga - ac_cv_lib_ICE_IceConnectionNumber=no # not actually used - ) - - econf "${econfargs[@]}" -} - -src_compile() { - emake - emake X_PROGS -} - -src_install() { - default - - dobin x${PN} - - newman {,x}${PN}.6 - rm "${ED}"/usr/share/man/man6/${PN}.6 - - dodoc Acknowledgements - - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry x${PN} ${PN^} -} diff --git a/games-simulation/lincity/lincity-1.13.1-r4.ebuild b/games-simulation/lincity/lincity-1.13.1-r4.ebuild new file mode 100644 index 000000000000..29d3d9a64773 --- /dev/null +++ b/games-simulation/lincity/lincity-1.13.1-r4.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools desktop + +DESCRIPTION="City simulation game for X" +HOMEPAGE="http://lincity.sourceforge.net/" +SRC_URI=" + mirror://sourceforge/lincity/${P}.tar.gz + https://dev.gentoo.org/~ionen/distfiles/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + media-libs/libpng:= + virtual/libintl + x11-libs/libXext" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" +BDEPEND="sys-devel/gettext" + +PATCHES=( + "${FILESDIR}"/${P}-build.patch + "${FILESDIR}"/${P}-gcc-10.patch + "${FILESDIR}"/${P}-Fix-prototypes-and-implicit-function-declarations.patch +) + +src_prepare() { + default + + # Clang 16, bug #899020 + eautoreconf +} + +src_configure() { + local econfargs=( + --with-gzip + --with-x + --without-svga + ac_cv_lib_ICE_IceConnectionNumber=no # not actually used + ) + + econf "${econfargs[@]}" +} + +src_compile() { + emake + emake X_PROGS +} + +src_install() { + default + + dobin x${PN} + + newman {,x}${PN}.6 + rm "${ED}"/usr/share/man/man6/${PN}.6 + + dodoc Acknowledgements + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry x${PN} ${PN^} +} -- cgit v1.2.3