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 62484158F56 for ; Mon, 16 Aug 2021 20:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B051E0BB1; Sun, 15 Aug 2021 12:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB445E0BB1 for ; Sun, 15 Aug 2021 12:45:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA9A344822 for ; Sun, 15 Aug 2021 12:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 916977AF for ; Sun, 15 Aug 2021 12:45:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1629031493.a72e19538f75f5d2900a45d2866d762f3e7c81d9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild X-VCS-Directories: games-strategy/warzone2100/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a72e19538f75f5d2900a45d2866d762f3e7c81d9 X-VCS-Branch: master Date: Sun, 15 Aug 2021 12:45:08 +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: ef2c4e8b-291c-4fe8-8da1-50626d9f6da5 X-Archives-Hash: dd4a01d7b9888153829b4d8d6e3aeb8c commit: a72e19538f75f5d2900a45d2866d762f3e7c81d9 Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 15 12:42:54 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 15 12:44:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72e1953 games-strategy/warzone2100: Revbump to fix video install location Closes: https://bugs.gentoo.org/808438 Signed-off-by: Lars Wendler gentoo.org> .../{warzone2100-4.1.3-r1.ebuild => warzone2100-4.1.3-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild b/games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild similarity index 99% rename from games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild rename to games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild index ab190710681..3e39b944a70 100644 --- a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild +++ b/games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild @@ -111,6 +111,7 @@ src_install() { "${ED}"/usr/share/doc/${PF}/copyright || die if use videos ; then + insinto /usr/share/${PN} newins "${DISTDIR}"/${VIDEOS_P} sequences.wz fi }