From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-857551-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F79058973 for <garchives@archives.gentoo.org>; Sat, 16 Jan 2016 02:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE31821C01C; Sat, 16 Jan 2016 02:40:02 +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 4B47F21C01C for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 02:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2C3D340B29 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 02:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5016AE61 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2016 02:39:57 +0000 (UTC) From: "Ian Delaney" <idella4@gentoo.org> 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" <idella4@gentoo.org> Message-ID: <1452723167.28f8771b0895f2fd3117f60b9c69e562c983ef44.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/files/, games-roguelike/nethack/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/nethack/files/dot.nethackrc games-roguelike/nethack/files/nethack-3.4.3-nethackrc games-roguelike/nethack/files/nethack-3.6.0-nethackrc games-roguelike/nethack/nethack-3.4.3-r5.ebuild games-roguelike/nethack/nethack-3.6.0-r1.ebuild games-roguelike/nethack/nethack-3.6.0.ebuild X-VCS-Directories: games-roguelike/nethack/ games-roguelike/nethack/files/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 28f8771b0895f2fd3117f60b9c69e562c983ef44 X-VCS-Branch: master Date: Sat, 16 Jan 2016 02:39:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6d62a26-7438-4b69-a3a5-5e450fa34ef2 X-Archives-Hash: 4728c98466b1abf4c0229e642d0c7ddf commit: 28f8771b0895f2fd3117f60b9c69e562c983ef44 Author: Luis Ressel <aranea <AT> aixah <DOT> de> AuthorDate: Wed Jan 13 20:18:41 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 22:12:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f8771b games-roguelike/nethack: Improved nethackrc for 3.6 .../{dot.nethackrc => nethack-3.4.3-nethackrc} | 0 .../nethack/files/nethack-3.6.0-nethackrc | 103 +++++++++++++++++++++ games-roguelike/nethack/nethack-3.4.3-r5.ebuild | 2 +- games-roguelike/nethack/nethack-3.6.0-r1.ebuild | 11 +-- games-roguelike/nethack/nethack-3.6.0.ebuild | 2 +- 5 files changed, 106 insertions(+), 12 deletions(-) diff --git a/games-roguelike/nethack/files/dot.nethackrc b/games-roguelike/nethack/files/nethack-3.4.3-nethackrc similarity index 100% rename from games-roguelike/nethack/files/dot.nethackrc rename to games-roguelike/nethack/files/nethack-3.4.3-nethackrc diff --git a/games-roguelike/nethack/files/nethack-3.6.0-nethackrc b/games-roguelike/nethack/files/nethack-3.6.0-nethackrc new file mode 100644 index 0000000..33c9806 --- /dev/null +++ b/games-roguelike/nethack/files/nethack-3.6.0-nethackrc @@ -0,0 +1,103 @@ +## This is an example nethackrc file (courtesy of nethack.alt.org). +## +## You should edit it to suit your needs. +## Please read the Guidebook in /usr/share/doc/nethack or at www.nethack.org. +## +## Options which are enabled by default (like autoopen) can be disabled +## by prefixing them with a ! + +## If USE=X is enabled, this can be changed to x11 +#OPTIONS=windowtype:tty + +## Custom fruit and pet names +#OPTIONS=fruit:mango +#OPTIONS=dogname:Izchak +#OPTIONS=catname:Chun-Li +#OPTIONS=horsename:Marlon + +## Colored output +#OPTIONS=color + +## Automatically dig if you are wielding a digging tool and moving +## into a place that can be dug +#OPTIONS=autodig + +## Walking into a door attempts to open it +#OPTIONS=autoopen + +## Automatically pick up stuff +#OPTIONS=autopickup + +## Only use autopickup for these item types +#OPTIONS=pickup_types:$!?/"= + +## Allow saving and loading bones files. +#OPTIONS=bones + +## Show out-of-sight areas of lit rooms +#OPTIONS=dark_room + +## Use inverse for pets +#OPTIONS=hilite_pet + +## Use inverse for piles of items +#OPTIONS=hilite_pile + +## Show experience +#OPTIONS=showexp + +## Show elapsed game time (in turns) +#OPTIONS=time + +## How recalled messages (ctrl-p) are displayed. +#OPTIONS=msg_window:reversed + +## use IBMgraphics or DECgraphics +#OPTIONS=symset:DECgraphics +#OPTIONS=symset:IBMgraphics + +## If you don't like some default glyphs, these can be changed +#SYMBOLS=S_boulder:0 +#SYMBOLS=S_lava:~ +#SYMBOLS=S_pool:~ +#SYMBOLS=S_water:~ +#SYMBOLS=S_ghost:8 +#SYMBOLS=S_golem:7 + +## Sort items by name. One of "none", "loot", or "full" +#OPTIONS=sortloot:full + +## Require explicit yes for some prompts +#OPTIONS=paranoid_confirmation:Confirm quit attack pray wand Remove + +## Conducts +#OPTIONS=nudist +#OPTIONS=blind + + +## Colored menus. Regular expressions allowed. +#OPTIONS=menucolors +#MENUCOLOR=" blessed "=green +#MENUCOLOR=" holy "=green +#MENUCOLOR=" cursed "=red +#MENUCOLOR=" unholy "=red +#MENUCOLOR=" cursed .* (being worn)"=orange&underline + + +## Messagetypes + +## displacing pets. hide the message. +#MSGTYPE=hide "You swap places with your .*" + +## items on floor. don't repeat the message. +#MSGTYPE=norep "You see here a .*" +#MSGTYPE=norep "You see here an .*" + +## delayed instadeaths. always prompt for -more- +#MSGTYPE=stop "You are slowing down." +#MSGTYPE=stop "You find it hard to breathe." +#MSGTYPE=stop "You are turning a little .*" + +## moving up or down stairs +#MSGTYPE=hide "You descend .*" +#MSGTYPE=hide "You (climb|fly) (up|down) .*" diff --git a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild b/games-roguelike/nethack/nethack-3.4.3-r5.ebuild index 6762a44..3746bd9 100644 --- a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild +++ b/games-roguelike/nethack/nethack-3.4.3-r5.ebuild @@ -143,7 +143,7 @@ src_install() { dodoc doc/*.txt insinto /etc/skel - newins "${FILESDIR}/dot.nethackrc" .nethackrc + newins "${FILESDIR}/${P}-nethackrc" .nethackrc local windowtypes="tty" use X && windowtypes="${windowtypes} x11" diff --git a/games-roguelike/nethack/nethack-3.6.0-r1.ebuild b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild index 3696d05..01e66e8 100644 --- a/games-roguelike/nethack/nethack-3.6.0-r1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild @@ -87,16 +87,7 @@ src_install() { newins sys/unix/sysconf nethack.sysconf insinto /etc/skel - newins "${FILESDIR}/dot.nethackrc" .nethackrc - - local windowtypes="tty" - use X && windowtypes="x11 ${windowtypes}" - set -- ${windowtypes} - sed -i \ - -e "s:GENTOO_WINDOWTYPES:${windowtypes}:" \ - -e "s:GENTOO_DEFWINDOWTYPE:$1:" \ - "${D}/etc/skel/.nethackrc" \ - || die "sed /etc/skel/.nethackrc failed" + newins "${FILESDIR}/${P}-nethackrc" .nethackrc if use X ; then cd "${S}/win/X11" || die "Failed to enter win/X11 directory" diff --git a/games-roguelike/nethack/nethack-3.6.0.ebuild b/games-roguelike/nethack/nethack-3.6.0.ebuild index 11c43ea..f627cad 100644 --- a/games-roguelike/nethack/nethack-3.6.0.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0.ebuild @@ -93,7 +93,7 @@ src_install() { newins sys/unix/sysconf nethack.sysconf insinto /etc/skel - newins "${FILESDIR}/dot.nethackrc" .nethackrc + newins "${FILESDIR}/${PN}-3.4.3-nethackrc" .nethackrc local windowtypes="tty" use X && windowtypes="x11 ${windowtypes}"