From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1A1C58973 for ; Sat, 16 Jan 2016 02:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0064721C001; Sat, 16 Jan 2016 02:40:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D2921C001 for ; Sat, 16 Jan 2016 02:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B82B1340B53 for ; Sat, 16 Jan 2016 02:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D179A91 for ; Sat, 16 Jan 2016 02:39:57 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1452723167.0464f764bc743e9903ed5a34df0b00b61b43f00c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/nethack/metadata.xml games-roguelike/nethack/nethack-3.6.0-r1.ebuild X-VCS-Directories: games-roguelike/nethack/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 0464f764bc743e9903ed5a34df0b00b61b43f00c X-VCS-Branch: master Date: Sat, 16 Jan 2016 02:39:57 +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-Archives-Salt: 37aa4cee-d09c-4a6d-b747-f5e88424cc02 X-Archives-Hash: f417dfd38d5eaeb9a35051420aae9639 commit: 0464f764bc743e9903ed5a34df0b00b61b43f00c Author: Luis Ressel aixah de> AuthorDate: Wed Jan 13 19:27:57 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Jan 13 22:12:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0464f764 games-roguelike/nethack: Add "experimental" USE flag This toggles support for the showscore and status_hilite features considered experimental by upstream. games-roguelike/nethack/metadata.xml | 3 +++ games-roguelike/nethack/nethack-3.6.0-r1.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/games-roguelike/nethack/metadata.xml b/games-roguelike/nethack/metadata.xml index 28f26f2..5570ca3 100644 --- a/games-roguelike/nethack/metadata.xml +++ b/games-roguelike/nethack/metadata.xml @@ -10,4 +10,7 @@ nethack + + Enable experimental features (showscore and status_hilite) + diff --git a/games-roguelike/nethack/nethack-3.6.0-r1.ebuild b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild index 319bb0f..3696d05 100644 --- a/games-roguelike/nethack/nethack-3.6.0-r1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="X" +IUSE="experimental X" RDEPEND="sys-libs/ncurses:0= X? ( @@ -56,6 +56,8 @@ src_compile() { append-cflags -DSYSCF "-DSYSCF_FILE=\\\"/etc/nethack.sysconf\\\"" use X && append-cflags -DX11_GRAPHICS -DUSE_XPM + use experimental && + append-cflags -DSTATUS_VIA_WINDOWPORT -DSTATUS_HILITES -DSCORE_ON_BOTL makeopts=( CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"