summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-roguelike/angband: keyword 4.2.2-r1 for ~riscvAlex Fan2021-09-121-1/+1
| | | | | Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-roguelike/angband: Add sys-libs/ncurses[unicode(+)]David Seifert2021-07-171-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-roguelike/angband: upgrade 4.2.1 -> 4.2.2Stefan Strogin2021-07-043-58/+4
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: drop 4.2.1Ionen Wolkens2021-06-221-106/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-roguelike/angband: Remove oldAndreas K. Huettel2021-01-053-134/+0
| | | | | | Bug: https://bugs.gentoo.org/707770 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* games-roguelike/angband: drop old 4.2.0Stefan Strogin2020-08-114-153/+0
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: add patch to fix SDL2 soundStefan Strogin2020-08-112-0/+158
| | | | | | Closes: https://bugs.gentoo.org/728096 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: upgrade to 4.2.1Stefan Strogin2020-06-122-0/+108
| | | | | | | | | - Add manpage; don't install uncompiled RSTs as docs. - Drop the gcc-10 patch applied upstream. - Drop SDL 1.2 front end, install SDL 2 with USE=sdl. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: tweak for gcc-10, bug #707770Sergei Trofimovich2020-02-292-1/+25
| | | | | | Closes: https://bugs.gentoo.org/707770 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-roguelike/angband: bump version to 4.2.0Stefan Strogin2019-08-203-0/+129
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: update metadata.xmlStefan Strogin2019-05-071-5/+1
| | | | | | Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-roguelike/angband: add myself as proxy maintainterStefan Strogin2019-04-051-0/+8
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11582 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-roguelike/angband: fix build with sys-libs/ncurses[tinfo]Stefan Strogin2019-04-052-0/+31
| | | | | | | Closes: https://bugs.gentoo.org/679942 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-roguelike/angband: Drop old 4.0.5James Le Cuirot2019-03-093-129/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: EAPI bump to 7James Le Cuirot2019-03-091-5/+11
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: rework USE flag logicStefan Strogin2019-03-091-20/+18
| | | | | | | | | | | | | | | | Add REQUIRED_USE "at least one of" X or ncurses, thanks to it we can drop some tricky conditions in src_configure and RDEPEND. Besides that angband simply cannot build with USE="-X -ncurses". Add sound? ( sdl ) to REQUIRED_USE as SDL is needed for sound. Add media-fonts/font-misc-misc to RDEPEND with USE=X. Default USE flags in accordance with the upstream configure options: set +X, +ncurses; disable sound. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: drop pkg-config hackStefan Strogin2019-03-091-1/+0
| | | | | | | | | It is no longer needed since configure.ac was fixed upstream: https://github.com/angband/angband/commit/780d86b2b00baaac0b308783d1be1c2cae117dfe Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: minor improvementsStefan Strogin2019-03-091-32/+18
| | | | | | | | | | | | | | | | - Empty line after EAPI=6. - Use https. - Remove unused eutils eclass. - Sort RDEPEND list. - Remove a misplaced bracket so that media-libs/sdl-mixer[mp3] is required only with USE=sound enabled. - Remove redundant gnome2_icon_savelist call - Remove obsolete message in pkg_postinst - Some stylistic changes. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: migrate from versionator to eapi7-verStefan Strogin2019-03-091-2/+2
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: version bump to 4.1.3Stefan Strogin2019-03-092-0/+114
| | | | | | | | Closes: https://bugs.gentoo.org/674542 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11023 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-roguelike/angband: Remove oldDavid Seifert2017-12-213-233/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* games-roguelike/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* games-*/*: Remove stable keywordsDavid Seifert2017-11-182-2/+2
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* games-roguelike/angband: tweak --bindir location for prefixSergei Trofimovich2017-09-301-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* games-roguelike/angband: fix build on pie gcc, bug #617982Sergei Trofimovich2017-09-092-1/+16
| | | | | | Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/617982 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* *games*/*: Dekeyword ppc/ia64/sparcDavid Seifert2017-07-083-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/4614
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-roguelike/angband: ppc stable wrt bug #585342Agostino Sarubbo2017-01-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: x86 stable wrt bug #585342Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: amd64 stable wrt bug #585342Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: remove deprecated games eclassAustin English2016-08-051-0/+114
| | | | | | | | Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0
* games-roguelike/angband: version bump (bug #582468)Michael Sterrett2016-05-082-0/+118
| | | | Package-Manager: portage-2.2.26
* games-roguelike/angband: clean oldMichael Sterrett2016-03-202-117/+0
| | | | Package-Manager: portage-2.2.26
* games-roguelike/angband: ppc stable wrt bug #577022Agostino Sarubbo2016-03-161-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: x86 stable wrt bug #577022Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: amd64 stable wrt bug #577022Agostino Sarubbo2016-03-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: version bump (bug #573604)Michael Sterrett2016-02-092-0/+118
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* oldMichael Sterrett2015-12-293-200/+0
| | | | Package-Manager: portage-2.2.24
* games-roguelike/angband: x86 stable wrt bug #567668Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: ppc stable wrt bug #567668Agostino Sarubbo2015-12-071-1/+1
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-roguelike/angband: amd64 stable wrt bug #567668Agostino Sarubbo2015-12-071-1/+1
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* add slot to ncurses depMichael Sterrett2015-11-061-2/+2
| | | | Package-Manager: portage-2.2.20.1
* version bump (bug #564118)Michael Sterrett2015-11-062-0/+117
| | | | Package-Manager: portage-2.2.20.1
* games-roguelike/angband: sys-libs/ncurses needs unicode use flag (bug #558172)Michael Sterrett2015-08-261-2/+2
| | | | Package-Manager: portage-2.2.20.1
* 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>