Skip to content

Commit

Permalink
games-fps/chocolate-doom: Resolve SizeViolation for patch
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/748186
Signed-off-by: William Breathitt Gray <[email protected]>
Closes: gentoo#17912
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
vilhelmgray authored and juippis committed Oct 13, 2020
1 parent 624721e commit ca4b18f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 697 deletions.
1 change: 1 addition & 0 deletions games-fps/chocolate-doom/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST chocolate-doom-3.0.1-overhaul-manpages-add-parameters.patch 26736 BLAKE2B 3b75eaf6ea38280eb649eb0a35cf72376fc8daafda51a79bb321e1ac9311bd7d7edc6b7740b235288c32142c01fcf346045091783912739317556a78eb07751a SHA512 64512c47d404de1a85f84948bcf780257070f5b22dce6fa7dba66ba65027a15e93e39145424be327de4abd1f1f3b994fcd936e3dcdc564f1f96238b133a3a554
DIST chocolate-doom-3.0.1.tar.gz 2245563 BLAKE2B 0c9babfbc9e52ea7822ca00c0dbf84e471bfe6d6ec94f729d3d0f72243205b060e5a3b5f1f99728da7764e81af735b45d001bb368dd2b5796666554e3c911090 SHA512 2a81905cf619ea2def7e2f9ebe65b38543d01bd83a95e535e88d04a79f2676f8ba0da64031a650bd905e1345cda1b9d28a398ad87c10c92f2d3d50f3253ec214
5 changes: 3 additions & 2 deletions games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ inherit autotools prefix python-any-r1 xdg

DESCRIPTION="A Doom source port that is minimalist and historically accurate"
HOMEPAGE="https://www.chocolate-doom.org"
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz
https://gist.githubusercontent.com/vilhelmgray/28d4713cb6387ad62ab76cfac1443355/raw/f7600d93ca45a5102969b8f89974a3c36a3563f5/${P}-overhaul-manpages-add-parameters.patch"

LICENSE="BSD GPL-2+"
SLOT="0"
Expand All @@ -30,7 +31,7 @@ BDEPEND="
S="${WORKDIR}/${PN}-${P}"

PATCHES=(
"${FILESDIR}/${P}-overhaul-manpages-add-parameters.patch"
"${DISTDIR}/${P}-overhaul-manpages-add-parameters.patch"
"${FILESDIR}/${P}-further-manpage-substitutions-and-fixes.patch"
"${FILESDIR}/${P}-bash-completion-run-docgen-with-z-argument.patch"
"${FILESDIR}/${P}-install-AppStream-metadata-into-the-proper-location.patch"
Expand Down
Loading

0 comments on commit ca4b18f

Please sign in to comment.