From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9A5A158012 for ; Wed, 22 Sep 2021 22:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A395E0942; Wed, 22 Sep 2021 22:26:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EF34E0942 for ; Wed, 22 Sep 2021 22:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3177C342B91 for ; Wed, 22 Sep 2021 22:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6358108 for ; Wed, 22 Sep 2021 22:26:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1632349535.bb24b14931750caa8c0b10e4685e8daf687df566.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/files/, games-strategy/julius/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/julius/Manifest games-strategy/julius/files/90julius.sh games-strategy/julius/julius-1.4.1.ebuild X-VCS-Directories: games-strategy/julius/ games-strategy/julius/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bb24b14931750caa8c0b10e4685e8daf687df566 X-VCS-Branch: master Date: Wed, 22 Sep 2021 22:26:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42975134-0e9b-44f9-bd8c-b6dc2e922a3e X-Archives-Hash: d95ce58ca4adb08d81f491f925aac8a4 commit: bb24b14931750caa8c0b10e4685e8daf687df566 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 22 22:06:25 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 22 22:25:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb24b149 games-strategy/julius: drop 1.4.1 Signed-off-by: Ionen Wolkens gentoo.org> games-strategy/julius/Manifest | 1 - games-strategy/julius/files/90julius.sh | 2 -- games-strategy/julius/julius-1.4.1.ebuild | 48 ------------------------------- 3 files changed, 51 deletions(-) diff --git a/games-strategy/julius/Manifest b/games-strategy/julius/Manifest index 34cd813e85f..6431ef394db 100644 --- a/games-strategy/julius/Manifest +++ b/games-strategy/julius/Manifest @@ -1,2 +1 @@ -DIST julius-1.4.1.tar.gz 8592785 BLAKE2B 8eb91522fccdee33600b02de766727beb19f138c0f695eb92aaa77ea2f25ec293906d0c75d31d42159097a12317ba38b22c01e7edf722670f51fe56d625d9ae7 SHA512 8488cee4a229299fd771f7ebddf076888b2e11458b2edbb6058b29b1f7e79d372ec2f913df3afacd8191551ba692a900508e64661ead1029916e28f356f79f7b DIST julius-1.6.0.tar.gz 6884324 BLAKE2B 142f05b8f7165e59678fc56fcdf9e2c00aea880540e16fedc627ed40afb4ce96511d99f0cd99f99997d8d66f776e6d847cc66256fafde771345948ba097b940e SHA512 c21256b9f126011b0961411209d354e713e6de44a30c190a7de5e0a702636961ad0775beb171b17767ec70e334e6101f9c1ad26df6860b4f4d59d74510083905 diff --git a/games-strategy/julius/files/90julius.sh b/games-strategy/julius/files/90julius.sh deleted file mode 100644 index e88111f8994..00000000000 --- a/games-strategy/julius/files/90julius.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -alias julius-game='julius-game ~/.cache/julius/app' 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 dc3f63777c1..00000000000 --- 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." -}