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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDE8B158041 for ; Thu, 28 Mar 2024 21:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAAB0E29F7; Thu, 28 Mar 2024 21:49:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98956E29F7 for ; Thu, 28 Mar 2024 21:49:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF3E9340943 for ; Thu, 28 Mar 2024 21:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F4B15FC for ; Thu, 28 Mar 2024 21:49:28 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711658073.7feb3d973e6cdade3676b65c1ac71b038cd73cfb.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-strategy/warhammer4000-dawn-of-war-demo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/warhammer4000-dawn-of-war-demo/warhammer4000-dawn-of-war-demo-1.ebuild X-VCS-Directories: games-strategy/warhammer4000-dawn-of-war-demo/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 7feb3d973e6cdade3676b65c1ac71b038cd73cfb X-VCS-Branch: master Date: Thu, 28 Mar 2024 21:49:28 +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: def20d25-af32-4973-8c89-5d0d46537da7 X-Archives-Hash: 19741332706ef58145e5d4e9f7f13cfc commit: 7feb3d973e6cdade3676b65c1ac71b038cd73cfb Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Mar 28 20:34:33 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Mar 28 20:34:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7feb3d97 games-strategy/warhammer4000-dawn-of-war-demo: einfo add about game location Signed-off-by: Vitaly Zdanevich ya.ru> .../warhammer4000-dawn-of-war-demo-1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-strategy/warhammer4000-dawn-of-war-demo/warhammer4000-dawn-of-war-demo-1.ebuild b/games-strategy/warhammer4000-dawn-of-war-demo/warhammer4000-dawn-of-war-demo-1.ebuild index 22f5fcec6d..20cf613b49 100644 --- a/games-strategy/warhammer4000-dawn-of-war-demo/warhammer4000-dawn-of-war-demo-1.ebuild +++ b/games-strategy/warhammer4000-dawn-of-war-demo/warhammer4000-dawn-of-war-demo-1.ebuild @@ -42,4 +42,5 @@ pkg_postinst() { einfo "https://store.steampowered.com/app/4570/Warhammer_40000_Dawn_of_War__Game_of_the_Year_Edition/" einfo "https://www.wikidata.org/wiki/Q1061708" einfo "https://www.pcgamingwiki.com/wiki/Warhammer_40%2C000%3A_Dawn_of_War" + einfo "The game is installed to /opt/$PN - if you want to run it by another Wine or operating system" }