Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139020 - Maintainership request: games-roguelike/mangband
Summary: Maintainership request: games-roguelike/mangband
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Proxy Maintainers
URL: http://www.mangband.org
Whiteboard:
Keywords:
Depends on:
Blocks: 584542
  Show dependency tree
 
Reported: 2006-07-03 08:37 UTC by Daedius
Modified: 2017-08-05 16:01 UTC (History)
2 users (show)

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


Attachments
an ebuild for mangband (mangband-1.1.2.ebuild,844 bytes, text/plain)
2009-08-28 14:13 UTC, Torben Hohn
Details
mangband-1.1.3.ebuild new and shiny (mangband-1.1.3.ebuild,1.80 KB, text/plain)
2016-05-28 12:28 UTC, flambard
Details
Patch #1 needed by mangband-1.1.3 ebuild (mangband-1.1.3-paths.patch,3.33 KB, patch)
2016-05-28 12:30 UTC, flambard
Details | Diff
Patch #2 needed by mangband-1.1.3.ebuild (mangband-1.1.3-strchr.patch,379 bytes, patch)
2016-05-28 12:30 UTC, flambard
Details | Diff
mangband-1.1.3.ebuild with epatch_user added (mangband-1.1.3.ebuild,1.81 KB, text/plain)
2016-05-28 14:34 UTC, flambard
Details
mangband-1.1.3.ebuild eapi=6 (mangband-1.1.3.ebuild,2.06 KB, text/plain)
2016-05-28 20:29 UTC, flambard
Details
Patch #1 needed by mangband-1.1.3 ebuild (mangband-1.1.3-paths.patch,2.96 KB, patch)
2016-05-28 20:31 UTC, flambard
Details | Diff
Patch #2 needed by mangband-1.1.3.ebuild (mangband-1.1.3-strchr.patch,371 bytes, patch)
2016-05-28 20:32 UTC, flambard
Details | Diff
mangband-1.1.3.ebuild EPREFIX removed (mangband-1.1.3.ebuild,2.02 KB, text/plain)
2016-05-29 07:26 UTC, flambard
Details
mangband-1.1.3.ebuild RepoMan warnings fixed (mangband-1.1.3.ebuild,2.01 KB, text/plain)
2016-05-29 07:55 UTC, flambard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daedius 2006-07-03 08:37:29 UTC
This is a great game, and the only game I know of the angband genre that is multiplayer.  Its dependancies are very few.
Comment 1 Torben Hohn 2009-08-28 14:13:11 UTC
Created attachment 202485 [details]
an ebuild for mangband

its not really beautyful. but its a start
Comment 2 flambard 2016-05-28 12:28:14 UTC
Created attachment 435620 [details]
mangband-1.1.3.ebuild new and shiny

Here's a new ebuild for recently released version 1.1.3
Comment 3 flambard 2016-05-28 12:30:20 UTC
Created attachment 435622 [details, diff]
Patch #1 needed by mangband-1.1.3 ebuild
Comment 4 flambard 2016-05-28 12:30:57 UTC
Created attachment 435624 [details, diff]
Patch #2 needed by mangband-1.1.3.ebuild
Comment 5 flambard 2016-05-28 12:33:39 UTC
I would like to press this matter forward. I'm ready to deal with any problems in the submitted ebuild.
Comment 6 flambard 2016-05-28 14:34:43 UTC
Created attachment 435640 [details]
mangband-1.1.3.ebuild with epatch_user added
Comment 7 flambard 2016-05-28 20:29:43 UTC
Created attachment 435658 [details]
mangband-1.1.3.ebuild eapi=6
Comment 8 flambard 2016-05-28 20:31:35 UTC
Created attachment 435660 [details, diff]
Patch #1 needed by mangband-1.1.3 ebuild
Comment 9 flambard 2016-05-28 20:32:02 UTC
Created attachment 435662 [details, diff]
Patch #2 needed by mangband-1.1.3.ebuild
Comment 10 flambard 2016-05-29 07:26:02 UTC
Created attachment 435682 [details]
mangband-1.1.3.ebuild EPREFIX removed
Comment 11 flambard 2016-05-29 07:55:38 UTC
Created attachment 435684 [details]
mangband-1.1.3.ebuild RepoMan warnings fixed
Comment 12 Amy Liffey gentoo-dev 2016-05-29 08:39:18 UTC
committer	Amy Winston <amynka@gentoo.org>	2016-05-29 08:28:29 (GMT)
commit	cf2dd43960ddaba7674b966b116cb0e9868043eb 

games-roguelike/mangband: initial commit new package bug #139020
Comment 13 Mr. Bones. (RETIRED) gentoo-dev 2016-05-29 13:53:04 UTC
I wonder what happens if you have USE="-*"
Comment 14 flambard 2016-05-29 14:13:08 UTC
AFAIK, the client will assume you meant ncurses, will try to build with ncurses, then fail the build (if it doesn't actually exist on your system).

In theory, client can be compiled without any backends, which will produce a working (but pointless) binary that exits as soon as it starts with a "No display module found" message.

Is this preferable? I can add a patch to configure.ac to ensure this actually happens.