summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-roguelike/nethack: keyworded 3.6.1 for ppc/ppc64, bug #676630Sergei Trofimovich2019-03-131-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-roguelike/nethack: Update to the newest PR versionLuis Ressel2018-08-231-2/+3
| | | | | | Accidentally merged an old version. Fixing it up. Pull-Request: https://github.com/gentoo/gentoo/pull/9661
* games-roguelike/nethack: Bump to 3.6.1Luis Ressel2018-08-233-0/+244
| | | | | | | | | | | | | | | | | | * Bump to EAPI 7 * Update SRC_URI * (Hopefully?) support prefix builds * Various improvements suggested by mgorny * Set SGID on the /var/games/nethack directory to avoid a potential privilege escalation during package upgrades * Don't redefine LINUX and STATUS_HILITES * Unconditionally enable DUMPLOG and SCORE_ON_BOTL per upstream recommendations * Remove obsolete STATUS_VIA_WINDOWPORT and the now empty "experimental" USE flag Thanks-to: Michał Górny <mgorny@gentoo.org> Thanks-to: Laurent Bercot Closes: https://github.com/gentoo/gentoo/pull/9661
* games-roguelike/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto)Matt Turner2018-06-101-1/+1
|
* games-roguelike/nethack: Remove useless maintainer <description/>Michał Górny2018-02-111-1/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* games-roguelike/nethack: Update HOMEPAGE.Jeroen Roovers2017-12-151-1/+1
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* games-roguelike/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* *games*/*: Dekeyword ppc/ia64/sparcDavid Seifert2017-07-081-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/4614
* games-roguelike/nethack: add ~arm keyword (bug 604326).Michael Weber2017-03-311-2/+2
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-roguelike/nethack: Remove old ebuildsLuis Ressel2016-02-122-307/+0
|
* games-roguelike/nethack: Fix map colors in x11 interfaceLuis Ressel2016-02-122-0/+330
| | | | | Gentoo-Bug: 573598 X-Upstream-Commit: a41382d
* games-roguelike/nethack: Update metadata.xmlLuis Ressel2016-02-071-15/+15
| | | | | Use a more verbose maintainer <description>, as preferred by the proxy-maint project.
* games-roguelike/nethack: Remove migration codeLuis Ressel2016-02-071-21/+0
| | | | | Remove the migration logic handling updates from <3.4.3-r3. It's been in place for over six months, that should be enough.
* games-roguelike/nethack: Bump to EAPI 6Luis Ressel2016-02-071-0/+164
|
* games-roguelike/nethack: Remove old versionsLuis Ressel2016-02-0711-710/+0
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* games-roguelike/nethack: Improved nethackrc for 3.6Luis Ressel2016-01-135-12/+106
|
* games-roguelike/nethack: Add "experimental" USE flagLuis Ressel2016-01-132-1/+6
| | | | | This toggles support for the showscore and status_hilite features considered experimental by upstream.
* games-roguelike/nethack: Store make options in variableLuis Ressel2016-01-131-0/+171
| | | | Also, drop LOCKDIR, it's unneccessary.
* games-roguelike/nethack: Bump to 3.6.0Luis Ressel2015-12-305-0/+332
| | | | | | Thorough ebuild rewrite. Gentoo-Bug: 567762
* games-roguelike/nethack: Minor cleanupLuis Ressel2015-10-191-8/+7
| | | | | * Drop \ after && and || * Drop reference to old X11 libdir
* games-roguelike/nethack: Remove old revisionsLuis Ressel2015-10-192-449/+0
|
* games-roguelike/nethack: Add subslot operator to ncurses depLuis Ressel2015-10-191-1/+1
|
* games-roguelike/nethack: Don't install dot.nethackrc to HACKDIRLuis Ressel2015-10-191-8/+4
| | | | | | It's only a default config file to be used by users, there's another copy in /etc/skel, and there's an elog message to point users to the version in /etc/skel, so we really don't need this in $HACKDIR.
* games-roguelike/nethack: Install nethack menu iconLuis Ressel2015-10-191-1/+3
| | | | X-Gentoo-Bug: 132754
* games-roguelike/nethack: Move HACKDIR to /usr/libLuis Ressel2015-10-191-0/+232
| | | | | | | | Move nethack's HACKDIR (containing its static data) from /usr/share to /usr/lib because its contents are architecture-dependent. /usr/lib is the location recommended by upstream and also used by other distros. X-Gentoo-Bug: 97557
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0812-0/+764
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed