summaryrefslogtreecommitdiff
path: root/games-simulation/lincity/lincity-1.13.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
commitba3d6ddada23eaa04f85228bee3438ab479b4442 (patch)
tree87c61faa67018943d552f24d91f0aeaece2b771e /games-simulation/lincity/lincity-1.13.1-r2.ebuild
parent2e6d363c5e87569efc23848513e71f2233b7e9d9 (diff)
gentoo auto-resync : 23:10:2022 - 21:50:51
Diffstat (limited to 'games-simulation/lincity/lincity-1.13.1-r2.ebuild')
-rw-r--r--games-simulation/lincity/lincity-1.13.1-r2.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/games-simulation/lincity/lincity-1.13.1-r2.ebuild b/games-simulation/lincity/lincity-1.13.1-r2.ebuild
deleted file mode 100644
index c67386702def..000000000000
--- a/games-simulation/lincity/lincity-1.13.1-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 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
-)
-
-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^}
-}