Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654288 - games-roguelike/nethack-3.6.1 version bump
Summary: games-roguelike/nethack-3.6.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mira Ressel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-29 08:55 UTC by R030t1
Modified: 2018-08-25 11:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild (nethack-3.6.1.ebuild,3.86 KB, text/plain)
2018-08-01 14:19 UTC, sven.a.jonsson
Details
revbumped hint file (nethack-3.6.1-hint-tty,258 bytes, text/plain)
2018-08-01 14:20 UTC, sven.a.jonsson
Details
revbumbed hint file (nethack-3.6.1-hint-x11,412 bytes, patch)
2018-08-01 14:21 UTC, sven.a.jonsson
Details | Diff
revbumped rc file (nethack-3.6.1-nethackrc,2.40 KB, text/plain)
2018-08-01 14:21 UTC, sven.a.jonsson
Details
Updated patch (nethack-3.6.1-recover.patch,3.17 KB, patch)
2018-08-01 14:22 UTC, sven.a.jonsson
Details | Diff
revbumped rc file (nethack-3.6.1-nethackrc,2.40 KB, text/x-matlab)
2018-08-01 14:36 UTC, sven.a.jonsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R030t1 2018-04-29 08:55:55 UTC
https://nethack.org/v361/release.html
Comment 1 Jonas Stein gentoo-dev 2018-04-29 08:57:50 UTC
Thank you for the bump request. 
You can help the maintainer with further information:
Does a simple bump [1] work on your system? 
Chances are high, because a first look on the bump revealed only small changes.

[1] https://wiki.gentoo.org/wiki/Custom_repository#Simple_version_bump_of_an_ebuild_in_the_local_overlay
Comment 2 R030t1 2018-04-30 01:33:10 UTC
A simple bump doesn't work. Renaming the file grabs the package from upstream however the patches and (font?) hinting files need to be considered.
Comment 3 sven.a.jonsson 2018-08-01 14:19:44 UTC
Created attachment 541930 [details]
Updated ebuild
Comment 4 sven.a.jonsson 2018-08-01 14:20:46 UTC
Created attachment 541932 [details]
revbumped hint file
Comment 5 sven.a.jonsson 2018-08-01 14:21:21 UTC
Created attachment 541934 [details, diff]
revbumbed hint file
Comment 6 sven.a.jonsson 2018-08-01 14:21:54 UTC
Created attachment 541936 [details]
revbumped rc file
Comment 7 sven.a.jonsson 2018-08-01 14:22:24 UTC
Created attachment 541938 [details, diff]
Updated patch
Comment 8 sven.a.jonsson 2018-08-01 14:24:57 UTC
I have successfully built nethack 3.6.1 with the attached set of files.
(one hint file accidentally was marked as a diff file, but it isn't).
Comment 9 sven.a.jonsson 2018-08-01 14:27:03 UTC
Comment on attachment 541936 [details]
revbumped rc file

>## 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) .*"
Comment 10 sven.a.jonsson 2018-08-01 14:36:25 UTC
Created attachment 541940 [details]
revbumped rc file
Comment 11 sven.a.jonsson 2018-08-01 14:36:55 UTC
Sorry for making a mess above.
Comment 12 Mira Ressel 2018-08-21 21:42:58 UTC
Thanks! The hint files did indeed require no changes, but a few other adjustments to the ebuild were in order.

I've prepared the new ebuild and will submit it to proxy-maint shortly.
Comment 13 Mira Ressel 2018-08-25 11:19:51 UTC
Now available in the tree.