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 84B79138334 for ; Sat, 9 Feb 2019 22:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677F1E0AE3; Sat, 9 Feb 2019 22:40:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3A6EBE0AE3 for ; Sat, 9 Feb 2019 22:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B855335CED for ; Sat, 9 Feb 2019 22:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 648ED520 for ; Sat, 9 Feb 2019 22:40:10 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1549751996.77c1cb9782017a36006e27f5ea864353550153ca.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/stone-soup/metadata.xml games-roguelike/stone-soup/stone-soup-0.22.0.ebuild X-VCS-Directories: games-roguelike/stone-soup/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 77c1cb9782017a36006e27f5ea864353550153ca X-VCS-Branch: master Date: Sat, 9 Feb 2019 22:40:10 +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: acc6fd96-6673-4a51-ab26-0267e89f57c3 X-Archives-Hash: 6b7018d69a7848e48a5910bfaecabd3f commit: 77c1cb9782017a36006e27f5ea864353550153ca Author: Erik Mackdanz gentoo org> AuthorDate: Sat Feb 9 22:39:56 2019 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sat Feb 9 22:39:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c1cb97 games-roguelike/stone-soup: Stabilize 0.22.0, add maintainership Signed-off-by: Erik Mackdanz gentoo.org> Package-Manager: Portage-2.3.59, Repoman-2.3.12 games-roguelike/stone-soup/metadata.xml | 4 ++++ games-roguelike/stone-soup/stone-soup-0.22.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/games-roguelike/stone-soup/metadata.xml b/games-roguelike/stone-soup/metadata.xml index 68e84b34cc4..ec38a399560 100644 --- a/games-roguelike/stone-soup/metadata.xml +++ b/games-roguelike/stone-soup/metadata.xml @@ -1,6 +1,10 @@ + + stasibear@gentoo.org + Erik Mackdanz + games@gentoo.org Gentoo Games Project diff --git a/games-roguelike/stone-soup/stone-soup-0.22.0.ebuild b/games-roguelike/stone-soup/stone-soup-0.22.0.ebuild index 14ea7d7dbe8..742c2c56bd9 100644 --- a/games-roguelike/stone-soup/stone-soup-0.22.0.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ## TODO @@ -23,7 +23,7 @@ SRC_URI=" # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/ LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug luajit ncurses test +tiles" # test is broken # see https://crawl.develz.org/mantis/view.php?id=6121