diff options
author | 2021-09-22 18:06:25 -0400 | |
---|---|---|
committer | 2021-09-22 18:25:35 -0400 | |
commit | bb24b14931750caa8c0b10e4685e8daf687df566 (patch) | |
tree | 93b719711811133454fd4f185b2710853db3fcc7 /games-strategy/julius/julius-1.4.1.ebuild | |
parent | games-misc/cowsay: drop 3.04-r1 (diff) | |
download | gentoo-bb24b14931750caa8c0b10e4685e8daf687df566.tar.gz gentoo-bb24b14931750caa8c0b10e4685e8daf687df566.tar.bz2 gentoo-bb24b14931750caa8c0b10e4685e8daf687df566.zip |
games-strategy/julius: drop 1.4.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy/julius/julius-1.4.1.ebuild')
-rw-r--r-- | games-strategy/julius/julius-1.4.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-strategy/julius/julius-1.4.1.ebuild b/games-strategy/julius/julius-1.4.1.ebuild deleted file mode 100644 index dc3f63777c18..000000000000 --- a/games-strategy/julius/julius-1.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg cmake - -DESCRIPTION="Feature-faithful open source re-implementation of Caesar III" -HOMEPAGE="https://github.com/bvschaik/julius" -SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - media-libs/libpng:0= - media-libs/libsdl2[joystick,video,sound] - media-libs/sdl2-mixer -" -RDEPEND=" - ${DEPEND} -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.4.1-rename.patch -) - -src_install() { - insinto /etc/profile.d - doins "${FILESDIR}"/90julius.sh - cmake_src_install -} - -pkg_postinst() { - xdg_pkg_postinst - - ewarn "Julius requires you to download the original Caesar 3 resources." - ewarn - ewarn "You need to obtain these files from a vendor of the proprietary software." - ewarn "You will then need to copy the 'app' directory into '~/.cache/julius/'." - ewarn "One way to obtain this directory is to download the GOG Cesar 3 edition." - ewarn "You can then produce this directory by running:" - ewarn " innoextract -m setup_caesar3_2.0.0.9.exe" - ewarn - ewarn "Lastly, run 'source /etc/profile' to refresh your environment and be able" - ewarn "to start the game directly by running 'julius-game' in the command line." -} |