summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/dosbox: respect user's ARSergei Trofimovich2020-06-062-0/+12
| | | | | | | Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/724412 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dosbox: Drop old and vulnerable 0.74_p20160629James Le Cuirot2020-01-053-63/+0
| | | | | | | Bug: https://bugs.gentoo.org/704414 Closes: https://bugs.gentoo.org/701688 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: ppc64 stable wrt bug #704767Agostino Sarubbo2020-01-051-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/dosbox: x86 stable wrt bug #704767Agostino Sarubbo2020-01-051-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/dosbox: amd64 stable wrt bug #704767Agostino Sarubbo2020-01-051-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/dosbox: Patch to fix USE=debug with ncurses[tinfo]James Le Cuirot2020-01-044-0/+84
| | | | | | Bug: https://bugs.gentoo.org/701688 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Drop old and vulnerable 0.74_p20160629-r3James Le Cuirot2020-01-013-113/+0
| | | | | | Bug: https://bugs.gentoo.org/704414 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: New trunk snapshot to address vulnerabilitiesJames Le Cuirot2020-01-012-0/+87
| | | | | | Bug: https://bugs.gentoo.org/704414 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Add version 0.74.3James Le Cuirot2020-01-012-0/+69
| | | | | | | | | | | Despite being released in 2019, this is actually older than our 2016 snapshot in some respects as it was not cut from trunk. It does include important security fixes though. It does not include Glide support as that will not build. Bug: https://bugs.gentoo.org/704414 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: EAPI 7 and clean up for 9999James Le Cuirot2020-01-011-21/+27
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: keyworded 0.74_p20160629-r3 for ppc, bug #687632Sergei Trofimovich2019-06-091-1/+1
| | | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dosbox: Drop old 0.74_p20160629-r2James Le Cuirot2019-01-051-74/+0
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: fix for xorg 1.20 issueAzamat H. Hackimov2019-01-053-2/+114
| | | | | | | | | | | * Added patch for xorg 1.20 issue (https://sourceforge.net/p/dosbox/code-0/4177/). * Changed HOMEPAGE Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10747 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Drop old 0.74_p20160629-r1James Le Cuirot2018-12-291-70/+0
| | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Add core-inline USE flag for performanceJames Le Cuirot2018-12-293-2/+5
| | | | | | Closes: https://bugs.gentoo.org/673932 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Fix libpng and zlib dependenciesJames Le Cuirot2018-12-292-4/+6
| | | | | | | | | libpng needs a SLOT operator. zlib was missing and appears to always be used, despite configure.ac suggesting it is only a transitive dependency of libpng. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: Make X11 dependency optionalJames Le Cuirot2018-12-292-3/+7
| | | | | | | | | | | | The x11-libs/libX11 dependency was missing although this was transitively covered by libsdl[X]. It's not really required though and DOSBox detects it somewhat automagically. If libX11 is present but libsdl was not built with X support then the build actually fails. For these reasons, we have to forcibly disable X11 using an autoconf cache variable. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: opengl USE flag should require libsdl[opengl]James Le Cuirot2018-12-292-2/+72
| | | | | | Closes: https://bugs.gentoo.org/608366 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/dosbox: eutils->desktopMarty E. Plummer2018-08-273-9/+13
| | | | | | | | Only has eutils for the implicit desktop inheritance for doicon and make_desktop_entry. Package-Manager: Portage-2.3.44, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9429
* games-emulation/dosbox: update glide patch ref in live ebuildBernard Cafarelli2018-01-112-2/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* Retirement: mr_bones_ package reassigmentAmy Liffey2017-11-201-18/+15
|
* *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-emulation/dosbox: Remove oldDavid Seifert2017-01-202-45/+0
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3564
* games-emulation/dosbox: ppc64 stable wrt bug #591154Agostino Sarubbo2017-01-201-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/dosbox: ppc stable wrt bug #591154Agostino Sarubbo2017-01-151-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/dosbox: Add Glide emulation, closes bug #593686James Le Cuirot2016-12-144-3/+95
| | | | Package-Manager: portage-2.3.3
* games-emulation/dosbox: Update SourceForge SVN URLsSven Wegener2016-10-301-1/+1
| | | | Package-Manager: portage-2.2.28
* games-emulation/dosbox: stabilize amd64 x86 wrt #591154NP-Hardass2016-08-241-1/+1
| | | | Package-Manager: portage-2.3.0
* games-emulation/dosbox: Update 9999 for EAPI=6 changes in svn eclass, #591642NP-Hardass2016-08-241-3/+2
| | | | Package-Manager: portage-2.3.0
* games-emulation/dosbox: sync live ebuild and make it copyableWilliam Hubbs2016-06-291-13/+20
| | | | Package-Manager: portage-2.2.28
* games-emulation/{dboxfe,dosbox}: add Wine project as co-maintainersAustin English2016-06-291-0/+5
|
* games-emulation/dosbox: [qa]: create a snapshot release to fix multiple bugsWilliam Hubbs2016-06-292-7/+11
| | | | | | | | | | This snapshot release fixes the following bugs: https://bugs.gentoo.org/show_bug.cgi?id=449060 https://bugs.gentoo.org/show_bug.cgi?id=586650 https://bugs.gentoo.org/show_bug.cgi?id=587382 Package-Manager: portage-2.2.28
* games-emulation/dosbox: add snapshot ebuild from upstream svn to provide a ↵Michael Sterrett2016-06-282-0/+49
| | | | | | non-moving-target for situations where the upstream release doesn't work (bugs #586650 and #449060) Package-Manager: portage-2.2.28
* Revert "games-emulation/dosbox: fix compiling with clang (#449060)"Michael Sterrett2016-06-285-341/+2
| | | | This reverts commit 143e036505e2b27b1aa5037d52a5f999391b4168.
* Revert "games-emulation/dosbox: remove games eclass and convert to EAPI 6"Michael Sterrett2016-06-282-52/+6
| | | | This reverts commit 3d239d4e470c8f0c99339649ec74c4bdf86cf98f.
* games-emulation/dosbox: remove games eclass and convert to EAPI 6Austin English2016-06-282-6/+52
| | | | | | | | | | Gentoo-Bug: https://bugs.gentoo.org/566498 Gentoo-Bug: https://bugs.gentoo.org/587382 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1777 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* games-emulation/dosbox: fix compiling with clang (#449060)Austin English2016-06-285-2/+341
| | | | | | | | | | | | | Also apply two patches needed by Wine using DOSBox (#586650) Gentoo-Bug: https://bugs.gentoo.org/449060 Gentoo-Bug: https://bugs.gentoo.org/586650 Upstream-Bug: https://bugs.winehq.org/show_bug.cgi?id=18118 Upstream-Bug: https://bugs.winehq.org/show_bug.cgi?id=25887 Upstream-Bug: https://bugs.winehq.org/show_bug.cgi?id=26423 Package-Manager: portage-2.2.26
* 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.
* 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.
* use epatch to apply patchMichael Sterrett2015-11-212-4/+6
| | | | Package-Manager: portage-2.2.20.1
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-5/+8
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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-085-0/+112
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